Skip to content

Commit d29800d

Browse files
authored
Merge pull request #558 from fluxcd/release-v0.35.0
Release v0.35.0
2 parents 901f1b3 + 12a05ad commit d29800d

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
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

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.1
8+
newTag: v0.35.0

0 commit comments

Comments
 (0)