2.5.1 ===== Upgrading --------- Config for web is moved to config for API. Please read :ref:`api-and-web-config` to detect the changes and merge two configs. Old config for web is not needed anymore. Incompatible changes -------------------- - Frontend and web configs are merged to one file `#360 `_. New features ------------ - Added ability to subscribe for all triggers without specifying tags `#236 `_. - Added ability to send markdown for email, fix markdown formatting in slack senders `#353 `_. - Added new senders: Discord, VictorOps, PagerDuty, OpsGenie. - ⚡️✨💫🔥🔥🔥 Graphs now support emojis `#333 `_. - Y-axis graph now uses algorithm to define "beautiful" ticks `#217 `_. Bug fixes and improvements -------------------------- - Added support for magic -1 timestamp `#426 `_. - Fixed incorrect timezone in maintenance notification text `#356 `_. - Dependency management switched to Go modules mechanism `#423 `_. - Linter was switched to GolangCI Lint `#436 `_. - Go version was switched to 1.13.1 `#435 `_. - Alert which contain NODATA now uses timestamp of NODATA detection instead of data loose time `#355 `_. - Readyness and liveness probes delay was upgraded in helm chart to fit long triggers indexing in database `#2 `_. - API now exits with error if unable to index triggers for full-text search `#327 `_. - Deleting tags that are used in existing subscriptions is now disallowed `#344 `_.