Release v0.34.0
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
9b35fc5d0c
commit
f33d898dde
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -2,6 +2,23 @@
|
|||
|
||||
All notable changes to this project are documented in this file.
|
||||
|
||||
## 0.34.0
|
||||
|
||||
**Release date:** 2023-02-17
|
||||
|
||||
This prerelease adds support for parsing the
|
||||
[RFC-0005](https://github.com/fluxcd/flux2/tree/main/rfcs/0005-artifact-revision-and-digest)
|
||||
revision format produced by source-controller `>=v0.35.0`.
|
||||
|
||||
In addition, the controller dependencies have been updated to their latest
|
||||
versions.
|
||||
|
||||
Improvements:
|
||||
- Support RFC-0005 revision format
|
||||
[#793](https://github.com/fluxcd/kustomize-controller/pull/793)
|
||||
- Update dependencies
|
||||
[#796](https://github.com/fluxcd/kustomize-controller/pull/796)
|
||||
|
||||
## 0.33.0
|
||||
|
||||
**Release date:** 2023-02-01
|
||||
|
|
|
@ -5,4 +5,4 @@ resources:
|
|||
images:
|
||||
- name: fluxcd/kustomize-controller
|
||||
newName: fluxcd/kustomize-controller
|
||||
newTag: v0.33.0
|
||||
newTag: v0.34.0
|
||||
|
|
2
go.mod
2
go.mod
|
@ -19,7 +19,7 @@ require (
|
|||
github.com/aws/aws-sdk-go-v2/service/sts v1.18.3
|
||||
github.com/cyphar/filepath-securejoin v0.2.3
|
||||
github.com/dimchansky/utfbom v1.1.1
|
||||
github.com/fluxcd/kustomize-controller/api v0.33.0
|
||||
github.com/fluxcd/kustomize-controller/api v0.34.0
|
||||
github.com/fluxcd/pkg/apis/acl v0.1.0
|
||||
github.com/fluxcd/pkg/apis/event v0.4.0
|
||||
github.com/fluxcd/pkg/apis/kustomize v0.8.0
|
||||
|
|
Loading…
Reference in New Issue