diff --git a/CHANGELOG.md b/CHANGELOG.md index b2e756a..5dba420 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 4f5019e..34f0d08 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ resources: images: - name: fluxcd/kustomize-controller newName: fluxcd/kustomize-controller - newTag: v0.19.0 + newTag: v0.19.1 diff --git a/go.mod b/go.mod index 48de222..806c191 100644 --- a/go.mod +++ b/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