We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2fab4b5 + f0434cd commit e5eaaa6Copy full SHA for e5eaaa6
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
All notable changes to this project are documented in this file.
4
5
+## 0.0.3 (2020-07-13)
6
+
7
+This prerelease comes with improvements to logging.
8
+The default logging format is JSON and the timestamp format is ISO8601.
9
+Introduce `fluxcd.io/reconcileAt` annotation for on-demand reconciliation
10
+of kustomization objects.
11
12
## 0.0.2 (2020-07-02)
13
14
This prerelease comes with improvements to the alerting system.
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
0 commit comments