Release v0.15.4

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan 2021-10-12 12:12:41 +03:00
parent d53c0d1c36
commit a596394fde
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.4
**Release date:** 2021-10-12
This prerelease comes with fixes to HPA and Service objects validation.
Fixes:
* Fix Service and HPA v2beta1 validation
[#455](https://github.com/fluxcd/kustomize-controller/pull/455)
## 0.15.3
**Release date:** 2021-10-11

View File

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

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.3
github.com/fluxcd/kustomize-controller/api v0.15.4
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