File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
55images :
66- name : fluxcd/image-automation-controller
77 newName : fluxcd/image-automation-controller
8- newTag : v0.34.0
8+ newTag : v0.34.1
You can’t perform that action at this time.
0 commit comments