Skip to content

Commit 7013af7

Browse files
committed
Release v0.15.1
Signed-off-by: Hidde Beydals <hello@hidde.co>
1 parent 4a0ce41 commit 7013af7

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
All 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

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ resources:
66
images:
77
- name: fluxcd/source-controller
88
newName: fluxcd/source-controller
9-
newTag: v0.15.0
9+
newTag: v0.15.1

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)