Skip to content

Commit 653df24

Browse files
authored
Merge pull request #308 from fluxcd/release-v0.11.2
Release v0.11.2
2 parents f1b263c + 0a0cbc4 commit 653df24

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Changelog
22

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+
333
## 0.11.1
434

535
**Release date:** 2021-06-18

config/manager/kustomization.yaml

+1-1
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.11.1
8+
newTag: v0.11.2

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.16
55
replace github.com/fluxcd/helm-controller/api => ./api
66

77
require (
8-
github.com/fluxcd/helm-controller/api v0.11.1
8+
github.com/fluxcd/helm-controller/api v0.11.2
99
github.com/fluxcd/pkg/apis/kustomize v0.1.0
1010
github.com/fluxcd/pkg/apis/meta v0.10.0
1111
github.com/fluxcd/pkg/runtime v0.12.0

0 commit comments

Comments
 (0)