File tree Expand file tree Collapse file tree 3 files changed +27
-2
lines changed Expand file tree Collapse file tree 3 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.37.3
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
+ [ #874 ] ( https://github.com/fluxcd/helm-controller/pull/874 )
16
+ - Update Go to 1.21
17
+ [ #872 ] ( https://github.com/fluxcd/helm-controller/pull/872 )
18
+ - Various dependency updates
19
+ [ #882 ] ( https://github.com/fluxcd/helm-controller/pull/882 )
20
+ [ #877 ] ( https://github.com/fluxcd/helm-controller/pull/877 )
21
+ [ #876 ] ( https://github.com/fluxcd/helm-controller/pull/876 )
22
+ [ #871 ] ( https://github.com/fluxcd/helm-controller/pull/871 )
23
+ [ #867 ] ( https://github.com/fluxcd/helm-controller/pull/867 )
24
+ [ #865 ] ( https://github.com/fluxcd/helm-controller/pull/865 )
25
+ [ #862 ] ( https://github.com/fluxcd/helm-controller/pull/862 )
26
+ [ #860 ] ( https://github.com/fluxcd/helm-controller/pull/860 )
27
+
3
28
## 0.37.2
4
29
5
30
This prerelease fixes a bug that resulted in the controller not being able to
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
5
5
images :
6
6
- name : fluxcd/helm-controller
7
7
newName : fluxcd/helm-controller
8
- newTag : v0.37.2
8
+ newTag : v0.37.3
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ replace (
16
16
17
17
require (
18
18
github.com/fluxcd/cli-utils v0.36.0-flux.3
19
- github.com/fluxcd/helm-controller/api v0.37.2
19
+ github.com/fluxcd/helm-controller/api v0.37.3
20
20
github.com/fluxcd/pkg/apis/acl v0.1.0
21
21
github.com/fluxcd/pkg/apis/event v0.7.0
22
22
github.com/fluxcd/pkg/apis/kustomize v1.3.0
You can’t perform that action at this time.
0 commit comments