File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.26.1
4+
5+ ** Release date:** 2022-10-21
6+
7+ This prerelease comes with dependency updates, including the fix for the upstream
8+ vulnerability CVE-2022 -32149.
9+
10+ In addition, the controller dependencies have been updated to Kubernetes v1.25.3.
11+
12+ Improvements:
13+ - Update dependencies
14+ [ #448 ] ( https://github.com/fluxcd/image-automation-controller/pull/448 )
15+
316## 0.26.0
417
518** Release date:** 2022-09-29
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.26.0
8+ newTag : v0.26.1
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ require (
1717 github.com/Masterminds/sprig/v3 v3.2.2
1818 github.com/ProtonMail/go-crypto v0.0.0-20220930113650-c6815a8c17ad
1919 github.com/cyphar/filepath-securejoin v0.2.3
20- github.com/fluxcd/image-automation-controller/api v0.26.0
20+ github.com/fluxcd/image-automation-controller/api v0.26.1
2121 github.com/fluxcd/image-reflector-controller/api v0.22.1
2222 github.com/fluxcd/pkg/apis/acl v0.1.0
2323 github.com/fluxcd/pkg/apis/meta v0.17.0
You can’t perform that action at this time.
0 commit comments