Skip to content

Commit

Permalink
Merge pull request #571 from fluxcd/release-v0.21.0
Browse files Browse the repository at this point in the history
Release v0.21.0
  • Loading branch information
stefanprodan authored Feb 16, 2022
2 parents 5666108 + af84d6d commit b73d337
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ resources:
images:
- name: fluxcd/kustomize-controller
newName: fluxcd/kustomize-controller
newTag: v0.20.2
newTag: v0.21.0
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b73d337

Please sign in to comment.