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 66d444f + 8646b11 commit 60c30a1Copy full SHA for 60c30a1
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes to this project are documented in this file.
4
5
+## 0.0.1-beta.1 (2020-05-29)
6
+
7
+This is the first beta release of kustomize controller.
8
+This release comes with improvements to the reconciliation engine when
9
+dealing with CRDs/CRs. The kustomize/api has been updated to v0.4.1.
10
11
## 0.0.1-alpha.9 (2020-05-11)
12
13
This alpha release includes a bug fix for the source event handler
config/manager/kustomization.yaml
@@ -5,4 +5,4 @@ resources:
images:
- name: fluxcd/kustomize-controller
newName: fluxcd/kustomize-controller
- newTag: v0.0.1-alpha.9
+ newTag: v0.0.1-beta.1
0 commit comments