Skip to content

Commit

Permalink
Merge pull request #16 from fluxcd/release-v0.0.1-alpha.3
Browse files Browse the repository at this point in the history
Release v0.0.1-alpha.3
  • Loading branch information
stefanprodan authored Apr 23, 2020
2 parents 4d36c3d + 5fe5e00 commit 1de33ee
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project are documented in this file.

## 0.0.1-alpha.3 (2020-04-23)

This alpha release introduces the option to tell the controller to
[automatically generate](https://github.com/fluxcd/kustomize-controller/blob/master/docs/spec/v1alpha1/kustomization.md#generate-kustomizationyaml)
the `kustomization.yaml` for repositories that contain plain Kubernetes manifests.

The controller design and motivation can be found at
[docs/spec](https://github.com/fluxcd/kustomize-controller/tree/master/docs/sp).

## 0.0.1-alpha.2 (2020-04-21)

This alpha release introduces the
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ kubectl apply -f-
Install kustomize-controller with:

```bash
kustomize build https://github.com/fluxcd/kustomize-controller//config/default?ref=v0.0.1-alpha.2 \
kustomize build https://github.com/fluxcd/kustomize-controller//config/default?ref=v0.0.1-alpha.3 \
kubectl apply -f-
```

Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ resources:
images:
- name: fluxcd/kustomize-controller
newName: fluxcd/kustomize-controller
newTag: v0.0.1-alpha.2
newTag: v0.0.1-alpha.3

0 comments on commit 1de33ee

Please sign in to comment.