commit
a7dba5331b
13
CHANGELOG.md
13
CHANGELOG.md
|
|
@ -1,5 +1,18 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.26.1
|
||||||
|
|
||||||
|
**Release date:** 2022-10-21
|
||||||
|
|
||||||
|
This prerelease comes with dependency updates, including the fix for the upstream
|
||||||
|
vulnerability CVE-2022-32149.
|
||||||
|
|
||||||
|
In addition, the controller dependencies have been updated to Kubernetes v1.25.3.
|
||||||
|
|
||||||
|
Improvements:
|
||||||
|
- Update dependencies
|
||||||
|
[#448](https://github.com/fluxcd/image-automation-controller/pull/448)
|
||||||
|
|
||||||
## 0.26.0
|
## 0.26.0
|
||||||
|
|
||||||
**Release date:** 2022-09-29
|
**Release date:** 2022-09-29
|
||||||
|
|
|
||||||
|
|
@ -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.26.0
|
newTag: v0.26.1
|
||||||
|
|
|
||||||
2
go.mod
2
go.mod
|
|
@ -17,7 +17,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-20220930113650-c6815a8c17ad
|
github.com/ProtonMail/go-crypto v0.0.0-20220930113650-c6815a8c17ad
|
||||||
github.com/cyphar/filepath-securejoin v0.2.3
|
github.com/cyphar/filepath-securejoin v0.2.3
|
||||||
github.com/fluxcd/image-automation-controller/api v0.26.0
|
github.com/fluxcd/image-automation-controller/api v0.26.1
|
||||||
github.com/fluxcd/image-reflector-controller/api v0.22.1
|
github.com/fluxcd/image-reflector-controller/api v0.22.1
|
||||||
github.com/fluxcd/pkg/apis/acl v0.1.0
|
github.com/fluxcd/pkg/apis/acl v0.1.0
|
||||||
github.com/fluxcd/pkg/apis/meta v0.17.0
|
github.com/fluxcd/pkg/apis/meta v0.17.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue