Skip to content

Commit 9fae8c4

Browse files
authored
Merge pull request #531 from fluxcd/release-v0.34.1
Release v0.34.1
2 parents 3e7cf9b + a5326a8 commit 9fae8c4

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## 0.34.1
4+
5+
**Release date:** 2023-06-01
6+
7+
This prerelease fixes a regression introduced in `v0.34.0` where
8+
support for Git servers that exclusively use v2 of the wire protocol like Azure
9+
Devops and AWS CodeCommit was broken.
10+
Furthermore, the reconciler now errors out if it fails to get the signing entity
11+
to be used for Git commit signing.
12+
13+
Fixes:
14+
- Return signing entity parsing error
15+
[#527](https://github.com/fluxcd/image-automation-controller/pull/527)
16+
- Set controller package name
17+
[#529](https://github.com/fluxcd/image-automation-controller/pull/529)
18+
- Bump `fluxcd/pkg/git/gogit` to v0.12.0
19+
[#530](https://github.com/fluxcd/image-automation-controller/pull/530)
20+
321
## 0.34.0
422

523
**Release date:** 2023-05-29

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ resources:
55
images:
66
- name: fluxcd/image-automation-controller
77
newName: fluxcd/image-automation-controller
8-
newTag: v0.34.0
8+
newTag: v0.34.1

0 commit comments

Comments
 (0)