Skip to content

Commit

Permalink
Release v0.31.2
Browse files Browse the repository at this point in the history
Signed-off-by: Hidde Beydals <[email protected]>
  • Loading branch information
hiddeco committed Mar 20, 2023
1 parent 204d614 commit 7da5454
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## 0.31.2

**Release date:** 2023-03-20

This prerelease extends the drift detection feature introduced in `v0.31.0`
with support for disabling the correction of drift using the `CorrectDrift`
feature gate.

When disabled while `DetectDrift` is enabled (using `--feature-gates=DetectDrift=true,CorrectDrift=false`),
the controller will only emit events and log messages when drift is detected,
but will not attempt to correct it. This allows to transition to drift
detection and correction in a controlled manner.

In addition, the controller dependencies have been updated to their latest
versions.

Fixes:
- Allow opt-out of drift correction
[#647](https://github.com/fluxcd/helm-controller/pull/647)

Improvements:
- Update dependencies
[#649](https://github.com/fluxcd/helm-controller/pull/649)

## 0.31.1

**Release date:** 2023-03-10
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.31.1
newTag: v0.31.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.31.1
github.com/fluxcd/helm-controller/api v0.31.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 v0.8.1
Expand Down

0 comments on commit 7da5454

Please sign in to comment.