Skip to content

Commit

Permalink
Merge pull request #674 from fluxcd/release-0.32.2
Browse files Browse the repository at this point in the history
Release v0.32.2
  • Loading branch information
hiddeco authored Apr 13, 2023
2 parents 53c461f + 5c02db7 commit d1cc2fe
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 0.32.2

**Release date:** 2023-04-13

This prerelease comes with a bug fix for a nil pointer deref that could occur
when drift detection was enabled.

In addition, it updates Helm to `v3.11.3`, which includes two fixes for Go
routine leaks.

Fixes:
- Fix nil pointer deref during diff attempt
[#672](https://github.com/fluxcd/helm-controller/pull/672)
- Update Helm to v3.11.3
[#673](https://github.com/fluxcd/helm-controller/pull/673)

## 0.32.1

**Release date:** 2023-04-03
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.1
newTag: v0.32.2
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.1
github.com/fluxcd/helm-controller/api v0.32.2
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 d1cc2fe

Please sign in to comment.