commit
254ef2ec92
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -2,6 +2,17 @@
|
||||||
|
|
||||||
All notable changes to this project are documented in this file.
|
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
|
## 1.6.1
|
||||||
|
|
||||||
**Release date:** 2025-06-13
|
**Release date:** 2025-06-13
|
||||||
|
|
|
||||||
|
|
@ -6,4 +6,4 @@ resources:
|
||||||
images:
|
images:
|
||||||
- name: fluxcd/source-controller
|
- name: fluxcd/source-controller
|
||||||
newName: fluxcd/source-controller
|
newName: fluxcd/source-controller
|
||||||
newTag: v1.6.1
|
newTag: v1.6.2
|
||||||
|
|
|
||||||
2
go.mod
2
go.mod
|
|
@ -43,7 +43,7 @@ require (
|
||||||
github.com/fluxcd/pkg/tar v0.12.0
|
github.com/fluxcd/pkg/tar v0.12.0
|
||||||
github.com/fluxcd/pkg/testserver v0.11.0
|
github.com/fluxcd/pkg/testserver v0.11.0
|
||||||
github.com/fluxcd/pkg/version v0.7.0
|
github.com/fluxcd/pkg/version v0.7.0
|
||||||
github.com/fluxcd/source-controller/api v1.6.1
|
github.com/fluxcd/source-controller/api v1.6.2
|
||||||
github.com/foxcpp/go-mockdns v1.1.0
|
github.com/foxcpp/go-mockdns v1.1.0
|
||||||
github.com/go-git/go-billy/v5 v5.6.2
|
github.com/go-git/go-billy/v5 v5.6.2
|
||||||
github.com/go-git/go-git/v5 v5.16.2
|
github.com/go-git/go-git/v5 v5.16.2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue