Skip to content

Commit 5356194

Browse files
authored
Merge pull request #232 from fluxcd/release-v0.6.0
Release v0.6.0
2 parents 786a620 + 675ba9a commit 5356194

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

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

33
All 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

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.5.3
8+
newTag: v0.6.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replace github.com/fluxcd/kustomize-controller/api => ./api
66

77
require (
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

0 commit comments

Comments
 (0)