diff --git a/CHANGELOG.md b/CHANGELOG.md index 8955ac4..41f4a9f 100644 --- a/CHANGELOG.md +++ b/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. diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 9584af4..c4c7a63 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ resources: images: - name: fluxcd/image-automation-controller newName: fluxcd/image-automation-controller - newTag: v0.32.0 + newTag: v0.33.0 diff --git a/go.mod b/go.mod index 93e5007..6015f46 100644 --- a/go.mod +++ b/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