File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project are documented in this file.
44
5+ ## 0.15.1
6+
7+ ** Release date:** 2021-06-18
8+
9+ This prerelease updates the Helm dependency to ` v3.6.1 ` , this update
10+ is a security update and ensures credentials are only passed to the
11+ defined URL in a ` HelmRelease ` .
12+
13+ ** Note:** there have been reports from the Helm user community that
14+ this new behavior may cause issues with Helm repository providers
15+ like Artifactory. If this happens to be a problem for you, the
16+ behavior can be disabled by setting ` PassCredentials ` in the
17+ ` HelmRepositorySpec ` .
18+
19+ For more details, see:
20+ https://github.com/helm/helm/security/advisories/GHSA-56hp-xqp3-w2jf
21+
22+ Improvements:
23+ * Update Helm to v3.6.1
24+ [ #388 ] ( https://github.com/fluxcd/source-controller/pull/388 )
25+
526## 0.15.0
627
728** Release date:** 2021-06-17
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ resources:
66images :
77- name : fluxcd/source-controller
88 newName : fluxcd/source-controller
9- newTag : v0.15.0
9+ newTag : v0.15.1
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ require (
1717 github.com/fluxcd/pkg/ssh v0.1.0
1818 github.com/fluxcd/pkg/untar v0.1.0
1919 github.com/fluxcd/pkg/version v0.1.0
20- github.com/fluxcd/source-controller/api v0.15.0
20+ github.com/fluxcd/source-controller/api v0.15.1
2121 github.com/go-git/go-billy/v5 v5.3.1
2222 github.com/go-git/go-git/v5 v5.4.2
2323 github.com/go-logr/logr v0.4.0
You can’t perform that action at this time.
0 commit comments