Release v0.37.4
Signed-off-by: Sunny <github@darkowlzz.space>
This commit is contained in:
parent
0bd797a287
commit
48781f2222
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -1,5 +1,20 @@
|
||||||
# Changelog
|
# 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
|
## 0.37.3
|
||||||
|
|
||||||
**Release date:** 2024-02-01
|
**Release date:** 2024-02-01
|
||||||
|
|
|
@ -5,4 +5,4 @@ resources:
|
||||||
images:
|
images:
|
||||||
- name: fluxcd/helm-controller
|
- name: fluxcd/helm-controller
|
||||||
newName: fluxcd/helm-controller
|
newName: fluxcd/helm-controller
|
||||||
newTag: v0.37.3
|
newTag: v0.37.4
|
||||||
|
|
2
go.mod
2
go.mod
|
@ -16,7 +16,7 @@ replace (
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/fluxcd/cli-utils v0.36.0-flux.3
|
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/acl v0.1.0
|
||||||
github.com/fluxcd/pkg/apis/event v0.7.0
|
github.com/fluxcd/pkg/apis/event v0.7.0
|
||||||
github.com/fluxcd/pkg/apis/kustomize v1.3.0
|
github.com/fluxcd/pkg/apis/kustomize v1.3.0
|
||||||
|
|
Loading…
Reference in New Issue