-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #624 from fluxcd/release-v0.24.0
- Loading branch information
Showing
3 changed files
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,27 @@ | |
|
||
All notable changes to this project are documented in this file. | ||
|
||
## 0.24.0 | ||
|
||
**Release date:** 2022-04-19 | ||
|
||
This prerelease matures the Kustomize decryptor service, which handles the | ||
actual decryption of SOPS' encrypted Secrets, and now allows decrypting | ||
[file sources](https://pkg.go.dev/sigs.k8s.io/[email protected]/pkg/types#DataSources) | ||
referenced in Kustomization files. | ||
|
||
In addition, Kustomize now operates using our own file system implementation, | ||
and dependencies have been updated to their latest versions. | ||
|
||
Improvements: | ||
- controllers: improve decryptor and add tests | ||
[#619](https://github.com/fluxcd/kustomize-controller/pull/619) | ||
- controllers: use own Kustomize FS implementation | ||
[#620](https://github.com/fluxcd/kustomize-controller/pull/620) | ||
- Update dependencies | ||
[#621](https://github.com/fluxcd/kustomize-controller/pull/621) | ||
[#622](https://github.com/fluxcd/kustomize-controller/pull/622) | ||
|
||
## 0.23.0 | ||
|
||
**Release date:** 2022-04-05 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters