File tree 3 files changed +14
-2
lines changed 3 files changed +14
-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.24.3
6
+
7
+ ** Release date:** 2022-04-28
8
+
9
+ This prerelease prevents ` Reconciling ` and ` ArtifactOutdated ` conditions from
10
+ being set on a ` HelmRepository ` when the checksum of a cached repository index
11
+ changes.
12
+
13
+ Fixes:
14
+ - helmrepo: same revision different checksum scenario
15
+ [ #691 ] ( https://github.com/fluxcd/source-controller/pull/691 )
16
+
5
17
## 0.24.2
6
18
7
19
** Release date:** 2022-04-26
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.24.2
9
+ newTag : v0.24.3
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ require (
29
29
github.com/fluxcd/pkg/testserver v0.2.0
30
30
github.com/fluxcd/pkg/untar v0.1.0
31
31
github.com/fluxcd/pkg/version v0.1.0
32
- github.com/fluxcd/source-controller/api v0.24.2
32
+ github.com/fluxcd/source-controller/api v0.24.3
33
33
github.com/go-git/go-billy/v5 v5.3.1
34
34
github.com/go-git/go-git/v5 v5.4.2
35
35
github.com/go-logr/logr v1.2.3
You can’t perform that action at this time.
0 commit comments