Skip to content

Commit a00d0ed

Browse files
authored
Merge pull request #774 from fluxcd/release-v0.25.5
Release v0.25.5
2 parents 6e44c8c + b120c29 commit a00d0ed

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
All 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
@@ -15,6 +36,8 @@ Fixes:
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

config/manager/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ resources:
66
images:
77
- name: fluxcd/source-controller
88
newName: fluxcd/source-controller
9-
newTag: v0.25.4
9+
newTag: v0.25.5

go.mod

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)