From f0434cd28d32d8027860ac7e17910ebdd5487a73 Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Mon, 13 Jul 2020 17:30:20 +0300 Subject: [PATCH] Release v0.0.3 --- CHANGELOG.md | 7 +++++++ config/manager/kustomization.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2635bd2..057a9234 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project are documented in this file. +## 0.0.3 (2020-07-13) + +This prerelease comes with improvements to logging. +The default logging format is JSON and the timestamp format is ISO8601. +Introduce `fluxcd.io/reconcileAt` annotation for on-demand reconciliation +of kustomization objects. + ## 0.0.2 (2020-07-02) This prerelease comes with improvements to the alerting system. diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index c2efdc8f..a59147ad 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.2 + newTag: v0.0.3