Skip to content

Releases: sensu/sensu-pagerduty-handler

2.0.0

27 May 21:16
170ca40
Compare
Choose a tag to compare

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

11 May 19:38
Compare
Choose a tag to compare

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

12 Feb 21:52
Compare
Choose a tag to compare

This patch release was created so that the asset will have a SHA512 checksum instead of SHA256.

1.3.1

12 Feb 20:16
Compare
Choose a tag to compare

This patch release was created to work around goreleaser breakage.

Release 1.3.0

12 Feb 19:43
Compare
Choose a tag to compare

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

04 Sep 22:05
02fc48f
Compare
Choose a tag to compare

Add new features:

  • Support for dedup key
  • Support for status mapping

1.1.0

16 Mar 03:03
Compare
Choose a tag to compare

The previous release caused an issue for the build/release tooling by including a 'v' as a version prefix.

1.0.2

09 Jan 19:16
ee009a3
Compare
Choose a tag to compare

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

12 Dec 20:54
Compare
Choose a tag to compare

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

07 Dec 19:35
Compare
Choose a tag to compare

Changelog

3a61180 major version bump, 1.0.0
a6d8121 do not need to json serialize custom details