Skip to content

Commit 4fd02f8

Browse files
authored
Merge pull request #598 from fluxcd/release-v0.22.2
2 parents cf9b0fc + a7cee36 commit 4fd02f8

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,33 @@
22

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

5+
## 0.22.2
6+
7+
**Release date:** 2022-03-25
8+
9+
This prerelease fixes a regression bug where the SOPS keyservice would not
10+
properly fall back to the default server for Azure Key Vault decryption
11+
requests.
12+
13+
In addition, Kustomize has been updated to `v4.5.3` to address an issue with
14+
YAML anchors.
15+
16+
Improvements:
17+
- Update Kustomize to v4.5.3
18+
[#594](https://github.com/fluxcd/kustomize-controller/pull/597)
19+
- Update source-controller API to v0.22.3
20+
[#596](https://github.com/fluxcd/kustomize-controller/pull/596)
21+
22+
Fixes:
23+
- sops/keyservice: properly fallback to default
24+
[#597](https://github.com/fluxcd/kustomize-controller/pull/597)
25+
526
## 0.22.1
627

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

9-
This prerelease fixes a regression bug where alerts are sent for every reconciliation run.
30+
This prerelease fixes a regression bug where alerts are sent for every
31+
reconciliation run.
1032

1133
Fixes:
1234
- Ensure event annotations are prefixed with Group FQDN

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ resources:
55
images:
66
- name: fluxcd/kustomize-controller
77
newName: fluxcd/kustomize-controller
8-
newTag: v0.22.1
8+
newTag: v0.22.2

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/cyphar/filepath-securejoin v0.2.3
1414
github.com/dimchansky/utfbom v1.1.1
1515
github.com/drone/envsubst v1.0.3
16-
github.com/fluxcd/kustomize-controller/api v0.22.1
16+
github.com/fluxcd/kustomize-controller/api v0.22.2
1717
github.com/fluxcd/pkg/apis/acl v0.0.3
1818
github.com/fluxcd/pkg/apis/kustomize v0.3.2
1919
github.com/fluxcd/pkg/apis/meta v0.12.1

0 commit comments

Comments
 (0)