Skip to content

Commit 8c0a454

Browse files
authored
Merge pull request #763 from fluxcd/release-v0.25.3
Release v0.25.3
2 parents b66ff92 + cfd2af6 commit 8c0a454

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

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

33
All notable changes to this project are documented in this file.
44

5+
## 0.25.3
6+
7+
**Release date:** 2022-06-06
8+
9+
This prerelease fixes a regression in HelmRepository index caching.
10+
11+
Fixes:
12+
- Fix repository cache regression
13+
[#761](https://github.com/fluxcd/source-controller/pull/761)
14+
515
## 0.25.2
616

717
**Release date:** 2022-06-03

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.25.2
9+
newTag: v0.25.3

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ require (
3232
github.com/fluxcd/pkg/testserver v0.2.0
3333
github.com/fluxcd/pkg/untar v0.1.0
3434
github.com/fluxcd/pkg/version v0.1.0
35-
github.com/fluxcd/source-controller/api v0.25.2
35+
github.com/fluxcd/source-controller/api v0.25.3
3636
github.com/go-git/go-billy/v5 v5.3.1
3737
github.com/go-git/go-git/v5 v5.4.2
3838
github.com/go-logr/logr v1.2.3

0 commit comments

Comments
 (0)