Skip to content

Commit

Permalink
Merge pull request #598 from fluxcd/release-v0.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddeco authored Mar 25, 2022
2 parents cf9b0fc + a7cee36 commit 4fd02f8
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,33 @@

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

## 0.22.2

**Release date:** 2022-03-25

This prerelease fixes a regression bug where the SOPS keyservice would not
properly fall back to the default server for Azure Key Vault decryption
requests.

In addition, Kustomize has been updated to `v4.5.3` to address an issue with
YAML anchors.

Improvements:
- Update Kustomize to v4.5.3
[#594](https://github.com/fluxcd/kustomize-controller/pull/597)
- Update source-controller API to v0.22.3
[#596](https://github.com/fluxcd/kustomize-controller/pull/596)

Fixes:
- sops/keyservice: properly fallback to default
[#597](https://github.com/fluxcd/kustomize-controller/pull/597)

## 0.22.1

**Release date:** 2022-03-24

This prerelease fixes a regression bug where alerts are sent for every reconciliation run.
This prerelease fixes a regression bug where alerts are sent for every
reconciliation run.

Fixes:
- Ensure event annotations are prefixed with Group FQDN
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.22.1
newTag: v0.22.2
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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.22.1
github.com/fluxcd/kustomize-controller/api v0.22.2
github.com/fluxcd/pkg/apis/acl v0.0.3
github.com/fluxcd/pkg/apis/kustomize v0.3.2
github.com/fluxcd/pkg/apis/meta v0.12.1
Expand Down

0 comments on commit 4fd02f8

Please sign in to comment.