Commit 853a760 1 parent ef6226b commit 853a760 Copy full SHA for 853a760
File tree 3 files changed +29
-2
lines changed
3 files changed +29
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
30
## 0.37.0
4
31
5
32
** Release date:** 2023-12-11
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
5
5
images :
6
6
- name : fluxcd/image-automation-controller
7
7
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 (
15
15
github.com/Masterminds/sprig/v3 v3.2.3
16
16
github.com/ProtonMail/go-crypto v1.1.0-alpha.0
17
17
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
19
19
github.com/fluxcd/image-reflector-controller/api v0.31.2
20
20
github.com/fluxcd/pkg/apis/acl v0.1.0
21
21
github.com/fluxcd/pkg/apis/event v0.7.0
You can’t perform that action at this time.
0 commit comments