Skip to content

Commit 43ccadc

Browse files
authored
Merge pull request #400 from fluxcd/release-v0.23.4
Release v0.23.4
2 parents d5fa21f + 5df5807 commit 43ccadc

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## 0.23.4
4+
5+
**Release date:** 2022-06-24
6+
7+
This prerelease comes with finalizer in `ImageUpdateAutomation` resource, which
8+
helps ensure that the resource deletion is recorded in the metrics properly.
9+
source-controller dependency was updated to `v0.25.8` which fixes an
10+
authentication issue when using libgit2 managed transport to checkout
11+
repositories on Bitbucket server.
12+
13+
In addition, `github.com/emicklei/go-restful` was also updated to `v3.8.0` to
14+
please static analysers and fix warnings for CVE-2022-1996.
15+
16+
Improvements:
17+
- Update source-controller and image-reflector-controller
18+
[#399](https://github.com/fluxcd/image-automation-controller/pull/399)
19+
- Update go-restful to v3.8.0 (Fix CVE-2022-1996)
20+
[#398](https://github.com/fluxcd/image-automation-controller/pull/398)
21+
- Add finalizer to ImageUpdateAutomation resources
22+
[#397](https://github.com/fluxcd/image-automation-controller/pull/397)
23+
324
## 0.23.3
425

526
**Release date:** 2022-06-22

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ resources:
55
images:
66
- name: fluxcd/image-automation-controller
77
newName: fluxcd/image-automation-controller
8-
newTag: v0.23.3
8+
newTag: v0.23.4

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/Masterminds/sprig/v3 v3.2.2
99
github.com/ProtonMail/go-crypto v0.0.0-20220517143526-88bb52951d5b
1010
github.com/cyphar/filepath-securejoin v0.2.3
11-
github.com/fluxcd/image-automation-controller/api v0.23.3
11+
github.com/fluxcd/image-automation-controller/api v0.23.4
1212
github.com/fluxcd/image-reflector-controller/api v0.19.2
1313
github.com/fluxcd/pkg/apis/acl v0.0.3
1414
github.com/fluxcd/pkg/apis/meta v0.14.2

0 commit comments

Comments
 (0)