File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
55images :
66- name : fluxcd/image-automation-controller
77 newName : fluxcd/image-automation-controller
8- newTag : v0.23.3
8+ newTag : v0.23.4
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments