Skip to content

Commit

Permalink
Merge pull request #666 from fluxcd/release-0.32.1
Browse files Browse the repository at this point in the history
Release v0.32.1
  • Loading branch information
darkowlzz committed Apr 3, 2023
2 parents 527ab97 + 692a6f5 commit 8448b1d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 0.32.1

**Release date:** 2023-04-03

This prerelease comes with a bug fix in HelmRelease related to the
`.spec.chart.metadata` field which wasn't truly optional, leading to empty value
assignment even when it wasn't set.

Fixes:
- Fix chart metadata by making it truly optional
[#665](https://github.com/fluxcd/helm-controller/pull/665)

## 0.32.0

**Release date:** 2023-03-31
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ resources:
images:
- name: fluxcd/helm-controller
newName: fluxcd/helm-controller
newTag: v0.32.0
newTag: v0.32.1
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.18
replace github.com/fluxcd/helm-controller/api => ./api

require (
github.com/fluxcd/helm-controller/api v0.32.0
github.com/fluxcd/helm-controller/api v0.32.1
github.com/fluxcd/pkg/apis/acl v0.1.0
github.com/fluxcd/pkg/apis/event v0.4.1
github.com/fluxcd/pkg/apis/kustomize v1.0.0
Expand Down

0 comments on commit 8448b1d

Please sign in to comment.