File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Expand file tree Collapse file tree 3 files changed +18
-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
+ ## 1.6.1
6
+
7
+ ** Release date:** 2025-06-13
8
+
9
+ This patch release comes with a fix for the ` knownhosts: key mismatch `
10
+ error in the ` GitRepository ` API when using SSH authentication, and
11
+ a fix for authentication with
12
+ [ public ECR repositories] ( https://fluxcd.io/flux/integrations/aws/#for-amazon-public-elastic-container-registry )
13
+ in the ` OCIRepository ` API.
14
+
15
+ Fix:
16
+ - Fix authentication for public ECR
17
+ [ #1825 ] ( https://github.com/fluxcd/source-controller/pull/1825 )
18
+ - Fix ` knownhosts key mismatch ` regression bug
19
+ [ #1829 ] ( https://github.com/fluxcd/source-controller/pull/1829 )
20
+
5
21
## 1.6.0
6
22
7
23
** Release date:** 2025-05-27
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 : v1.6.0
9
+ newTag : v1.6.1
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ require (
43
43
github.com/fluxcd/pkg/tar v0.12.0
44
44
github.com/fluxcd/pkg/testserver v0.11.0
45
45
github.com/fluxcd/pkg/version v0.7.0
46
- github.com/fluxcd/source-controller/api v1.6.0
46
+ github.com/fluxcd/source-controller/api v1.6.1
47
47
github.com/foxcpp/go-mockdns v1.1.0
48
48
github.com/go-git/go-billy/v5 v5.6.2
49
49
github.com/go-git/go-git/v5 v5.16.2
You can’t perform that action at this time.
0 commit comments