File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Expand file tree Collapse file tree 3 files changed +21
-2
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.24.4
6+
7+ ** Release date:** 2022-04-28
8+
9+ This prerelease ensures we recover from Kustomize build panics to guarantee
10+ continuity of operations when running into invalid object data.
11+
12+ In addition, handling of file formats while decrypting Secret generator entries
13+ with SOPS has been improved to ensure encrypted files in format A can be
14+ decrypted to target format B.
15+
16+ Fixes:
17+ - Use Secret generator keys for SOPS format hint
18+ [ #636 ] ( https://github.com/fluxcd/kustomize-controller/pull/636 )
19+
20+ Improvements:
21+ - generator: recover from kustomize build panics
22+ [ #637 ] ( https://github.com/fluxcd/kustomize-controller/pull/637 )
23+
524## 0.24.3
625
726** Release date:** 2022-04-22
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.24.3
8+ newTag : v0.24.4
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ require (
1212 github.com/cyphar/filepath-securejoin v0.2.3
1313 github.com/dimchansky/utfbom v1.1.1
1414 github.com/drone/envsubst v1.0.3
15- github.com/fluxcd/kustomize-controller/api v0.24.3
15+ github.com/fluxcd/kustomize-controller/api v0.24.4
1616 github.com/fluxcd/pkg/apis/acl v0.0.3
1717 github.com/fluxcd/pkg/apis/kustomize v0.3.3
1818 github.com/fluxcd/pkg/apis/meta v0.12.2
You can’t perform that action at this time.
0 commit comments