Skip to content

Commit

Permalink
prep for patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
jspaleta committed Apr 13, 2021
1 parent 3b53d65 commit 64786bc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased

## [0.3.1] - 2021-04-13

### Changed
- Updated Readme

## [0.3.0] - 2021-01-28

### Changed
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Sensu Bonsai Asset](https://img.shields.io/badge/Bonsai-Download%20Me-brightgreen.svg?colorB=89C967&logo=sensu)](https://bonsai.sensu.io/assets/nixwiz/sensu-victorops-handler)
![Go Test](https://github.com/nixwiz/sensu-victorops-handler/workflows/Go%20Test/badge.svg)
![goreleaser](https://github.com/nixwiz/sensu-victorops-handler/workflows/goreleaser/badge.svg)
[![Go Report Card](https://goreportcard.com/badge/github.com/nixwiz/sensu-victorops-handler)](https://goreportcard.com/report/github.com/nixwiz/sensu-victorops-handler)
[![Sensu Bonsai Asset](https://img.shields.io/badge/Bonsai-Download%20Me-brightgreen.svg?colorB=89C967&logo=sensu)](https://bonsai.sensu.io/assets/sensu/sensu-victorops-handler)
![Go Test](https://github.com/sensu/sensu-victorops-handler/workflows/Go%20Test/badge.svg)
![goreleaser](https://github.com/sensu/sensu-victorops-handler/workflows/goreleaser/badge.svg)
[![Go Report Card](https://goreportcard.com/badge/github.com/senssensuu/sensu-victorops-handler)](https://goreportcard.com/report/github.com/sensu/sensu-victorops-handler)

# Sensu VictorOps Handler

Expand Down Expand Up @@ -39,7 +39,7 @@ using an asset, please consider doing so! If you're using sensuctl 5.13 with
Sensu Backend 5.13 or later, you can use the following command to add the asset:

```
sensuctl asset add nixwiz/sensu-victorops-handler
sensuctl asset add sensu/sensu-victorops-handler
```

If you're using an earlier version of sensuctl, you can find the asset on the
Expand All @@ -61,7 +61,7 @@ spec:
- not_silenced
type: pipe
runtime_assets:
- nixwiz/sensu-victorops-handler
- sensu/sensu-victorops-handler
secrets:
- name: SENSU_VICTOROPS_ROUTINGKEY
secret: victorops_routingkey
Expand Down Expand Up @@ -166,7 +166,7 @@ go build
[10]: https://docs.sensu.io/sensu-go/latest/reference/assets/
[11]: https://victorops.com/
[12]: https://github.com/sensu-plugins/sensu-plugins-victorops
[13]: https://bonsai.sensu.io/assets/nixwiz/sensu-victorops-handler
[13]: https://bonsai.sensu.io/assets/sensu/sensu-victorops-handler
[14]: https://docs.sensu.io/sensu-go/latest/observability-pipeline/observe-process/handler-templates/
[15]: https://docs.sensu.io/sensu-go/latest/observability-pipeline/observe-schedule/checks/#check-token-substitution
[16]: https://golang.org/ref/spec#String_literals
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/nixwiz/sensu-victorops-handler
module github.com/sensu/sensu-victorops-handler

go 1.14

Expand Down

0 comments on commit 64786bc

Please sign in to comment.