Skip to content

Commit beaef83

Browse files
authored
Merge pull request #7 from fluxcd/release-v0.0.1-beta.1
Release v0.0.1-beta.1
2 parents 1427239 + 948a344 commit beaef83

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

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

712
This alpha release comes with improvements to alerts delivering.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ manager: generate fmt vet
2222

2323
# Run against the configured Kubernetes cluster in ~/.kube/config
2424
run: 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
2828
install: manifests

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ resources:
66
images:
77
- name: fluxcd/notification-controller
88
newName: fluxcd/notification-controller
9-
newTag: v0.0.1-alpha.2
9+
newTag: v0.0.1-beta.1

0 commit comments

Comments
 (0)