Skip to content

Commit

Permalink
Merge pull request #29 from nixwiz/fix_docs
Browse files Browse the repository at this point in the history
Fixed docs
  • Loading branch information
Jef Spaleta authored Mar 30, 2020
2 parents c2a0123 + 5b4246b commit 59367c1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,17 @@ Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.1.0] - 2020-02-12
## [1.3.1] - 2020-03-30

### Changed
- Fixed README and CHANGELOG

## [1.3.0] - 2020-03-30

### Added
- Custom output templates using the templating package

## [1.2.0] - 2020-02-12

### Added
- Config options can now be overridden via annotations.
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Flags:
-i, --icon-url string A URL to an image to use as the user avatar (default "https://www.sensu.io/img/sensu-logo.png")
-u, --username string The username that messages will be sent as (default "sensu")
-w, --webhook-url string The webhook url to send messages to
-t, --descriptionTemplate The Slack notification output template, in Golang text/template format
```

## Configuration
Expand Down Expand Up @@ -131,4 +132,4 @@ To contribute to this plugin, see [CONTRIBUTING](https://github.com/sensu/sensu-
[3]: https://docs.sensu.io/sensu-go/latest/reference/handlers/#how-do-sensu-handlers-work
[4]: https://github.com/sensu/sensu-slack-handler/releases
[5]: https://docs.sensu.io/sensu-go/latest/reference/secrets/
[6]: https://bonsai.sensu.io/assets/sensu/sensu-slack-handler
[6]: https://bonsai.sensu.io/assets/sensu/sensu-slack-handler

0 comments on commit 59367c1

Please sign in to comment.