File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Expand file tree Collapse file tree 4 files changed +8
-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.6 (2020-05-03)
6+
7+ This alpha release comes with
8+ [ role-based access control] ( https://github.com/fluxcd/kustomize-controller/blob/master/docs/spec/v1alpha1/kustomization.md#role-based-access-control )
9+ for restricting the execution of a kustomization apply to a specific service account.
10+
511## 0.0.1-alpha.5 (2020-04-27)
612
713This alpha release introduces an [ intermediate state] ( https://github.com/fluxcd/kustomize-controller/pull/21 )
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.5 \
49+ kustomize build https://github.com/fluxcd/kustomize-controller//config/default? ref=v0.0.1-alpha.6 \
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.5
8+ newTag : v0.0.1-alpha.6
You can’t perform that action at this time.
0 commit comments