Release v0.15.1

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan 2021-10-08 18:17:07 +03:00
parent 1ad10b10d0
commit 481f8af7fa
No known key found for this signature in database
GPG Key ID: 3299AEB0E4085BAF
3 changed files with 12 additions and 2 deletions

View File

@ -2,6 +2,16 @@
All notable changes to this project are documented in this file.
## 0.15.1
**Release date:** 2021-10-08
This prerelease comes with fixes to backwards compatibility with Flux CLI 0.17 and older.
Fixes:
* Fix inventory panic for v1beta1 objects
[#445](https://github.com/fluxcd/kustomize-controller/pull/445)
## 0.15.0
**Release date:** 2021-10-08

View File

@ -5,4 +5,4 @@ resources:
images:
- name: fluxcd/kustomize-controller
newName: fluxcd/kustomize-controller
newTag: v0.15.0
newTag: v0.15.1

2
go.mod
View File

@ -8,7 +8,7 @@ require (
filippo.io/age v1.0.0
github.com/cyphar/filepath-securejoin v0.2.2
github.com/drone/envsubst v1.0.3-0.20200804185402-58bc65f69603
github.com/fluxcd/kustomize-controller/api v0.15.0
github.com/fluxcd/kustomize-controller/api v0.15.1
github.com/fluxcd/pkg/apis/kustomize v0.2.0
github.com/fluxcd/pkg/apis/meta v0.10.1
github.com/fluxcd/pkg/runtime v0.12.2