File tree Expand file tree Collapse file tree 3 files changed +25
-3
lines changed Expand file tree Collapse file tree 3 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 22
33All 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
1133Fixes:
1234- Ensure event annotations are prefixed with Group FQDN
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
55images :
66 - name : fluxcd/kustomize-controller
77 newName : fluxcd/kustomize-controller
8- newTag : v0.22.1
8+ newTag : v0.22.2
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments