Skip to content

Commit

Permalink
Merge pull request #7 from fluxcd/release-v0.0.1-beta.1
Browse files Browse the repository at this point in the history
Release v0.0.1-beta.1
  • Loading branch information
stefanprodan authored Jul 3, 2020
2 parents 1427239 + 948a344 commit beaef83
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## 0.0.1-beta.1 (2020-07-03)

This beta release comes with wildcard support for defining alerts
that target all resources of a particular kind in a namespace.

## 0.0.1-alpha.2 (2020-07-02)

This alpha release comes with improvements to alerts delivering.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ manager: generate fmt vet

# Run against the configured Kubernetes cluster in ~/.kube/config
run: generate fmt vet manifests
go run ./main.go -metrics-addr=:9094
go run ./main.go --metrics-addr=:9094

# Install CRDs into a cluster
install: manifests
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/notification-controller
newName: fluxcd/notification-controller
newTag: v0.0.1-alpha.2
newTag: v0.0.1-beta.1

0 comments on commit beaef83

Please sign in to comment.