Upgrade instructions:
- Rename
application
withmessenger
in impulse.yml - Check your configuration using
python -m main --check
before restart - To use the reload functionality (docs), you need to change the startup command to
python -m main
for non-containerized installation - Move
incident.alerts_firing_notifications
toincident.notifications.new_firing
option in impulse.yml - Move
incident.alerts_resolved_notifications
toincident.notifications.partial_resolved
option in impulse.yml - Rename
last_state
topayload
in ui.columns[].value if you use it
Changes:
- Added config validation and
--check
option support (docs) - Added reloading configuration support using
HUP
signal - Added Helm chart (Artifactory Hub)
last_state
incident field renamed topayload
incident.notifications.new_firing
set toTrue
by default- Removed
experimental
features - Added URL prefix support (
HTTP_PREFIX
environment variable) - Experimental features removed
- Moved
incident.alerts_firing_notifications
toincident.notifications.new_firing
option in impulse.yml - Moved
incident.alerts_resolved_notifications
toincident.notifications.partial_resolved
option in impulse.yml - Renamed
last_state
field topayload
in incident files - Documentation now defaults to stable version instead of latest
- Updated documentation
Thanks:
- https://github.com/zorek187 for Helm chart realisation