Skip to content

Commit e47f47f

Browse files
authored
Merge pull request #1229 from fluxcd/release-v1.3.0
Release v1.3.0
2 parents b6d8e39 + aa70ca3 commit e47f47f

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# Changelog
22

3+
## 1.3.0
4+
5+
**Release date:** 2025-05-28
6+
7+
This minor release comes with various bug fixes and improvements.
8+
9+
The controller now supports the `DisableChartDigestTracking` feature gate,
10+
which allows disabling appending the digest of OCI Helm charts to the
11+
chart version. This is useful for charts that do not follow Helm's
12+
recommendation of using the app version instead of the chart version
13+
as a label in the manifests.
14+
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.
18+
19+
Fixes:
20+
- Fix returning wrong error value in Kubernetes HTTP client
21+
[#1188](https://github.com/fluxcd/helm-controller/pull/1188)
22+
23+
Improvements:
24+
- Add `DisableChartDigestTracking` feature gate
25+
[#1212](https://github.com/fluxcd/helm-controller/pull/1212)
26+
- Various dependency updates
27+
[#1227](https://github.com/fluxcd/helm-controller/pull/1227)
28+
[#1221](https://github.com/fluxcd/helm-controller/pull/1221)
29+
[#1220](https://github.com/fluxcd/helm-controller/pull/1220)
30+
[#1218](https://github.com/fluxcd/helm-controller/pull/1218)
31+
[#1206](https://github.com/fluxcd/helm-controller/pull/1206)
32+
[#1209](https://github.com/fluxcd/helm-controller/pull/1209)
33+
[#1204](https://github.com/fluxcd/helm-controller/pull/1204)
34+
335
## 1.2.0
436

537
**Release date:** 2025-02-19

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)