Skip to content

Commit a908fb8

Browse files
authored
Merge pull request #29 from fluxcd/release-v0.0.1-alpha.7
Release v0.0.1-alpha.7
2 parents 81e0778 + 2b497e6 commit a908fb8

File tree

3 files changed

+8
-2
lines changed

3 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.7 (2020-05-05)
6+
7+
This alpha release comes with improvements to the garbage collector.
8+
The new GC doesn't require label selectors to be set in the kustomization
9+
and can prune resources safely without hitting Kubernetes API rate limits.
10+
511
## 0.0.1-alpha.6 (2020-05-03)
612

713
This alpha release comes with

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.6 \
49+
kustomize build https://github.com/fluxcd/kustomize-controller//config/default?ref=v0.0.1-alpha.7 \
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.6
8+
newTag: v0.0.1-alpha.7

0 commit comments

Comments
 (0)