File tree 3 files changed +21
-2
lines changed
3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project are documented in this file.
4
4
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
+
5
24
## 0.24.3
6
25
7
26
** Release date:** 2022-04-22
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
5
5
images :
6
6
- name : fluxcd/kustomize-controller
7
7
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 (
12
12
github.com/cyphar/filepath-securejoin v0.2.3
13
13
github.com/dimchansky/utfbom v1.1.1
14
14
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
16
16
github.com/fluxcd/pkg/apis/acl v0.0.3
17
17
github.com/fluxcd/pkg/apis/kustomize v0.3.3
18
18
github.com/fluxcd/pkg/apis/meta v0.12.2
You can’t perform that action at this time.
0 commit comments