File tree 3 files changed +32
-2
lines changed
3 files changed +32
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.11.2
4
+
5
+ ** Release date:** 2021-08-05
6
+
7
+ This prerelease comes with support for SOPS encrypted kubeconfig loaded from the
8
+ value of the ` value.yaml ` key in the object, and ensures quoted values are treated
9
+ as strings when a ` targetPath ` is set for a ` valuesFrom ` item.
10
+
11
+ To enhance the experience of consumers observing the ` HelmRelease ` object using
12
+ ` kstatus ` , a default of ` -1 ` is now configured for the ` observedGeneration ` to
13
+ ensure it does not report a false positive in the time the controller has not
14
+ marked the resource with a ` Ready ` condition yet.
15
+
16
+ In addition, it updates Helm to ` v3.6.3 ` and aligns the Kubernetes dependencies
17
+ with ` v1.21.3 ` .
18
+
19
+ Improvements:
20
+ * Set default observedGeneration to -1 on HelmReleases
21
+ [ #294 ] ( https://github.com/fluxcd/helm-controller/pull/294 )
22
+ * Treat quoted values as string when targetPath is set
23
+ [ #298 ] ( https://github.com/fluxcd/helm-controller/pull/298 )
24
+ * Make the kubeconfig secrets compatible with SOPS
25
+ [ #305 ] ( https://github.com/fluxcd/helm-controller/pull/306 )
26
+ * Update dependencies
27
+ [ #307 ] ( https://github.com/fluxcd/helm-controller/pull/306 )
28
+
29
+ Fixes:
30
+ * Remove old util ObjectKey
31
+ [ #305 ] ( https://github.com/fluxcd/helm-controller/pull/305 )
32
+
3
33
## 0.11.1
4
34
5
35
** Release date:** 2021-06-18
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.11.1
8
+ newTag : v0.11.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.11.1
8
+ github.com/fluxcd/helm-controller/api v0.11.2
9
9
github.com/fluxcd/pkg/apis/kustomize v0.1.0
10
10
github.com/fluxcd/pkg/apis/meta v0.10.0
11
11
github.com/fluxcd/pkg/runtime v0.12.0
You can’t perform that action at this time.
0 commit comments