From d9a3fdad34800811f80c1e5eb8d231b3feb47612 Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Mon, 20 Jul 2020 14:00:06 +0300 Subject: [PATCH] Release v0.0.5 --- CHANGELOG.md | 5 +++++ config/manager/kustomization.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1aa3b1f..04afe95b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project are documented in this file. +## 0.0.5 (2020-07-20) + +This prerelease drops support for Kubernetes <1.16. +The CRDs have been updated to `apiextensions.k8s.io/v1`. + ## 0.0.4 (2020-07-16) This prerelease comes with improvements to the alerting system diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 9502ed7c..1ecc0b2e 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.4 + newTag: v0.0.5