Skip to content

Commit

Permalink
Merge pull request #790 from fluxcd/release-v0.36.2
Browse files Browse the repository at this point in the history
Release v0.36.2
  • Loading branch information
hiddeco committed Oct 11, 2023
2 parents d577718 + a3f636a commit 7f3d514
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.36.2

**Release date:** 2023-10-11

This prerelease contains an improvement to retry the reconciliation of a
`HelmRelease` as soon as the chart is available in storage, instead of waiting
for the next reconciliation interval. Which is particularly useful when the
source-controller has just been upgraded.

In addition, it fixes a bug in which the controller would not properly label
Custom Resource Definitions.

Fixes:
- runner: ensure CRDs are properly labeled
[#781](https://github.com/fluxcd/helm-controller/pull/781)
- fix: retry failed releases when charts are available in storage
[#785](https://github.com/fluxcd/helm-controller/pull/785)

Improvements:
- Address typo in documentation
[#777](https://github.com/fluxcd/helm-controller/pull/777)
- Update CI dependencies
[#783](https://github.com/fluxcd/helm-controller/pull/783)
[#786](https://github.com/fluxcd/helm-controller/pull/786)
- Address miscellaneous issues throughout code base
[#788](https://github.com/fluxcd/helm-controller/pull/788)

## 0.36.1

**Release date:** 2023-09-18
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.36.1
newTag: v0.36.2
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ replace (
)

require (
github.com/fluxcd/helm-controller/api v0.36.1
github.com/fluxcd/helm-controller/api v0.36.2
github.com/fluxcd/pkg/apis/acl v0.1.0
github.com/fluxcd/pkg/apis/event v0.5.2
github.com/fluxcd/pkg/apis/kustomize v1.1.1
Expand Down

0 comments on commit 7f3d514

Please sign in to comment.