Release v0.24.2
Signed-off-by: Hidde Beydals <hello@hidde.co>
This commit is contained in:
parent
ee5a411b4c
commit
0976a4fb33
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -2,6 +2,17 @@
|
|||
|
||||
All notable changes to this project are documented in this file.
|
||||
|
||||
## 0.24.2
|
||||
|
||||
**Release date:** 2022-04-21
|
||||
|
||||
This prerelease updates the Go `golang.org/x/crypto` dependency to latest to
|
||||
please static security analysers (CVE-2022-27191).
|
||||
|
||||
Fixes:
|
||||
- Update golang.org/x/crypto
|
||||
[#628](https://github.com/fluxcd/kustomize-controller/pull/628)
|
||||
|
||||
## 0.24.1
|
||||
|
||||
**Release date:** 2022-04-20
|
||||
|
|
|
@ -5,4 +5,4 @@ resources:
|
|||
images:
|
||||
- name: fluxcd/kustomize-controller
|
||||
newName: fluxcd/kustomize-controller
|
||||
newTag: v0.24.1
|
||||
newTag: v0.24.2
|
||||
|
|
2
go.mod
2
go.mod
|
@ -12,7 +12,7 @@ require (
|
|||
github.com/cyphar/filepath-securejoin v0.2.3
|
||||
github.com/dimchansky/utfbom v1.1.1
|
||||
github.com/drone/envsubst v1.0.3
|
||||
github.com/fluxcd/kustomize-controller/api v0.24.1
|
||||
github.com/fluxcd/kustomize-controller/api v0.24.2
|
||||
github.com/fluxcd/pkg/apis/acl v0.0.3
|
||||
github.com/fluxcd/pkg/apis/kustomize v0.3.3
|
||||
github.com/fluxcd/pkg/apis/meta v0.12.2
|
||||
|
|
Loading…
Reference in New Issue