Skip to content

Commit 692a6f5

Browse files
committed
Release v0.32.1
Signed-off-by: Sunny <[email protected]>
1 parent 527ab97 commit 692a6f5

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

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+
315
## 0.32.0
416

517
**Release date:** 2023-03-31

config/manager/kustomization.yaml

+1-1
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: v0.32.0
8+
newTag: v0.32.1

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.18
55
replace github.com/fluxcd/helm-controller/api => ./api
66

77
require (
8-
github.com/fluxcd/helm-controller/api v0.32.0
8+
github.com/fluxcd/helm-controller/api v0.32.1
99
github.com/fluxcd/pkg/apis/acl v0.1.0
1010
github.com/fluxcd/pkg/apis/event v0.4.1
1111
github.com/fluxcd/pkg/apis/kustomize v1.0.0

0 commit comments

Comments
 (0)