Skip to content

Commit e0ba73f

Browse files
authored
Merge pull request #643 from fluxcd/release-v0.24.4
2 parents bcfd424 + 6c523b8 commit e0ba73f

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
All 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

config/manager/kustomization.yaml

+1-1
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.24.3
8+
newTag: v0.24.4

go.mod

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)