Merge pull request #1843 from fluxcd/pick-changelog-v1.6.2

Add changelog entry for v1.6.2
This commit is contained in:
Matheus Pimenta 2025-06-27 11:21:54 +01:00 committed by GitHub
commit 32967c32c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 0 deletions

View File

@ -2,6 +2,17 @@
All notable changes to this project are documented in this file.
## 1.6.2
**Release date:** 2025-06-27
This patch release comes with a fix for `rsa-sha2-512` and `rsa-sha2-256` algorithms
not being prioritized for `ssh-rsa` host keys.
Fixes:
- Fix: Prioritize sha2-512 and sha2-256 for ssh-rsa host keys
[#1839](https://github.com/fluxcd/source-controller/pull/1839)
## 1.6.1
**Release date:** 2025-06-13