Skip to content

Commit

Permalink
Merge pull request #797 from fluxcd/release-v0.34.0
Browse files Browse the repository at this point in the history
Release v0.34.0
  • Loading branch information
hiddeco authored Feb 17, 2023
2 parents 9b35fc5 + f33d898 commit ef22027
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ resources:
images:
- name: fluxcd/kustomize-controller
newName: fluxcd/kustomize-controller
newTag: v0.33.0
newTag: v0.34.0
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef22027

Please sign in to comment.