From 12a05ad6f92316493769b4b706f81ccf8d9dd39b Mon Sep 17 00:00:00 2001 From: Sanskar Jaiswal Date: Tue, 4 Jul 2023 14:14:00 +0530 Subject: [PATCH] Release v0.35.0 Signed-off-by: Sanskar Jaiswal --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ config/manager/kustomization.yaml | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d8a39eb..f9fbf8f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,34 @@ # Changelog +## 0.35.0 + +**Release date:** 2023-07-04 + +This prerelease comes with support for Kubernetes v1.27.3 and updates to the +controller's dependencies. +It has better error reporting for situations where the Git repository deploy key +does not have write acceess. Additionally, it improves support for +Git >= v2.41.0. +Furthermore, a bug related to GPG commit signing that could cause panics has +been fixed. + +Starting with this version, the build, release and provenance portions of the +Flux project supply chain [provisionally meet SLSA Build Level 3](https://fluxcd.io/flux/security/slsa-assessment/). + +Fixes: +- Check if GPG private key is nil before decrypting + [#534](https://github.com/fluxcd/image-automation-controller/pull/534) + +Improvements: +- Align `go.mod` version with Kubernetes (Go 1.20) + [#545](https://github.com/fluxcd/image-automation-controller/pull/545) +- Update Git packages + [#549](https://github.com/fluxcd/image-automation-controller/pull/549) +- Update go-git to unreleased v5.8.0 + [#553](https://github.com/fluxcd/image-automation-controller/pull/553) +- Update Go dependencies + [#554](https://github.com/fluxcd/image-automation-controller/pull/554) + ## 0.34.1 **Release date:** 2023-06-01 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 00190e81..18b54f9b 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.1 + newTag: v0.35.0