From 4340d2f6412a2422f9de47b22160b140d0047b79 Mon Sep 17 00:00:00 2001 From: Hidde Beydals Date: Tue, 19 Apr 2022 13:46:28 +0200 Subject: [PATCH] Release v0.24.0 Signed-off-by: Hidde Beydals --- CHANGELOG.md | 21 +++++++++++++++++++++ config/manager/kustomization.yaml | 2 +- go.mod | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e50815be..3eadd6a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/kustomize@v1.0.2/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 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 5e88ad7a..e2ce76d9 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ resources: images: - name: fluxcd/kustomize-controller newName: fluxcd/kustomize-controller - newTag: v0.23.0 + newTag: v0.24.0 diff --git a/go.mod b/go.mod index 325b3a06..7432da20 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( github.com/cyphar/filepath-securejoin v0.2.3 github.com/dimchansky/utfbom v1.1.1 github.com/drone/envsubst v1.0.3 - github.com/fluxcd/kustomize-controller/api v0.23.0 + github.com/fluxcd/kustomize-controller/api v0.24.0 github.com/fluxcd/pkg/apis/acl v0.0.3 github.com/fluxcd/pkg/apis/kustomize v0.3.3 github.com/fluxcd/pkg/apis/meta v0.12.2