Skip to content

Commit 88a3bea

Browse files
authored
Merge pull request #650 from fluxcd/release-0.31.2
Release v0.31.2
2 parents 204d614 + 7da5454 commit 88a3bea

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## 0.31.2
4+
5+
**Release date:** 2023-03-20
6+
7+
This prerelease extends the drift detection feature introduced in `v0.31.0`
8+
with support for disabling the correction of drift using the `CorrectDrift`
9+
feature gate.
10+
11+
When disabled while `DetectDrift` is enabled (using `--feature-gates=DetectDrift=true,CorrectDrift=false`),
12+
the controller will only emit events and log messages when drift is detected,
13+
but will not attempt to correct it. This allows to transition to drift
14+
detection and correction in a controlled manner.
15+
16+
In addition, the controller dependencies have been updated to their latest
17+
versions.
18+
19+
Fixes:
20+
- Allow opt-out of drift correction
21+
[#647](https://github.com/fluxcd/helm-controller/pull/647)
22+
23+
Improvements:
24+
- Update dependencies
25+
[#649](https://github.com/fluxcd/helm-controller/pull/649)
26+
327
## 0.31.1
428

529
**Release date:** 2023-03-10

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
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.31.1
8+
newTag: v0.31.2

go.mod

Lines changed: 1 addition & 1 deletion
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.31.1
8+
github.com/fluxcd/helm-controller/api v0.31.2
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 v0.8.1

0 commit comments

Comments
 (0)