File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.17.1
4
+
5
+ ** Release date:** 2022-02-22
6
+
7
+ This prerelease ensures the QPS and Burst configuration is properly propagated
8
+ to the Kubernetes client used by Helm actions, and updates multiple
9
+ dependencies to pull in CVE fixes.
10
+
11
+ Improvements:
12
+ - Update dependencies
13
+ [ #420 ] ( https://github.com/fluxcd/helm-controller/pull/420 )
14
+ - Set QPS and Burst when impersonating service account
15
+ [ #422 ] ( https://github.com/fluxcd/helm-controller/pull/422 )
16
+
3
17
## 0.17.0
4
18
5
19
** Release date:** 2022-02-16
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.17.0
8
+ newTag : v0.17.1
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.17.0
8
+ github.com/fluxcd/helm-controller/api v0.17.1
9
9
github.com/fluxcd/pkg/apis/acl v0.0.3
10
10
github.com/fluxcd/pkg/apis/kustomize v0.3.1
11
11
github.com/fluxcd/pkg/apis/meta v0.10.2
You can’t perform that action at this time.
0 commit comments