File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ chart version. This is useful for charts that do not follow Helm's
1212recommendation of using the app version instead of the chart version
1313as a label in the manifests.
1414
15- In addition, the Kubernetes dependencies have been updated to v1.33 and
16- various other controller dependencies have been updated to their latest
17- version. The controller is now built with Go 1.24.
15+ In addition, the Kubernetes dependencies have been updated to v1.33, Helm has
16+ been updated to v3.17.3 and various other controller dependencies have been
17+ updated to their latest version. The controller is now built with Go 1.24.
1818
1919Fixes:
2020- Fix returning wrong error value in Kubernetes HTTP client
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.2 .0
8+ newTag : v1.3 .0
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ replace (
1717require (
1818 github.com/Masterminds/semver/v3 v3.3.0
1919 github.com/fluxcd/cli-utils v0.36.0-flux.13
20- github.com/fluxcd/helm-controller/api v1.2 .0
20+ github.com/fluxcd/helm-controller/api v1.3 .0
2121 github.com/fluxcd/pkg/apis/acl v0.7.0
2222 github.com/fluxcd/pkg/apis/event v0.17.0
2323 github.com/fluxcd/pkg/apis/kustomize v1.10.0
You can’t perform that action at this time.
0 commit comments