File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project are documented in this file.
44
5+ ## 0.0.1-beta.1 (2020-07-03)
6+
7+ This beta release comes with wildcard support for defining alerts
8+ that target all resources of a particular kind in a namespace.
9+
510## 0.0.1-alpha.2 (2020-07-02)
611
712This alpha release comes with improvements to alerts delivering.
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ manager: generate fmt vet
2222
2323# Run against the configured Kubernetes cluster in ~/.kube/config
2424run : generate fmt vet manifests
25- go run ./main.go -metrics-addr=:9094
25+ go run ./main.go -- metrics-addr=:9094
2626
2727# Install CRDs into a cluster
2828install : manifests
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ resources:
66images :
77 - name : fluxcd/notification-controller
88 newName : fluxcd/notification-controller
9- newTag : v0.0.1-alpha.2
9+ newTag : v0.0.1-beta.1
You can’t perform that action at this time.
0 commit comments