Releases: ashleykleynhans/alertmanager-webhook
Releases · ashleykleynhans/alertmanager-webhook
1.3.0
- 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
- Bumped Python runtime from 3.9 to 3.12.
1.1.1
- Improved PagerDuty handling.
- Added debug logging.
1.1.0
- Added support for PagerDuty.
1.0.2
Support for environment mapping.
1.0.1
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
Initial release.