File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed
Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.4.2
4+
5+ ** Release date:** 2025-10-08
6+
7+ This patch release comes with various dependency updates.
8+
9+ The controller is now built with Go 1.25.2 which includes
10+ fixes for vulnerabilities in the Go stdlib:
11+ [ CVE-2025 -58183] ( https://github.com/golang/go/issues/75677 ) ,
12+ [ CVE-2025 -58188] ( https://github.com/golang/go/issues/75675 )
13+ and many others. The full list of security fixes can be found
14+ [ here] ( https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI/m/qZN5nc-mBgAJ ) .
15+
16+ Improvements:
17+ - Update dependencies to Kubernetes v1.34.1 and Go 1.25.2
18+ [ #1329 ] ( https://github.com/fluxcd/helm-controller/pull/1329 )
19+
320## 1.4.1
421
522** Release date:** 2025-10-06
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
55images :
66 - name : fluxcd/helm-controller
77 newName : fluxcd/helm-controller
8- newTag : v1.4.1
8+ newTag : v1.4.2
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ replace (
1717require (
1818 github.com/Masterminds/semver/v3 v3.4.0
1919 github.com/fluxcd/cli-utils v0.36.0-flux.15
20- github.com/fluxcd/helm-controller/api v1.4.1
20+ github.com/fluxcd/helm-controller/api v1.4.2
2121 github.com/fluxcd/pkg/apis/acl v0.9.0
2222 github.com/fluxcd/pkg/apis/event v0.20.0
2323 github.com/fluxcd/pkg/apis/kustomize v1.13.0
You can’t perform that action at this time.
0 commit comments