File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.35.0
4+
5+ ** Release date:** 2023-07-04
6+
7+ This prerelease comes with support for Kubernetes v1.27.3 and updates to the
8+ controller's dependencies.
9+ It has better error reporting for situations where the Git repository deploy key
10+ does not have write acceess. Additionally, it improves support for
11+ Git >= v2.41.0.
12+ Furthermore, a bug related to GPG commit signing that could cause panics has
13+ been fixed.
14+
15+ Starting with this version, the build, release and provenance portions of the
16+ Flux project supply chain [ provisionally meet SLSA Build Level 3] ( https://fluxcd.io/flux/security/slsa-assessment/ ) .
17+
18+ Fixes:
19+ - Check if GPG private key is nil before decrypting
20+ [ #534 ] ( https://github.com/fluxcd/image-automation-controller/pull/534 )
21+
22+ Improvements:
23+ - Align ` go.mod ` version with Kubernetes (Go 1.20)
24+ [ #545 ] ( https://github.com/fluxcd/image-automation-controller/pull/545 )
25+ - Update Git packages
26+ [ #549 ] ( https://github.com/fluxcd/image-automation-controller/pull/549 )
27+ - Update go-git to unreleased v5.8.0
28+ [ #553 ] ( https://github.com/fluxcd/image-automation-controller/pull/553 )
29+ - Update Go dependencies
30+ [ #554 ] ( https://github.com/fluxcd/image-automation-controller/pull/554 )
31+
332## 0.34.1
433
534** Release date:** 2023-06-01
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.1
8+ newTag : v0.35.0
You can’t perform that action at this time.
0 commit comments