Release v0.15.1
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
1ad10b10d0
commit
481f8af7fa
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -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
|
||||
|
|
|
@ -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
2
go.mod
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue