Releases: sensu/sensu-pagerduty-handler
Releases · sensu/sensu-pagerduty-handler
2.0.0
Updated this handler to make use of sensu go plugin SDK.
Major changes include:
- Removed --dedup-key now that keyspace is added for annotations to set --dedup-key-template
- Added --summaryTemplate to allow for custom summary
- Set default of --dedup-key-template to remove hard-coded default
- Plugin Config keyspace to support annotations
Detailed instructions on how to use the new features included in the new updated README.
1.4.0
PagerDuty API will begin enforcing 512KB size limit on events in the near future, and will refuse the event upload request. This release provides logic to truncate event details of requested event to 256KB and will attempt to send a substitute PagerDuty event with same summary as requested event, if first PagerDuty API event request returns an error.
1.3.2
This patch release was created so that the asset will have a SHA512 checksum instead of SHA256.
1.3.1
This patch release was created to work around goreleaser breakage.
Release 1.3.0
04260c0 Fix .bonsai.yml for Windows
a883407 Use sensu-plugin-sdk@v0.6.0
1c7592c Replace Travis CI with Github Actions
1aa519e Replace dep with Go modules
f4d683f Truncate summary to 1024 characters. Fixes #17.
1.2.0
Add new features:
- Support for dedup key
- Support for status mapping
1.1.0
The previous release caused an issue for the build/release tooling by including a 'v' as a version prefix.
1.0.2
Changelog
ee009a3 Update changelog for 1.0.2 release
e585721 Merge pull request #2 from jspaleta/asset_token_envvar
688ad04 quick fix
73fe360 use PAGERDUTY_TOKEN envvar for default value of accessToken
1.0.1
Changelog
e8dcfbb patch level bump, 1.0.1
88becad added bonsai yaml and updated goreleaser config from sensu-go-plugin
b5fafda readme edit, its a sensu go handler plugin
1.0.0
Changelog
3a61180 major version bump, 1.0.0
a6d8121 do not need to json serialize custom details