Merge pull request #933 from fluxcd/release-v.41.2

Release v0.41.2
This commit is contained in:
Stefan Prodan 2025-06-27 12:06:43 +03:00 committed by GitHub
commit f80db5841c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 13 additions and 2 deletions

View File

@ -1,5 +1,16 @@
# Changelog
## 0.41.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
[#932](https://github.com/fluxcd/image-automation-controller/pull/932)
## 0.41.1
**Release date:** 2025-06-13

View File

@ -5,4 +5,4 @@ resources:
images:
- name: fluxcd/image-automation-controller
newName: fluxcd/image-automation-controller
newTag: v0.41.1
newTag: v0.41.2

2
go.mod
View File

@ -15,7 +15,7 @@ require (
github.com/Masterminds/sprig/v3 v3.3.0
github.com/ProtonMail/go-crypto v1.2.0
github.com/cyphar/filepath-securejoin v0.4.1
github.com/fluxcd/image-automation-controller/api v0.41.1
github.com/fluxcd/image-automation-controller/api v0.41.2
github.com/fluxcd/image-reflector-controller/api v0.35.2
github.com/fluxcd/pkg/apis/acl v0.7.0
github.com/fluxcd/pkg/apis/event v0.17.0