From 053f68b8ffd18558607aab4e0318b148b6e5a09d Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Thu, 26 Aug 2021 11:09:55 +0300 Subject: [PATCH] Release v0.14.0 Signed-off-by: Stefan Prodan --- CHANGELOG.md | 20 ++++++++++++++++++++ config/manager/kustomization.yaml | 2 +- go.mod | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 489e7f51..ae342c3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index b49fe814..aa65d086 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.13.3 + newTag: v0.14.0 diff --git a/go.mod b/go.mod index 17a48b72..1774eaa9 100644 --- a/go.mod +++ b/go.mod @@ -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