Skip to content

Commit

Permalink
Merge pull request #413 from pjbgf/release-v0.24.0
Browse files Browse the repository at this point in the history
Release v0.24.0
  • Loading branch information
Paulo Gomes authored Aug 9, 2022
2 parents 88fec8e + 165d065 commit 2d88b6f
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## 0.24.0

**Release date:** 2022-08-09

This prerelease comes with internal changes that improve the way the controller
interacts with Git repositories and some improvement on error messages.

Unmanaged Transport is no longer supported and has now been decomissioned across
Flux controllers.

In some instances when Flux is trying to push changes using read-only keys the
controller would return an `early EOF` error message. This has now been changed
to `early EOF (the SSH key may not have write access to the repository)`.

Improvements:
- Enrich early EOF error message
[#410](https://github.com/fluxcd/image-automation-controller/pull/410)
- Remove MUSL and enable threadless libgit2 support
[#411](https://github.com/fluxcd/image-automation-controller/pull/411)
- Decommission libgit2 Unmanaged Transport
[#412](https://github.com/fluxcd/image-automation-controller/pull/412)

## 0.23.5

**Release date:** 2022-07-15
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ resources:
images:
- name: fluxcd/image-automation-controller
newName: fluxcd/image-automation-controller
newTag: v0.23.5
newTag: v0.24.0
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ require (
github.com/Masterminds/sprig/v3 v3.2.2
github.com/ProtonMail/go-crypto v0.0.0-20220730123233-d6ffb7692adf
github.com/cyphar/filepath-securejoin v0.2.3
github.com/fluxcd/image-automation-controller/api v0.23.5
github.com/fluxcd/image-automation-controller/api v0.24.0
github.com/fluxcd/image-reflector-controller/api v0.20.0
github.com/fluxcd/pkg/apis/acl v0.0.3
github.com/fluxcd/pkg/apis/meta v0.14.2
Expand Down

0 comments on commit 2d88b6f

Please sign in to comment.