File tree 3 files changed +14
-2
lines changed
3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.32.1
4
+
5
+ ** Release date:** 2023-04-03
6
+
7
+ This prerelease comes with a bug fix in HelmRelease related to the
8
+ ` .spec.chart.metadata ` field which wasn't truly optional, leading to empty value
9
+ assignment even when it wasn't set.
10
+
11
+ Fixes:
12
+ - Fix chart metadata by making it truly optional
13
+ [ #665 ] ( https://github.com/fluxcd/helm-controller/pull/665 )
14
+
3
15
## 0.32.0
4
16
5
17
** Release date:** 2023-03-31
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 : v0.32.0
8
+ newTag : v0.32.1
Original file line number Diff line number Diff line change 5
5
replace github.com/fluxcd/helm-controller/api => ./api
6
6
7
7
require (
8
- github.com/fluxcd/helm-controller/api v0.32.0
8
+ github.com/fluxcd/helm-controller/api v0.32.1
9
9
github.com/fluxcd/pkg/apis/acl v0.1.0
10
10
github.com/fluxcd/pkg/apis/event v0.4.1
11
11
github.com/fluxcd/pkg/apis/kustomize v1.0.0
You can’t perform that action at this time.
0 commit comments