From 8d133ecc7bce995f24700a866616c2926bd63c87 Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Sat, 25 Jul 2020 10:07:31 +0300 Subject: [PATCH] Release v0.0.6 --- CHANGELOG.md | 5 +++++ config/manager/kustomization.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04afe95b..892ee357 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project are documented in this file. +## 0.0.6 (2020-07-25) + +This prerelease comes with improvements to the dependency management +and service account impersonation. + ## 0.0.5 (2020-07-20) This prerelease drops support for Kubernetes <1.16. diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 1ecc0b2e..336d8a15 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.0.5 + newTag: v0.0.6