Release v0.33.0
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
6e4174e7aa
commit
da9c442ac2
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -1,10 +1,25 @@
|
|||
# Changelog
|
||||
|
||||
## 0.33.0
|
||||
|
||||
**Release date:** 2023-05-09
|
||||
|
||||
This prerelease comes with support for signing commits using password protected OpenPGP keys.
|
||||
|
||||
In addition, the controller dependencies have been updated to their latest
|
||||
versions.
|
||||
|
||||
Improvements:
|
||||
- Add support for commit signing PGP key passphrases
|
||||
[#510](https://github.com/fluxcd/image-automation-controller/pull/510)
|
||||
- Update dependencies
|
||||
[#511](https://github.com/fluxcd/image-automation-controller/pull/511)
|
||||
|
||||
## 0.32.0
|
||||
|
||||
**Release date:** 2023-03-31
|
||||
|
||||
This release updates the dependencies to their latest versions.
|
||||
This prerelease updates the dependencies to their latest versions.
|
||||
|
||||
In addition, the controller now supports horizontal scaling using sharding based on a label selector.
|
||||
|
||||
|
|
|
@ -5,4 +5,4 @@ resources:
|
|||
images:
|
||||
- name: fluxcd/image-automation-controller
|
||||
newName: fluxcd/image-automation-controller
|
||||
newTag: v0.32.0
|
||||
newTag: v0.33.0
|
||||
|
|
2
go.mod
2
go.mod
|
@ -10,7 +10,7 @@ require (
|
|||
github.com/ProtonMail/go-crypto v0.0.0-20230426101702-58e86b294756
|
||||
github.com/cyphar/filepath-securejoin v0.2.3
|
||||
github.com/fluxcd/go-git/v5 v5.0.0-20221219190809-2e5c9d01cfc4
|
||||
github.com/fluxcd/image-automation-controller/api v0.32.0
|
||||
github.com/fluxcd/image-automation-controller/api v0.33.0
|
||||
github.com/fluxcd/image-reflector-controller/api v0.27.1
|
||||
github.com/fluxcd/pkg/apis/acl v0.1.0
|
||||
github.com/fluxcd/pkg/apis/event v0.4.1
|
||||
|
|
Loading…
Reference in New Issue