From aae8cbd68440b69008979c70f9df426df98541a1 Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Mon, 11 Oct 2021 18:23:22 +0300 Subject: [PATCH] Release v0.15.3 Signed-off-by: Stefan Prodan --- CHANGELOG.md | 10 ++++++++++ config/manager/kustomization.yaml | 2 +- go.mod | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2155d6db..eb85795d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project are documented in this file. +## 0.15.3 + +**Release date:** 2021-10-11 + +This prerelease comes with fixes for drift detection in Secrets and ConfigMaps. + +Fixes: +* Fix drift detection in Secrets and ConfigMaps + [#451](https://github.com/fluxcd/kustomize-controller/pull/451) + ## 0.15.2 **Release date:** 2021-10-10 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index e753dbb8..0436ff63 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.15.2 + newTag: v0.15.3 diff --git a/go.mod b/go.mod index f459afcb..893b7ba4 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( filippo.io/age v1.0.0 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.15.2 + github.com/fluxcd/kustomize-controller/api v0.15.3 github.com/fluxcd/pkg/apis/kustomize v0.2.0 github.com/fluxcd/pkg/apis/meta v0.10.1 github.com/fluxcd/pkg/runtime v0.12.2