Skip to content

Releases: ashleykleynhans/alertmanager-webhook

1.3.0

03 Jan 12:53
d304381
Compare
Choose a tag to compare
  • Added support for a runbook_url.
  • Added support severity level of info.
  • Get the actual alert severity from the payload JSON instead of from the URL path.
  • Fixed issue with PagerDuty alerts when the hostname is empty by defaulting the hostname to none.
  • Refactored to remove duplicate code.
  • Added docstrings and type hinting.
  • Removed pinning of requests and urllib3 versions in requirements.

1.2.0

31 May 07:40
85c4167
Compare
Choose a tag to compare
  • Bumped Python runtime from 3.9 to 3.12.

1.1.1

30 May 12:38
382af86
Compare
Choose a tag to compare
  • Improved PagerDuty handling.
  • Added debug logging.

1.1.0

21 May 09:02
fd30d01
Compare
Choose a tag to compare
  • Added support for PagerDuty.

1.0.2

22 Feb 06:55
7d6433b
Compare
Choose a tag to compare

Support for environment mapping.

1.0.1

20 Feb 17:17
1be46b6
Compare
Choose a tag to compare

Use a default environment specified in the config file when there is no valid environment (for example the environment label is set to a hostname of the server instead of the actual environment) in the alert payload.

1.0.0

23 Jan 08:52
4337204
Compare
Choose a tag to compare

Initial release.