github eslupmi/impulse v3.0.0

10 hours ago

Upgrade instructions:

  • Rename application with messenger 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 to incident.notifications.new_firing option in impulse.yml
  • Move incident.alerts_resolved_notifications to incident.notifications.partial_resolved option in impulse.yml
  • Rename last_state to payload 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 to payload
  • incident.notifications.new_firing set to True by default
  • Removed experimental features
  • Added URL prefix support (HTTP_PREFIX environment variable)
  • Experimental features removed
  • Moved incident.alerts_firing_notifications to incident.notifications.new_firing option in impulse.yml
  • Moved incident.alerts_resolved_notifications to incident.notifications.partial_resolved option in impulse.yml
  • Renamed last_state field to payload in incident files
  • Documentation now defaults to stable version instead of latest
  • Updated documentation

Thanks:

Don't miss a new impulse release

NewReleases is sending notifications on new releases.