Release v0.19.1
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
f39a7712fd
commit
57cf14430d
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -2,6 +2,17 @@
|
|||
|
||||
All notable changes to this project are documented in this file.
|
||||
|
||||
## 0.19.1
|
||||
|
||||
**Release date:** 2022-01-13
|
||||
|
||||
This prerelease fixes a regression bug introduced in v0.19.0 that prevented `StatefulSets`
|
||||
from being reconciled on Kubernetes <= 1.21.
|
||||
|
||||
Fixes:
|
||||
* Update `fluxcd/pkg/ssa` to exclude the status field from apply
|
||||
[#533](https://github.com/fluxcd/kustomize-controller/pull/533)
|
||||
|
||||
## 0.19.0
|
||||
|
||||
**Release date:** 2022-01-10
|
||||
|
|
|
@ -5,4 +5,4 @@ resources:
|
|||
images:
|
||||
- name: fluxcd/kustomize-controller
|
||||
newName: fluxcd/kustomize-controller
|
||||
newTag: v0.19.0
|
||||
newTag: v0.19.1
|
||||
|
|
2
go.mod
2
go.mod
|
@ -9,7 +9,7 @@ require (
|
|||
github.com/ProtonMail/go-crypto v0.0.0-20211112122917-428f8eabeeb3
|
||||
github.com/cyphar/filepath-securejoin v0.2.2
|
||||
github.com/drone/envsubst v1.0.3-0.20200804185402-58bc65f69603
|
||||
github.com/fluxcd/kustomize-controller/api v0.19.0
|
||||
github.com/fluxcd/kustomize-controller/api v0.19.1
|
||||
github.com/fluxcd/pkg/apis/kustomize v0.3.1
|
||||
github.com/fluxcd/pkg/apis/meta v0.10.2
|
||||
github.com/fluxcd/pkg/runtime v0.12.3
|
||||
|
|
Loading…
Reference in New Issue