File tree Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project are documented in this file.
44
5+ ## 0.25.5
6+
7+ ** Release date:** 2022-06-08
8+
9+ This prerelease fixes a regression for SSH host key verification
10+ and fixes semver sorting for Helm OCI charts.
11+
12+ In addition, the controller dependencies where update to Kubernetes v1.24.1.
13+
14+ Fixes:
15+ - helm: Fix sorting semver from OCI repository tags
16+ [ #769 ] ( https://github.com/fluxcd/source-controller/pull/769 )
17+ - libgit2: Fix SSH host key verification regression
18+ [ #771 ] ( https://github.com/fluxcd/source-controller/pull/771 )
19+
20+ Improvements:
21+ - libgit2: Improve HTTP redirection observability
22+ [ #772 ] ( https://github.com/fluxcd/source-controller/pull/772 )
23+ - Update dependencies
24+ [ #773 ] ( https://github.com/fluxcd/source-controller/pull/773 )
25+
526## 0.25.4
627
728** Release date:** 2022-06-07
1536 [ #764 ] ( https://github.com/fluxcd/source-controller/pull/764 )
1637- libgit2: fix gitlab redirection for HTTP
1738 [ #765 ] ( https://github.com/fluxcd/source-controller/pull/765 )
39+
40+ Improvements:
1841- Update dependencies
1942 [ #766 ] ( https://github.com/fluxcd/source-controller/pull/766 )
2043
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ resources:
66images :
77- name : fluxcd/source-controller
88 newName : fluxcd/source-controller
9- newTag : v0.25.4
9+ newTag : v0.25.5
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ require (
3232 github.com/fluxcd/pkg/testserver v0.2.0
3333 github.com/fluxcd/pkg/untar v0.1.0
3434 github.com/fluxcd/pkg/version v0.1.0
35- github.com/fluxcd/source-controller/api v0.25.4
35+ github.com/fluxcd/source-controller/api v0.25.5
3636 github.com/go-git/go-billy/v5 v5.3.1
3737 github.com/go-git/go-git/v5 v5.4.2
3838 github.com/go-logr/logr v1.2.3
You can’t perform that action at this time.
0 commit comments