Skip to content

Commit f80db58

Browse files
authored
Merge pull request #933 from fluxcd/release-v.41.2
Release v0.41.2
2 parents 45875bb + 152bf82 commit f80db58

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 0.41.2
4+
5+
**Release date:** 2025-06-27
6+
7+
This patch release comes with a fix for `rsa-sha2-512` and `rsa-sha2-256` algorithms
8+
not being prioritized for `ssh-rsa` host keys.
9+
10+
Fixes:
11+
- Fix: Prioritize sha2-512 and sha2-256 for ssh-rsa host keys
12+
[#932](https://github.com/fluxcd/image-automation-controller/pull/932)
13+
314
## 0.41.1
415

516
**Release date:** 2025-06-13

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ resources:
55
images:
66
- name: fluxcd/image-automation-controller
77
newName: fluxcd/image-automation-controller
8-
newTag: v0.41.1
8+
newTag: v0.41.2

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/Masterminds/sprig/v3 v3.3.0
1616
github.com/ProtonMail/go-crypto v1.2.0
1717
github.com/cyphar/filepath-securejoin v0.4.1
18-
github.com/fluxcd/image-automation-controller/api v0.41.1
18+
github.com/fluxcd/image-automation-controller/api v0.41.2
1919
github.com/fluxcd/image-reflector-controller/api v0.35.2
2020
github.com/fluxcd/pkg/apis/acl v0.7.0
2121
github.com/fluxcd/pkg/apis/event v0.17.0

0 commit comments

Comments
 (0)