Release v0.19.1

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan 2022-01-13 19:54:39 +02:00
parent f39a7712fd
commit 57cf14430d
No known key found for this signature in database
GPG Key ID: 3299AEB0E4085BAF
3 changed files with 13 additions and 2 deletions

View File

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

View File

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

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