Skip to content

Commit 3463b96

Browse files
authored
Merge pull request #239 from fluxcd/release-v0.6.2
Release v0.6.2
2 parents 80c2169 + a4b61ed commit 3463b96

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

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

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

5+
## 0.6.2
6+
7+
**Release date:** 2021-01-15
8+
9+
This prerelease adds support for `kustomization.yml` and `Kustomization`
10+
files at the root of the configured path.
11+
12+
Improvements:
13+
* Look for all accepted Kustomization filenames
14+
[#238](https://github.com/fluxcd/kustomize-controller/pull/238)
15+
516
## 0.6.1
617

718
**Release date:** 2021-01-14

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.6.1
8+
newTag: v0.6.2

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.6.1
9+
github.com/fluxcd/kustomize-controller/api v0.6.2
1010
github.com/fluxcd/pkg/apis/meta v0.5.0
1111
github.com/fluxcd/pkg/runtime v0.6.2
1212
github.com/fluxcd/pkg/testserver v0.0.2

0 commit comments

Comments
 (0)