File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
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.4 (2020-04-24)
6+
7+ This alpha release introduces a new status field for recording the
8+ [ last applied source revision] ( https://github.com/fluxcd/kustomize-controller/blob/master/docs/spec/v1alpha1/kustomization.md#status ) .
9+
10+ Feature comparison with Flux has been added to
11+ [ docs/spec] ( https://github.com/fluxcd/kustomize-controller/blob/master/docs/spec/README.md#backward-compatibility ) .
12+
513## 0.0.1-alpha.3 (2020-04-23)
614
715This alpha release introduces the option to tell the controller to
816[ automatically generate] ( https://github.com/fluxcd/kustomize-controller/blob/master/docs/spec/v1alpha1/kustomization.md#generate-kustomizationyaml )
917the ` kustomization.yaml ` for repositories that contain plain Kubernetes manifests.
1018
1119The controller design and motivation can be found at
12- [ docs/spec] ( https://github.com/fluxcd/kustomize-controller/tree/master/docs/sp ) .
20+ [ docs/spec] ( https://github.com/fluxcd/kustomize-controller/tree/master/docs/spec ) .
1321
1422## 0.0.1-alpha.2 (2020-04-21)
1523
Original file line number Diff line number Diff line change @@ -39,14 +39,14 @@ manifests and `kustomization.yaml` file.
3939Install source-controller with:
4040
4141``` bash
42- kustomize build https://github.com/fluxcd/source-controller//config/default? ref=v0.0.1-alpha.1 \
42+ kustomize build https://github.com/fluxcd/source-controller//config/default? ref=v0.0.1-alpha.2 \
4343kubectl apply -f-
4444```
4545
4646Install kustomize-controller with:
4747
4848``` bash
49- kustomize build https://github.com/fluxcd/kustomize-controller//config/default? ref=v0.0.1-alpha.3 \
49+ kustomize build https://github.com/fluxcd/kustomize-controller//config/default? ref=v0.0.1-alpha.4 \
5050kubectl apply -f-
5151```
5252
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
55images :
66 - name : fluxcd/kustomize-controller
77 newName : fluxcd/kustomize-controller
8- newTag : v0.0.1-alpha.3
8+ newTag : v0.0.1-alpha.4
You can’t perform that action at this time.
0 commit comments