Skip to content

Commit 2d88b6f

Browse files
author
Paulo Gomes
authored
Merge pull request #413 from pjbgf/release-v0.24.0
Release v0.24.0
2 parents 88fec8e + 165d065 commit 2d88b6f

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## 0.24.0
4+
5+
**Release date:** 2022-08-09
6+
7+
This prerelease comes with internal changes that improve the way the controller
8+
interacts with Git repositories and some improvement on error messages.
9+
10+
Unmanaged Transport is no longer supported and has now been decomissioned across
11+
Flux controllers.
12+
13+
In some instances when Flux is trying to push changes using read-only keys the
14+
controller would return an `early EOF` error message. This has now been changed
15+
to `early EOF (the SSH key may not have write access to the repository)`.
16+
17+
Improvements:
18+
- Enrich early EOF error message
19+
[#410](https://github.com/fluxcd/image-automation-controller/pull/410)
20+
- Remove MUSL and enable threadless libgit2 support
21+
[#411](https://github.com/fluxcd/image-automation-controller/pull/411)
22+
- Decommission libgit2 Unmanaged Transport
23+
[#412](https://github.com/fluxcd/image-automation-controller/pull/412)
24+
325
## 0.23.5
426

527
**Release date:** 2022-07-15

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ resources:
55
images:
66
- name: fluxcd/image-automation-controller
77
newName: fluxcd/image-automation-controller
8-
newTag: v0.23.5
8+
newTag: v0.24.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require (
1818
github.com/Masterminds/sprig/v3 v3.2.2
1919
github.com/ProtonMail/go-crypto v0.0.0-20220730123233-d6ffb7692adf
2020
github.com/cyphar/filepath-securejoin v0.2.3
21-
github.com/fluxcd/image-automation-controller/api v0.23.5
21+
github.com/fluxcd/image-automation-controller/api v0.24.0
2222
github.com/fluxcd/image-reflector-controller/api v0.20.0
2323
github.com/fluxcd/pkg/apis/acl v0.0.3
2424
github.com/fluxcd/pkg/apis/meta v0.14.2

0 commit comments

Comments
 (0)