File tree Expand file tree Collapse file tree 3 files changed +29
-2
lines changed Expand file tree Collapse file tree 3 files changed +29
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.37.1
4+
5+ ** Release date:** 2024-02-01
6+
7+ This prerelease comes with an update to the Kubernetes dependencies to
8+ v1.28.6 and various other dependencies have been updated to their latest version
9+ to patch upstream CVEs.
10+
11+ In addition, the controller is now built with Go 1.21.
12+
13+ Improvements:
14+ - ci: Enable dependabot gomod updates
15+ [ #627 ] ( https://github.com/fluxcd/image-automation-controller/pull/627 )
16+ - Update Go to 1.21
17+ [ #625 ] ( https://github.com/fluxcd/image-automation-controller/pull/625 )
18+ - Various dependency updates
19+ [ #635 ] ( https://github.com/fluxcd/image-automation-controller/pull/635 )
20+ [ #632 ] ( https://github.com/fluxcd/image-automation-controller/pull/632 )
21+ [ #630 ] ( https://github.com/fluxcd/image-automation-controller/pull/630 )
22+ [ #631 ] ( https://github.com/fluxcd/image-automation-controller/pull/631 )
23+ [ #629 ] ( https://github.com/fluxcd/image-automation-controller/pull/629 )
24+ [ #626 ] ( https://github.com/fluxcd/image-automation-controller/pull/626 )
25+ [ #623 ] ( https://github.com/fluxcd/image-automation-controller/pull/623 )
26+ [ #622 ] ( https://github.com/fluxcd/image-automation-controller/pull/622 )
27+ [ #618 ] ( https://github.com/fluxcd/image-automation-controller/pull/618 )
28+ [ #615 ] ( https://github.com/fluxcd/image-automation-controller/pull/615 )
29+
330## 0.37.0
431
532** Release date:** 2023-12-11
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.37.0
8+ newTag : v0.37.1
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ require (
1515 github.com/Masterminds/sprig/v3 v3.2.3
1616 github.com/ProtonMail/go-crypto v1.1.0-alpha.0
1717 github.com/cyphar/filepath-securejoin v0.2.4
18- github.com/fluxcd/image-automation-controller/api v0.37.0
18+ github.com/fluxcd/image-automation-controller/api v0.37.1
1919 github.com/fluxcd/image-reflector-controller/api v0.31.2
2020 github.com/fluxcd/pkg/apis/acl v0.1.0
2121 github.com/fluxcd/pkg/apis/event v0.7.0
You can’t perform that action at this time.
0 commit comments