Skip to content

Commit

Permalink
Merge pull request #688 from fluxcd/release-0.33.0
Browse files Browse the repository at this point in the history
Release v0.33.0
  • Loading branch information
hiddeco authored May 12, 2023
2 parents dc4a9d0 + c692d0c commit 74bc32e
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## 0.33.0

**Release date:** 2023-05-12

This prerelease comes with a change to the calculation of the release values
checksum. Previously, the checksum was calculated based on the values as
provided by the user, which could lead to an upgrade when the values changed
order, but not content. This has been changed to calculate the checksum based
on the values after stable sorting them by key. This means that the checksum
will only change when the values actually change.

In addition, the dependencies have been updated including a mitigation for
CVE-2023-2253, and the controller base image has been updated to Alpine 3.18.

Improvements:
- Stable sort release values by key
[#684](https://github.com/fluxcd/helm-controller/pull/684)
- Update Alpine to 3.18
[#685](https://github.com/fluxcd/helm-controller/pull/685)
- build(deps): bump github.com/docker/distribution from 2.8.1+incompatible to 2.8.2+incompatible
[#686](https://github.com/fluxcd/helm-controller/pull/686)
- Update dependencies
[#687](https://github.com/fluxcd/helm-controller/pull/687)

## 0.32.2

**Release date:** 2023-04-13
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.32.2
newTag: v0.33.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.32.2
github.com/fluxcd/helm-controller/api v0.33.0
github.com/fluxcd/pkg/apis/acl v0.1.0
github.com/fluxcd/pkg/apis/event v0.4.1
github.com/fluxcd/pkg/apis/kustomize v1.0.0
Expand Down

0 comments on commit 74bc32e

Please sign in to comment.