Add changelog entry for v1.6.1

Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
This commit is contained in:
Matheus Pimenta 2025-06-13 16:38:35 +01:00
parent 3cfe485231
commit 7922d124e7
No known key found for this signature in database
GPG Key ID: DE594AAD698A94DE
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