File tree 3 files changed +25
-2
lines changed
3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project are documented in this file.
4
4
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
+
5
26
## 0.25.4
6
27
7
28
** Release date:** 2022-06-07
15
36
[ #764 ] ( https://github.com/fluxcd/source-controller/pull/764 )
16
37
- libgit2: fix gitlab redirection for HTTP
17
38
[ #765 ] ( https://github.com/fluxcd/source-controller/pull/765 )
39
+
40
+ Improvements:
18
41
- Update dependencies
19
42
[ #766 ] ( https://github.com/fluxcd/source-controller/pull/766 )
20
43
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ resources:
6
6
images :
7
7
- name : fluxcd/source-controller
8
8
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 (
32
32
github.com/fluxcd/pkg/testserver v0.2.0
33
33
github.com/fluxcd/pkg/untar v0.1.0
34
34
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
36
36
github.com/go-git/go-billy/v5 v5.3.1
37
37
github.com/go-git/go-git/v5 v5.4.2
38
38
github.com/go-logr/logr v1.2.3
You can’t perform that action at this time.
0 commit comments