Skip to content

Commit 5a74108

Browse files
authored
Merge pull request #27 from fluxcd/release-v0.0.1-alpha.6
Release v0.0.1-alpha.6
2 parents e72147c + 15a53d8 commit 5a74108

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All 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

713
This alpha release introduces an [intermediate state](https://github.com/fluxcd/kustomize-controller/pull/21)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ kubectl apply -f-
4646
Install 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 \
5050
kubectl apply -f-
5151
```
5252

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ resources:
55
images:
66
- name: fluxcd/kustomize-controller
77
newName: fluxcd/kustomize-controller
8-
newTag: v0.0.1-alpha.5
8+
newTag: v0.0.1-alpha.6
6.75 KB
Loading

0 commit comments

Comments
 (0)