diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a17342c..1d8a39eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## 0.34.1 + +**Release date:** 2023-06-01 + +This prerelease fixes a regression introduced in `v0.34.0` where +support for Git servers that exclusively use v2 of the wire protocol like Azure +Devops and AWS CodeCommit was broken. +Furthermore, the reconciler now errors out if it fails to get the signing entity +to be used for Git commit signing. + +Fixes: +- Return signing entity parsing error + [#527](https://github.com/fluxcd/image-automation-controller/pull/527) +- Set controller package name + [#529](https://github.com/fluxcd/image-automation-controller/pull/529) +- Bump `fluxcd/pkg/git/gogit` to v0.12.0 + [#530](https://github.com/fluxcd/image-automation-controller/pull/530) + ## 0.34.0 **Release date:** 2023-05-29 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 5ad9458c..00190e81 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.34.0 + newTag: v0.34.1