commit
43ccadc842
21
CHANGELOG.md
21
CHANGELOG.md
|
|
@ -1,5 +1,26 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.23.4
|
||||||
|
|
||||||
|
**Release date:** 2022-06-24
|
||||||
|
|
||||||
|
This prerelease comes with finalizer in `ImageUpdateAutomation` resource, which
|
||||||
|
helps ensure that the resource deletion is recorded in the metrics properly.
|
||||||
|
source-controller dependency was updated to `v0.25.8` which fixes an
|
||||||
|
authentication issue when using libgit2 managed transport to checkout
|
||||||
|
repositories on Bitbucket server.
|
||||||
|
|
||||||
|
In addition, `github.com/emicklei/go-restful` was also updated to `v3.8.0` to
|
||||||
|
please static analysers and fix warnings for CVE-2022-1996.
|
||||||
|
|
||||||
|
Improvements:
|
||||||
|
- Update source-controller and image-reflector-controller
|
||||||
|
[#399](https://github.com/fluxcd/image-automation-controller/pull/399)
|
||||||
|
- Update go-restful to v3.8.0 (Fix CVE-2022-1996)
|
||||||
|
[#398](https://github.com/fluxcd/image-automation-controller/pull/398)
|
||||||
|
- Add finalizer to ImageUpdateAutomation resources
|
||||||
|
[#397](https://github.com/fluxcd/image-automation-controller/pull/397)
|
||||||
|
|
||||||
## 0.23.3
|
## 0.23.3
|
||||||
|
|
||||||
**Release date:** 2022-06-22
|
**Release date:** 2022-06-22
|
||||||
|
|
|
||||||
|
|
@ -5,4 +5,4 @@ resources:
|
||||||
images:
|
images:
|
||||||
- name: fluxcd/image-automation-controller
|
- name: fluxcd/image-automation-controller
|
||||||
newName: fluxcd/image-automation-controller
|
newName: fluxcd/image-automation-controller
|
||||||
newTag: v0.23.3
|
newTag: v0.23.4
|
||||||
|
|
|
||||||
2
go.mod
2
go.mod
|
|
@ -8,7 +8,7 @@ require (
|
||||||
github.com/Masterminds/sprig/v3 v3.2.2
|
github.com/Masterminds/sprig/v3 v3.2.2
|
||||||
github.com/ProtonMail/go-crypto v0.0.0-20220517143526-88bb52951d5b
|
github.com/ProtonMail/go-crypto v0.0.0-20220517143526-88bb52951d5b
|
||||||
github.com/cyphar/filepath-securejoin v0.2.3
|
github.com/cyphar/filepath-securejoin v0.2.3
|
||||||
github.com/fluxcd/image-automation-controller/api v0.23.3
|
github.com/fluxcd/image-automation-controller/api v0.23.4
|
||||||
github.com/fluxcd/image-reflector-controller/api v0.19.2
|
github.com/fluxcd/image-reflector-controller/api v0.19.2
|
||||||
github.com/fluxcd/pkg/apis/acl v0.0.3
|
github.com/fluxcd/pkg/apis/acl v0.0.3
|
||||||
github.com/fluxcd/pkg/apis/meta v0.14.2
|
github.com/fluxcd/pkg/apis/meta v0.14.2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue