File tree Expand file tree Collapse file tree 3 files changed +27
-2
lines changed Expand file tree Collapse file tree 3 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
28
## 0.21.0
4
29
5
30
** Release date:** 2022-05-03
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.21 .0
8
+ newTag : v0.22 .0
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.21 .0
8
+ github.com/fluxcd/helm-controller/api v0.22 .0
9
9
github.com/fluxcd/pkg/apis/acl v0.0.3
10
10
github.com/fluxcd/pkg/apis/kustomize v0.4.1
11
11
github.com/fluxcd/pkg/apis/meta v0.14.1
You can’t perform that action at this time.
0 commit comments