Release v0.23.2
Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
This commit is contained in:
parent
8d5ae796b5
commit
cb1016479f
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -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
|
||||
|
|
|
@ -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
2
go.mod
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue