File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.0.1
4
+
5
+ ** Release date:** 2024-05-10
6
+
7
+ This prerelease fixes a backwards compatibility issue that could occur when trying
8
+ to move from the ` v2beta1 ` to ` v2 ` API while specifing ` .spec.chartRef ` .
9
+
10
+ Fixes:
11
+ - Fix: Allow upgrading from v2beta1 to v2 (GA)
12
+ [ #982 ] ( https://github.com/fluxcd/helm-controller/pull/982 )
13
+ - Fix: Make HelmChartTemplate a pointer in .spec.chart
14
+ [ #980 ] ( https://github.com/fluxcd/helm-controller/pull/980 )
15
+
3
16
## 1.0.0
4
17
5
18
** Release date:** 2024-05-08
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 : v1.0.0
8
+ newTag : v1.0.1
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ replace (
17
17
require (
18
18
github.com/Masterminds/semver v1.5.0
19
19
github.com/fluxcd/cli-utils v0.36.0-flux.7
20
- github.com/fluxcd/helm-controller/api v1.0.0
20
+ github.com/fluxcd/helm-controller/api v1.0.1
21
21
github.com/fluxcd/pkg/apis/acl v0.3.0
22
22
github.com/fluxcd/pkg/apis/event v0.9.0
23
23
github.com/fluxcd/pkg/apis/kustomize v1.5.0
You can’t perform that action at this time.
0 commit comments