From af84d6d0ab78dfc289f71c5705f156e4b53edb56 Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Wed, 16 Feb 2022 13:56:22 +0200 Subject: [PATCH] Release v0.21.0 Signed-off-by: Stefan Prodan --- CHANGELOG.md | 13 +++++++++++++ config/manager/kustomization.yaml | 2 +- go.mod | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb754182..4abcbd39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project are documented in this file. +## 0.21.0 + +**Release date:** 2022-02-16 + +This prerelease comes with support for making the Kubernetes Secrets and ConfigMaps +referenced in `postBuild.substituteFrom` optional. +When `substituteFrom.optional` is set to `true`, the controller will ignore +not found errors, and will substitute the variables with their default values. + +Features: +- Tolerate absence of resources in post-build substitution + [#570](https://github.com/fluxcd/kustomize-controller/pull/570) + ## 0.20.2 **Release date:** 2022-02-10 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index c5b443ef..c272cf40 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.20.2 + newTag: v0.21.0 diff --git a/go.mod b/go.mod index ff3b7178..4733a631 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/ProtonMail/go-crypto v0.0.0-20211112122917-428f8eabeeb3 github.com/cyphar/filepath-securejoin v0.2.2 github.com/drone/envsubst v1.0.3-0.20200804185402-58bc65f69603 - github.com/fluxcd/kustomize-controller/api v0.20.2 + github.com/fluxcd/kustomize-controller/api v0.21.0 github.com/fluxcd/pkg/apis/acl v0.0.3 github.com/fluxcd/pkg/apis/kustomize v0.3.1 github.com/fluxcd/pkg/apis/meta v0.10.2