Skip to content

Commit

Permalink
Merge pull request #706 from fluxcd/release-v0.34.2
Browse files Browse the repository at this point in the history
Release v0.34.2
  • Loading branch information
stefanprodan authored Jun 22, 2023
2 parents c09a1cf + 75d1f8e commit 0697986
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## 0.34.2

**Release date:** 2023-06-22

This prerelease fixes a regression bug for long-running reconciliations introduced
in v0.34.0.

In addition, the controller release workflow was enhanced with SLSA level 3 generators.
Starting with this version, provenance attestations are generated for
the controller release assets and for the multi-arch container images.

Fixes:
- Fix HelmRelease reconciliation loop
[#703](https://github.com/fluxcd/helm-controller/pull/703)

Improvements:
- Add SLSA3 generators to release workflow
[#705](https://github.com/fluxcd/helm-controller/pull/705)

## 0.34.1

**Release date:** 2023-06-01
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ resources:
images:
- name: fluxcd/helm-controller
newName: fluxcd/helm-controller
newTag: v0.34.1
newTag: v0.34.2
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.18
replace github.com/fluxcd/helm-controller/api => ./api

require (
github.com/fluxcd/helm-controller/api v0.34.1
github.com/fluxcd/helm-controller/api v0.34.2
github.com/fluxcd/pkg/apis/acl v0.1.0
github.com/fluxcd/pkg/apis/event v0.5.0
github.com/fluxcd/pkg/apis/kustomize v1.1.0
Expand Down

0 comments on commit 0697986

Please sign in to comment.