From d2b7155d7160ae2763b3ddc3789b97b53fabf235 Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Thu, 16 Jul 2020 10:55:52 +0300 Subject: [PATCH] Release v0.0.4 --- CHANGELOG.md | 6 ++++++ config/manager/kustomization.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 057a9234..b1aa3b1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project are documented in this file. +## 0.0.4 (2020-07-16) + +This prerelease comes with improvements to the alerting system +and allows sources to be referenced across namespaces. +The kustomize/api has been updated to v0.5.1. + ## 0.0.3 (2020-07-13) This prerelease comes with improvements to logging. diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index a59147ad..9502ed7c 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.3 + newTag: v0.0.4