Skip to content

Commit

Permalink
Merge pull request #694 from fluxcd/release-v0.34.0
Browse files Browse the repository at this point in the history
Release v0.34.0
  • Loading branch information
stefanprodan authored May 29, 2023
2 parents 560bb55 + 17b0389 commit ea11c68
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## 0.34.0

**Release date:** 2023-05-29

This prerelease comes with support for Helm 3.12.0 and Kustomize v5.0.3.

⚠️ Note that Kustomize v5 contains breaking changes, please consult their
[changelog](https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize%2Fv5.0.0)
for more details.

In addition, the controller dependencies have been updated to
Kubernetes v1.27.2 and controller-runtime v0.15.0.

Lastly, the logic to forward events to notification-controller has been modified
to use `.status.lastAttemptedValuesChecksum` as an event metadata token to
prevent incorrect rate limiting.

Improvements:
- Update Kubernetes, controller-runtime and Helm
[#690](https://github.com/fluxcd/helm-controller/pull/690)
- Remove the tini supervisor, and other nits
[#691](https://github.com/fluxcd/helm-controller/pull/691)
- Use last attempted values checksum as event metadata token
[#692](https://github.com/fluxcd/helm-controller/pull/692)
- Update source-controller to v1.0.0-rc.4
[#693](https://github.com/fluxcd/helm-controller/pull/693)

## 0.33.0

**Release date:** 2023-05-12
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.33.0
newTag: v0.34.0
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.33.0
github.com/fluxcd/helm-controller/api v0.34.0
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 ea11c68

Please sign in to comment.