Release v0.23.2

Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
This commit is contained in:
Paulo Gomes 2022-06-08 12:33:35 +01:00
parent 8d5ae796b5
commit cb1016479f
No known key found for this signature in database
GPG Key ID: 9995233870E99BEE
3 changed files with 19 additions and 2 deletions

View File

@ -1,5 +1,22 @@
# Changelog
## 0.23.2
**Release date:** 2022-06-08
This prerelease fixes a regression for SSH host key verification and
updates some dependencies.
In addition, the controller was updated to Kubernetes v1.24.1.
Fixes:
- Update github.com/fluxcd/source-controller v0.25.5
[#384](https://github.com/fluxcd/image-automation-controller/pull/384)
Improvements:
- Update dependencies
[#383](https://github.com/fluxcd/image-automation-controller/pull/383)
## 0.23.1
**Release date:** 2022-06-07

View File

@ -5,4 +5,4 @@ resources:
images:
- name: fluxcd/image-automation-controller
newName: fluxcd/image-automation-controller
newTag: v0.23.1
newTag: v0.23.2

2
go.mod
View File

@ -8,7 +8,7 @@ require (
github.com/Masterminds/sprig/v3 v3.2.2
github.com/ProtonMail/go-crypto v0.0.0-20220517143526-88bb52951d5b
github.com/cyphar/filepath-securejoin v0.2.3
github.com/fluxcd/image-automation-controller/api v0.23.1
github.com/fluxcd/image-automation-controller/api v0.23.2
github.com/fluxcd/image-reflector-controller/api v0.19.1
github.com/fluxcd/pkg/apis/acl v0.0.3
github.com/fluxcd/pkg/apis/meta v0.14.2