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.
1 parent 315c2d7 commit 780b438Copy full SHA for 780b438
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
All notable changes to this project are documented in this file.
4
5
+## 0.0.5 (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/reconcileA` annotation for on-demand reconciliation
10
+of source objects.
11
12
## 0.0.4 (2020-07-10)
13
14
This prerelease comes with fixes to the testing framework.
config/manager/kustomization.yaml
@@ -6,4 +6,4 @@ resources:
images:
- name: fluxcd/source-controller
newName: fluxcd/source-controller
- newTag: v0.0.4
+ newTag: v0.0.5
0 commit comments