Skip to content

Commit 5144667

Browse files
authored
Merge pull request #446 from fluxcd/release-v0.15.1
Release v0.15.1
2 parents 1ad10b1 + 481f8af commit 5144667

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

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

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

5+
## 0.15.1
6+
7+
**Release date:** 2021-10-08
8+
9+
This prerelease comes with fixes to backwards compatibility with Flux CLI 0.17 and older.
10+
11+
Fixes:
12+
* Fix inventory panic for v1beta1 objects
13+
[#445](https://github.com/fluxcd/kustomize-controller/pull/445)
14+
515
## 0.15.0
616

717
**Release date:** 2021-10-08

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.15.0
8+
newTag: v0.15.1

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
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.15.0
11+
github.com/fluxcd/kustomize-controller/api v0.15.1
1212
github.com/fluxcd/pkg/apis/kustomize v0.2.0
1313
github.com/fluxcd/pkg/apis/meta v0.10.1
1414
github.com/fluxcd/pkg/runtime v0.12.2

0 commit comments

Comments
 (0)