Merge pull request #1833 from fluxcd/pick-changelog-v1.6.1

Add changelog entry for v1.6.1
This commit is contained in:
Matheus Pimenta 2025-06-13 17:21:04 +01:00 committed by GitHub
commit 97c995b8c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 16 additions and 0 deletions

View File

@ -2,6 +2,22 @@
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
**Release date:** 2025-05-27