Add changelog entry for v1.6.1
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
(cherry picked from commit 7922d124e7
)
This commit is contained in:
parent
a5e476fce3
commit
bcc0b84bd4
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -2,6 +2,22 @@
|
||||||
|
|
||||||
All notable changes to this project are documented in this file.
|
All notable changes to this project are documented in this file.
|
||||||
|
|
||||||
|
## 1.6.1
|
||||||
|
|
||||||
|
**Release date:** 2025-06-13
|
||||||
|
|
||||||
|
This patch release comes with a fix for the `knownhosts: key mismatch`
|
||||||
|
error in the `GitRepository` API when using SSH authentication, and
|
||||||
|
a fix for authentication with
|
||||||
|
[public ECR repositories](https://fluxcd.io/flux/integrations/aws/#for-amazon-public-elastic-container-registry)
|
||||||
|
in the `OCIRepository` API.
|
||||||
|
|
||||||
|
Fix:
|
||||||
|
- Fix authentication for public ECR
|
||||||
|
[#1825](https://github.com/fluxcd/source-controller/pull/1825)
|
||||||
|
- Fix `knownhosts key mismatch` regression bug
|
||||||
|
[#1829](https://github.com/fluxcd/source-controller/pull/1829)
|
||||||
|
|
||||||
## 1.6.0
|
## 1.6.0
|
||||||
|
|
||||||
**Release date:** 2025-05-27
|
**Release date:** 2025-05-27
|
||||||
|
|
Loading…
Reference in New Issue