File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-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.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+
518## 0.25.8
619
720** Release date:** 2022-06-24
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.25.8
9+ newTag : v0.25.9
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ require (
3737 github.com/fluxcd/pkg/testserver v0.2.0
3838 github.com/fluxcd/pkg/untar v0.1.0
3939 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
4141 github.com/go-git/go-billy/v5 v5.3.1
4242 github.com/go-git/go-git/v5 v5.4.2
4343 github.com/go-logr/logr v1.2.3
You can’t perform that action at this time.
0 commit comments