File tree Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
27
## 0.31.1
4
28
5
29
** Release date:** 2023-03-10
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
5
5
images :
6
6
- name : fluxcd/helm-controller
7
7
newName : fluxcd/helm-controller
8
- newTag : v0.31.1
8
+ newTag : v0.31.2
Original file line number Diff line number Diff line change 5
5
replace github.com/fluxcd/helm-controller/api => ./api
6
6
7
7
require (
8
- github.com/fluxcd/helm-controller/api v0.31.1
8
+ github.com/fluxcd/helm-controller/api v0.31.2
9
9
github.com/fluxcd/pkg/apis/acl v0.1.0
10
10
github.com/fluxcd/pkg/apis/event v0.4.1
11
11
github.com/fluxcd/pkg/apis/kustomize v0.8.1
You can’t perform that action at this time.
0 commit comments