From 011bccaf1a0b81fd84695765d64bf34aee3234df Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Wed, 5 Aug 2020 16:27:37 +0300 Subject: [PATCH] Release v0.0.7 --- CHANGELOG.md | 4 ++++ config/manager/kustomization.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f27cadf5e..32a72e503 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project are documented in this file. +## 0.0.7 (2020-08-05) + +This prerelease comes with a fix to the Prometheus scraping endpoint. + ## 0.0.6 (2020-07-31) This prerelease comes with a breaking change, the CRDs group diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 7e05951cb..ddbc259a6 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -6,4 +6,4 @@ resources: images: - name: fluxcd/notification-controller newName: fluxcd/notification-controller - newTag: v0.0.6 + newTag: v0.0.7