Skip to content

Commit

Permalink
Release v1.0.0-rc.2
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Prodan <[email protected]>
  • Loading branch information
stefanprodan committed May 9, 2023
1 parent 240d2e9 commit 1e70f2d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

All notable changes to this project are documented in this file.

## 1.0.0-rc.2

**Release date:** 2023-05-09

This release candidate fixes secrets decryption when using Azure Key Vault.

In addition, the controller dependencies have been updated to their latest
versions.

Improvements:
- Fix SOPS azkv envCred
[#838](https://github.com/fluxcd/kustomize-controller/pull/838)
- Update dependencies
[#853](https://github.com/fluxcd/kustomize-controller/pull/853)

## 1.0.0-rc.1

**Release date:** 2023-04-03
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: v1.0.0-rc.1
newTag: v1.0.0-rc.2
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/sts v1.19.0
github.com/cyphar/filepath-securejoin v0.2.3
github.com/dimchansky/utfbom v1.1.1
github.com/fluxcd/kustomize-controller/api v1.0.0-rc.1
github.com/fluxcd/kustomize-controller/api v1.0.0-rc.2
github.com/fluxcd/pkg/apis/acl v0.1.0
github.com/fluxcd/pkg/apis/event v0.4.1
github.com/fluxcd/pkg/apis/kustomize v1.0.0
Expand Down

0 comments on commit 1e70f2d

Please sign in to comment.