Release v0.7.3
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
d910238d59
commit
7e7adb5d34
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -2,6 +2,17 @@
|
||||||
|
|
||||||
All notable changes to this project are documented in this file.
|
All notable changes to this project are documented in this file.
|
||||||
|
|
||||||
|
## 0.7.3
|
||||||
|
|
||||||
|
**Release date:** 2021-02-01
|
||||||
|
|
||||||
|
This prerelease comes with support for running the
|
||||||
|
Kustomization validation using service account impersonation.
|
||||||
|
|
||||||
|
Improvements:
|
||||||
|
* Support impersonation for validation
|
||||||
|
[#260](https://github.com/fluxcd/kustomize-controller/pull/260)
|
||||||
|
|
||||||
## 0.7.2
|
## 0.7.2
|
||||||
|
|
||||||
**Release date:** 2021-01-26
|
**Release date:** 2021-01-26
|
||||||
|
|
|
||||||
|
|
@ -5,4 +5,4 @@ resources:
|
||||||
images:
|
images:
|
||||||
- name: fluxcd/kustomize-controller
|
- name: fluxcd/kustomize-controller
|
||||||
newName: fluxcd/kustomize-controller
|
newName: fluxcd/kustomize-controller
|
||||||
newTag: v0.7.2
|
newTag: v0.7.3
|
||||||
|
|
|
||||||
2
go.mod
2
go.mod
|
|
@ -6,7 +6,7 @@ replace github.com/fluxcd/kustomize-controller/api => ./api
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/cyphar/filepath-securejoin v0.2.2
|
github.com/cyphar/filepath-securejoin v0.2.2
|
||||||
github.com/fluxcd/kustomize-controller/api v0.7.2
|
github.com/fluxcd/kustomize-controller/api v0.7.3
|
||||||
github.com/fluxcd/pkg/apis/meta v0.7.0
|
github.com/fluxcd/pkg/apis/meta v0.7.0
|
||||||
github.com/fluxcd/pkg/runtime v0.8.0
|
github.com/fluxcd/pkg/runtime v0.8.0
|
||||||
github.com/fluxcd/pkg/testserver v0.0.2
|
github.com/fluxcd/pkg/testserver v0.0.2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue