Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.25.5 #774

Merged
merged 1 commit into from
Jun 8, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,27 @@

All notable changes to this project are documented in this file.

## 0.25.5

**Release date:** 2022-06-08

This prerelease fixes a regression for SSH host key verification
and fixes semver sorting for Helm OCI charts.

In addition, the controller dependencies where update to Kubernetes v1.24.1.

Fixes:
- helm: Fix sorting semver from OCI repository tags
[#769](https://github.com/fluxcd/source-controller/pull/769)
- libgit2: Fix SSH host key verification regression
[#771](https://github.com/fluxcd/source-controller/pull/771)

Improvements:
- libgit2: Improve HTTP redirection observability
[#772](https://github.com/fluxcd/source-controller/pull/772)
- Update dependencies
[#773](https://github.com/fluxcd/source-controller/pull/773)

## 0.25.4

**Release date:** 2022-06-07
@@ -15,6 +36,8 @@ Fixes:
[#764](https://github.com/fluxcd/source-controller/pull/764)
- libgit2: fix gitlab redirection for HTTP
[#765](https://github.com/fluxcd/source-controller/pull/765)

Improvements:
- Update dependencies
[#766](https://github.com/fluxcd/source-controller/pull/766)

2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -6,4 +6,4 @@ resources:
images:
- name: fluxcd/source-controller
newName: fluxcd/source-controller
newTag: v0.25.4
newTag: v0.25.5
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ require (
github.com/fluxcd/pkg/testserver v0.2.0
github.com/fluxcd/pkg/untar v0.1.0
github.com/fluxcd/pkg/version v0.1.0
github.com/fluxcd/source-controller/api v0.25.4
github.com/fluxcd/source-controller/api v0.25.5
github.com/go-git/go-billy/v5 v5.3.1
github.com/go-git/go-git/v5 v5.4.2
github.com/go-logr/logr v1.2.3