Skip to content

Commit

Permalink
Merge pull request #887 from fluxcd/release-v0.37.4
Browse files Browse the repository at this point in the history
Release v0.37.4
  • Loading branch information
darkowlzz committed Feb 5, 2024
2 parents 0bd797a + 48781f2 commit 0114b20
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 0.37.4

**Release date:** 2024-02-05

This prerelease comes with improvements in the HelmRelease status reporting.
After recovering from a reconciliation failure, sometimes the status may show
stale conditions which could be misleading. This has been fixed by ensuring that
the stale failure conditions get updated after failure recovery.

Improvements:
- Remove stale Ready=False conditions value to show more accurate status
[#884](https://github.com/fluxcd/helm-controller/pull/884)
- Dependency update
[#886](https://github.com/fluxcd/helm-controller/pull/886)

## 0.37.3

**Release date:** 2024-02-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.37.3
newTag: v0.37.4
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ replace (

require (
github.com/fluxcd/cli-utils v0.36.0-flux.3
github.com/fluxcd/helm-controller/api v0.37.3
github.com/fluxcd/helm-controller/api v0.37.4
github.com/fluxcd/pkg/apis/acl v0.1.0
github.com/fluxcd/pkg/apis/event v0.7.0
github.com/fluxcd/pkg/apis/kustomize v1.3.0
Expand Down

0 comments on commit 0114b20

Please sign in to comment.