Skip to content

Commit fe48c07

Browse files
authored
Merge pull request #423 from fluxcd/release-v0.17.1
Release v0.17.1
2 parents f8855da + 631cb19 commit fe48c07

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

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

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+
317
## 0.17.0
418

519
**Release date:** 2022-02-16

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.17.0
8+
newTag: v0.17.1

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.17.0
8+
github.com/fluxcd/helm-controller/api v0.17.1
99
github.com/fluxcd/pkg/apis/acl v0.0.3
1010
github.com/fluxcd/pkg/apis/kustomize v0.3.1
1111
github.com/fluxcd/pkg/apis/meta v0.10.2

0 commit comments

Comments
 (0)