Skip to content

Commit d1f0d23

Browse files
authored
Merge pull request #803 from fluxcd/release-v0.25.9
Release v0.25.9
2 parents 5356f72 + 295c0b9 commit d1f0d23

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

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

config/manager/kustomization.yaml

+1-1
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.25.8
9+
newTag: v0.25.9

go.mod

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)