File tree 3 files changed +15
-2
lines changed
3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project are documented in this file.
4
4
5
+ ## 0.25.9
6
+
7
+ ** Release date:** 2022-06-29
8
+
9
+ This prerelease fixes an authentication issue for Helm OCI where the credentials
10
+ were cached instead of being discarded after each reconciliation.
11
+
12
+ Fixes:
13
+ - helm-oci: disable cache in oci registry client
14
+ [ #799 ] ( https://github.com/fluxcd/source-controller/pull/799 )
15
+ - helm-oci: remove the trailing slash in ` spec.url `
16
+ [ #799 ] ( https://github.com/fluxcd/source-controller/pull/799 )
17
+
5
18
## 0.25.8
6
19
7
20
** Release date:** 2022-06-24
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ resources:
6
6
images :
7
7
- name : fluxcd/source-controller
8
8
newName : fluxcd/source-controller
9
- newTag : v0.25.8
9
+ newTag : v0.25.9
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ require (
37
37
github.com/fluxcd/pkg/testserver v0.2.0
38
38
github.com/fluxcd/pkg/untar v0.1.0
39
39
github.com/fluxcd/pkg/version v0.1.0
40
- github.com/fluxcd/source-controller/api v0.25.8
40
+ github.com/fluxcd/source-controller/api v0.25.9
41
41
github.com/go-git/go-billy/v5 v5.3.1
42
42
github.com/go-git/go-git/v5 v5.4.2
43
43
github.com/go-logr/logr v1.2.3
You can’t perform that action at this time.
0 commit comments