Skip to content

Commit

Permalink
Merge pull request #29 from fluxcd/release-v0.0.1-alpha.7
Browse files Browse the repository at this point in the history
Release v0.0.1-alpha.7
  • Loading branch information
stefanprodan authored May 5, 2020
2 parents 81e0778 + 2b497e6 commit a908fb8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## 0.0.1-alpha.7 (2020-05-05)

This alpha release comes with improvements to the garbage collector.
The new GC doesn't require label selectors to be set in the kustomization
and can prune resources safely without hitting Kubernetes API rate limits.

## 0.0.1-alpha.6 (2020-05-03)

This alpha release comes with
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.6 \
kustomize build https://github.com/fluxcd/kustomize-controller//config/default?ref=v0.0.1-alpha.7 \
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 @@ -5,4 +5,4 @@ resources:
images:
- name: fluxcd/kustomize-controller
newName: fluxcd/kustomize-controller
newTag: v0.0.1-alpha.6
newTag: v0.0.1-alpha.7

0 comments on commit a908fb8

Please sign in to comment.