Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down