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 2
2
3
3
All notable changes to this project are documented in this file.
4
4
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
+
5
11
## 0.0.1-alpha.5 (2020-04-27)
6
12
7
13
This 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-
46
46
Install kustomize-controller with:
47
47
48
48
``` 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 \
50
50
kubectl apply -f-
51
51
```
52
52
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
5
5
images :
6
6
- name : fluxcd/kustomize-controller
7
7
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