Release v0.14.0

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan 2021-08-26 11:09:55 +03:00
parent 96890d3c98
commit 053f68b8ff
No known key found for this signature in database
GPG Key ID: 3299AEB0E4085BAF
3 changed files with 22 additions and 2 deletions

View File

@ -2,6 +2,26 @@
All notable changes to this project are documented in this file.
## 0.14.0
**Release date:** 2021-08-26
This prerelease comes with improvements to garbage collection.
When pruning is enabled, the controller will skip the deletion of objects with
[ownerReference.BlockOwnerDeletion=true](https://v1-18.docs.kubernetes.io/docs/concepts/workloads/controllers/garbage-collection/#controlling-how-the-garbage-collector-deletes-dependents),
as they are subject to Kubernetes GC.
The controller dependencies has been updated to match
kustomize [v4.3.0](https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize%2Fv4.3.0).
Improvements:
* Update controller to kustomize v4.3.0
[#416](https://github.com/fluxcd/kustomize-controller/pull/416)
* Skip garbage collection of objects with owner references
[#411](https://github.com/fluxcd/kustomize-controller/pull/411)
* Add tests for various kustomize transformers
[#408](https://github.com/fluxcd/kustomize-controller/pull/408)
## 0.13.3
**Release date:** 2021-08-05

View File

@ -5,4 +5,4 @@ resources:
images:
- name: fluxcd/kustomize-controller
newName: fluxcd/kustomize-controller
newTag: v0.13.3
newTag: v0.14.0

2
go.mod
View File

@ -8,7 +8,7 @@ require (
filippo.io/age v1.0.0-beta7
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.13.3
github.com/fluxcd/kustomize-controller/api v0.14.0
github.com/fluxcd/pkg/apis/kustomize v0.2.0
github.com/fluxcd/pkg/apis/meta v0.10.0
github.com/fluxcd/pkg/runtime v0.12.0