From 7e7adb5d34b37a6c4284c89cd64d64034e5e73f0 Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Mon, 1 Feb 2021 15:49:08 +0200 Subject: [PATCH] Release v0.7.3 Signed-off-by: Stefan Prodan --- CHANGELOG.md | 11 +++++++++++ config/manager/kustomization.yaml | 2 +- go.mod | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bbbd01..d6f9bf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project are documented in this file. +## 0.7.3 + +**Release date:** 2021-02-01 + +This prerelease comes with support for running the +Kustomization validation using service account impersonation. + +Improvements: +* Support impersonation for validation + [#260](https://github.com/fluxcd/kustomize-controller/pull/260) + ## 0.7.2 **Release date:** 2021-01-26 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 8bb6dce..f2d5aae 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.7.2 + newTag: v0.7.3 diff --git a/go.mod b/go.mod index edd7ee2..61118e6 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ replace github.com/fluxcd/kustomize-controller/api => ./api require ( github.com/cyphar/filepath-securejoin v0.2.2 - github.com/fluxcd/kustomize-controller/api v0.7.2 + github.com/fluxcd/kustomize-controller/api v0.7.3 github.com/fluxcd/pkg/apis/meta v0.7.0 github.com/fluxcd/pkg/runtime v0.8.0 github.com/fluxcd/pkg/testserver v0.0.2