Skip to content

Commit a0146bd

Browse files
committed
Release v0.22.0
Signed-off-by: Hidde Beydals <hello@hidde.co>
1 parent d165a51 commit a0146bd

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

CHANGELOG.md

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

3+
## 0.22.0
4+
5+
**Release date:** 2022-06-01
6+
7+
This prerelease fixes an issue where the token used for Helm operations would
8+
go stale if it was provided using a Bound Service Account Token Volume.
9+
10+
Starting with this version, the controller conforms to the Kubernetes
11+
[API Priority and Fairness](https://kubernetes.io/docs/concepts/cluster-administration/flow-control/).
12+
The controller detects if the server-side throttling is enabled and uses the
13+
advertised rate limits. When server-side throttling is enabled, the controller
14+
ignores the `--kube-api-qps` and `--kube-api-burst` flags.
15+
16+
Fixes:
17+
- kube: load KubeConfig (token) from FS on every reconcile
18+
[#480](https://github.com/fluxcd/helm-controller/pull/480)
19+
- Updating API group name to helm.toolkit.fluxcd.io in docs
20+
[#484](https://github.com/fluxcd/helm-controller/pull/484)
21+
22+
Improvements:
23+
- Update dependencies
24+
[#482](https://github.com/fluxcd/helm-controller/pull/482)
25+
- Update source-controller to v0.25.0
26+
[#490](https://github.com/fluxcd/helm-controller/pull/490)
27+
328
## 0.21.0
429

530
**Release date:** 2022-05-03

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.21.0
8+
newTag: v0.22.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.17
55
replace github.com/fluxcd/helm-controller/api => ./api
66

77
require (
8-
github.com/fluxcd/helm-controller/api v0.21.0
8+
github.com/fluxcd/helm-controller/api v0.22.0
99
github.com/fluxcd/pkg/apis/acl v0.0.3
1010
github.com/fluxcd/pkg/apis/kustomize v0.4.1
1111
github.com/fluxcd/pkg/apis/meta v0.14.1

0 commit comments

Comments
 (0)