Skip to content

Commit 9007286

Browse files
authored
Merge pull request #20 from fluxcd/release-v0.0.1-alpha.4
Release v0.0.1-alpha.4
2 parents 6a4e190 + 49cc421 commit 9007286

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,22 @@
22

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

715
This 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)
917
the `kustomization.yaml` for repositories that contain plain Kubernetes manifests.
1018

1119
The 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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ manifests and `kustomization.yaml` file.
3939
Install 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 \
4343
kubectl apply -f-
4444
```
4545

4646
Install 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 \
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.3
8+
newTag: v0.0.1-alpha.4

0 commit comments

Comments
 (0)