github echoboomer/incident-bot v1.0.0

latest releases: v2.0.3, v2.0.2, v2.0.1...
20 months ago

What's Changed

  • Release v0.12.3 - UI fixes, password reset option. by @echoboomer in #104
  • Release v1.0.0 - First major release, various enhancements. by @echoboomer in #105
  • Configuration is now simplified using a yaml file.
  • Removed complexity with depending on using the web UI. It's now simply optional.
  • Removed external templates for Slack, etc. They're now classes.
  • Various syntax improvements.
  • Update to manifest permissions.
  • Removes deprecated functions.
  • Fixes spelling errors in various places.
  • Cuts back on instances of the Slack API erroring when not including text for more elaborate messages specified as blocks.

Upgrade Notes

This version contains breaking changes for existing users:

  • The database schema for Incidents has changed. There is no longer a unique column for roles. Roles are now contained in a JSON column in a dictionary mapping since custom roles can now be created. You must run the database migration.
  • Unless you have a specific need to maintain your existing database, dropping the Incidents table and restarting would be easier.

Full Changelog: v0.12.2...v1.0.0

Don't miss a new incident-bot release

NewReleases is sending notifications on new releases.