File tree Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project are documented in this file.
44
5+ ## 0.6.0
6+
7+ ** Release date:** 2021-01-12
8+
9+ This is the sixth MINOR prerelease, upgrading the ` controller-runtime `
10+ dependencies to ` v0.7.0 ` .
11+
12+ The container image for ARMv7 and ARM64 that used to be published
13+ separately as ` kustomize-controller:*-arm64 ` has been merged with the
14+ AMD64 image.
15+
16+ Improvements:
17+ * Update kubectl to v1.20.1
18+ [ #231 ] ( https://github.com/fluxcd/kustomize-controller/pull/231 )
19+ * Update kustomize/api to v0.7.1
20+ [ #229 ] ( https://github.com/fluxcd/kustomize-controller/pull/229 )
21+ * Run GC and health checks using service account impersonation
22+ [ #221 ] ( https://github.com/fluxcd/kustomize-controller/pull/221 )
23+
24+ Fixes:
25+ * No longer treat dirs as kustomization files
26+ [ #224 ] ( https://github.com/fluxcd/kustomize-controller/pull/224 )
27+
528## 0.5.3
629
730** Release date:** 2020-12-18
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
55images :
66 - name : fluxcd/kustomize-controller
77 newName : fluxcd/kustomize-controller
8- newTag : v0.5.3
8+ newTag : v0.6.0
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ replace github.com/fluxcd/kustomize-controller/api => ./api
66
77require (
88 github.com/cyphar/filepath-securejoin v0.2.2
9- github.com/fluxcd/kustomize-controller/api v0.5.3
9+ github.com/fluxcd/kustomize-controller/api v0.6.0
1010 github.com/fluxcd/pkg/apis/meta v0.5.0
1111 github.com/fluxcd/pkg/runtime v0.6.0
1212 github.com/fluxcd/pkg/testserver v0.0.2
You can’t perform that action at this time.
0 commit comments