Skip to content

Commit ea052f8

Browse files
authored
Merge pull request #417 from fluxcd/release-v0.14.0
Release v0.14.0
2 parents 96890d3 + 053f68b commit ea052f8

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
All notable changes to this project are documented in this file.
44

5+
## 0.14.0
6+
7+
**Release date:** 2021-08-26
8+
9+
This prerelease comes with improvements to garbage collection.
10+
When pruning is enabled, the controller will skip the deletion of objects with
11+
[ownerReference.BlockOwnerDeletion=true](https://v1-18.docs.kubernetes.io/docs/concepts/workloads/controllers/garbage-collection/#controlling-how-the-garbage-collector-deletes-dependents),
12+
as they are subject to Kubernetes GC.
13+
14+
The controller dependencies has been updated to match
15+
kustomize [v4.3.0](https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize%2Fv4.3.0).
16+
17+
Improvements:
18+
* Update controller to kustomize v4.3.0
19+
[#416](https://github.com/fluxcd/kustomize-controller/pull/416)
20+
* Skip garbage collection of objects with owner references
21+
[#411](https://github.com/fluxcd/kustomize-controller/pull/411)
22+
* Add tests for various kustomize transformers
23+
[#408](https://github.com/fluxcd/kustomize-controller/pull/408)
24+
525
## 0.13.3
626

727
**Release date:** 2021-08-05

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ resources:
55
images:
66
- name: fluxcd/kustomize-controller
77
newName: fluxcd/kustomize-controller
8-
newTag: v0.13.3
8+
newTag: v0.14.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
filippo.io/age v1.0.0-beta7
99
github.com/cyphar/filepath-securejoin v0.2.2
1010
github.com/drone/envsubst v1.0.3-0.20200804185402-58bc65f69603
11-
github.com/fluxcd/kustomize-controller/api v0.13.3
11+
github.com/fluxcd/kustomize-controller/api v0.14.0
1212
github.com/fluxcd/pkg/apis/kustomize v0.2.0
1313
github.com/fluxcd/pkg/apis/meta v0.10.0
1414
github.com/fluxcd/pkg/runtime v0.12.0

0 commit comments

Comments
 (0)