From 5ff9de8bb93d41d9baa15a74b53cf8b4fae15cf0 Mon Sep 17 00:00:00 2001 From: Matheus Pimenta Date: Fri, 27 Jun 2025 10:45:28 +0100 Subject: [PATCH] Add changelog entry for v1.6.2 Signed-off-by: Matheus Pimenta (cherry picked from commit 55b45275a1ea9118cecb0261a090a24dda6c5612) --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28160d67..f2041756 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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