Skip to content

Commit aa70ca3

Browse files
committed
Release v1.3.0
Signed-off-by: Matheus Pimenta <[email protected]>
1 parent 483f166 commit aa70ca3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ chart version. This is useful for charts that do not follow Helm's
1212
recommendation of using the app version instead of the chart version
1313
as 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

1919
Fixes:
2020
- Fix returning wrong error value in Kubernetes HTTP client

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ resources:
55
images:
66
- name: fluxcd/helm-controller
77
newName: fluxcd/helm-controller
8-
newTag: v1.2.0
8+
newTag: v1.3.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ replace (
1717
require (
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

0 commit comments

Comments
 (0)