Release v0.37.4

Signed-off-by: Sunny <github@darkowlzz.space>
This commit is contained in:
Sunny 2024-02-05 08:19:18 +00:00
parent 0bd797a287
commit 48781f2222
No known key found for this signature in database
GPG Key ID: C58440AB02208FDD
3 changed files with 17 additions and 2 deletions

View File

@ -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

View File

@ -5,4 +5,4 @@ resources:
images:
- name: fluxcd/helm-controller
newName: fluxcd/helm-controller
newTag: v0.37.3
newTag: v0.37.4

2
go.mod
View File

@ -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