Skip to content

Commit 1de33ee

Browse files
authored
Merge pull request #16 from fluxcd/release-v0.0.1-alpha.3
Release v0.0.1-alpha.3
2 parents 4d36c3d + 5fe5e00 commit 1de33ee

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

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

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

716
This alpha release introduces the

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.2 \
49+
kustomize build https://github.com/fluxcd/kustomize-controller//config/default?ref=v0.0.1-alpha.3 \
5050
kubectl apply -f-
5151
```
5252

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ resources:
66
images:
77
- name: fluxcd/kustomize-controller
88
newName: fluxcd/kustomize-controller
9-
newTag: v0.0.1-alpha.2
9+
newTag: v0.0.1-alpha.3

0 commit comments

Comments
 (0)