File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project are documented in this file.
44
5+ ## 0.0.1-alpha.3 (2020-04-23)
6+
7+ This alpha release introduces the option to tell the controller to
8+ [ automatically generate] ( https://github.com/fluxcd/kustomize-controller/blob/master/docs/spec/v1alpha1/kustomization.md#generate-kustomizationyaml )
9+ the ` kustomization.yaml ` for repositories that contain plain Kubernetes manifests.
10+
11+ The controller design and motivation can be found at
12+ [ docs/spec] ( https://github.com/fluxcd/kustomize-controller/tree/master/docs/sp ) .
13+
514## 0.0.1-alpha.2 (2020-04-21)
615
716This alpha release introduces the
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ kubectl apply -f-
4646Install kustomize-controller with:
4747
4848``` bash
49- kustomize build https://github.com/fluxcd/kustomize-controller//config/default? ref=v0.0.1-alpha.2 \
49+ kustomize build https://github.com/fluxcd/kustomize-controller//config/default? ref=v0.0.1-alpha.3 \
5050kubectl apply -f-
5151```
5252
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ resources:
66images :
77 - name : fluxcd/kustomize-controller
88 newName : fluxcd/kustomize-controller
9- newTag : v0.0.1-alpha.2
9+ newTag : v0.0.1-alpha.3
You can’t perform that action at this time.
0 commit comments