File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
14
## 0.41.1
4
15
5
16
** Release date:** 2025-06-13
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
5
5
images :
6
6
- name : fluxcd/image-automation-controller
7
7
newName : fluxcd/image-automation-controller
8
- newTag : v0.41.1
8
+ newTag : v0.41.2
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ require (
15
15
github.com/Masterminds/sprig/v3 v3.3.0
16
16
github.com/ProtonMail/go-crypto v1.2.0
17
17
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
19
19
github.com/fluxcd/image-reflector-controller/api v0.35.2
20
20
github.com/fluxcd/pkg/apis/acl v0.7.0
21
21
github.com/fluxcd/pkg/apis/event v0.17.0
You can’t perform that action at this time.
0 commit comments