alerta

Alerta monitoring system

APACHE-2.0 License

Stars
2.3K
Committers
92

Bot releases are hidden (Show)

alerta - v9.0.3 Latest Release

Published by satterly 6 months ago

What's Changed

Full Changelog: https://github.com/alerta/alerta/compare/v9.0.2...v9.0.3

alerta - v9.0.2

Published by satterly 6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/alerta/alerta/compare/v9.0.1...v9.0.2

alerta - v9.0.1

Published by satterly 6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/alerta/alerta/compare/v9.0.0...v9.0.1

alerta - v9.0.0

Published by satterly over 1 year ago

v9.0.0 (2023-03-17)

Feat

  • Add support for AuthProxy auth (#1657)
  • show/hide API server version info (#1821)
  • plugin: add alertname in labels when annotations.alertname (#1801)
  • Add userAgent to audit log (#1656)

Fix

  • Bulk operations did not work properly (#1825)
  • Replace FLASK_ENV with FLASK_DEBUG (#1824)
  • Change ORDER BY no-op for Postgres 15 (#1820)
  • security: do not expose exception errors to end users (#1811)
  • auth: auth bypass via registering when AUTH_PROVIDER != basic (#1782)
  • plugin: fixes an issue if the last plugin in the order (#1798)
  • Do not 400 error if content type not application/json (#1756)
  • Keycloak url base (#1683)
  • Audit log should handle empty body on http delete (#1655)

Refactor

  • db: Use Psql 9.6 syntax for ADD COLUMN (#1653)

Perf

  • Add load test workflow
alerta - v8.7.0

Published by satterly almost 3 years ago

What's Changed

Full Changelog: https://github.com/alerta/alerta/compare/v8.6.5...v8.7.0

alerta - v8.6.5

Published by satterly almost 3 years ago

What's Changed

Full Changelog: https://github.com/alerta/alerta/compare/v8.6.4...v8.6.5

alerta - v8.6.4

Published by satterly almost 3 years ago

What's Changed

Full Changelog: https://github.com/alerta/alerta/compare/v8.6.3...v8.6.4

alerta - v8.6.3

Published by satterly almost 3 years ago

What's Changed

Full Changelog: https://github.com/alerta/alerta/compare/v8.6.2...v8.6.3

alerta - v8.6.2

Published by satterly almost 3 years ago

v8.6.2 (2021-11-22)

Fix

  • Change deprecated PyJWT argument (#1585)
  • deps: update to Flask 2.0.1 (#1535)

Feat

  • add uptime stat to prometheus metrics (#1546)
alerta - v8.5.0

Published by satterly over 3 years ago

v8.5.0 (2021-04-18)

Fix

  • grafana: ensure tags work on multi timeseries alert (#1450) (#1490)
  • add related id to note reponse (#1499)
  • deps: bump lxml from 4.6.2 to 4.6.3 (#1486)

Refactor

  • create "query builders" for all data models (#1446)

Feat

  • support custom top10 report sizes (#1498)
  • add alert origin to blackout options (#1497)
  • add support for custom auth scopes (#1479)
alerta - v8.4.1

Published by satterly over 3 years ago

What's Changed

Full Changelog: https://github.com/alerta/alerta/compare/v8.4.0...v8.4.1

alerta - v8.4.0

Published by satterly over 3 years ago

What's Changed

Full Changelog: https://github.com/alerta/alerta/compare/v8.3.3...v8.4.0

alerta - v8.3.3

Published by satterly almost 4 years ago

v8.3.3 (2021-01-06)

Fix

  • move root logger config key back to top level (#1438)
alerta - v8.3.2

Published by satterly almost 4 years ago

v8.3.2 (2021-01-02)

Fix

  • log level not set correctly if DEBUG enabled (#1437)
  • do not override envvar config for GitLab and Keycloak (#1431)
alerta - v8.3.1

Published by satterly almost 4 years ago

v8.3.1 (2020-12-13)

Fix

  • search: use phrase token when searching arrays (#1426)
  • tests: only temporarily modify the os.environ (#1423)
  • build: run tests against correct branch
  • read built-in plugin config from env vars (#1422)

Refactor

  • config: simplify config settings from env vars (#1424)
alerta - v8.3.0

Published by satterly almost 4 years ago

Feat

  • add allowed environments to config endpoint (#1421)
  • add colors for Ack and Shelved statuses (#1420)
  • add syslog logging output format (#1417)

Fix

  • remove redundant logging messages
  • use string enumerated types where possible (#1419)
  • add "X-Request-ID" as CORS header (#1418)
  • add requestId to error responses (#1415)
  • webhook: set alert status from action, not directly (#1409)
  • mongodb: optional query for raw_data and history (#1408)
  • postgres: optional query for raw_data and history (#1407)
  • set alert heartbeat timeout from alert timeout

Perf

  • db: Do not query for rawData or history if not required
alerta - v8.2.0

Published by satterly almost 4 years ago

alerta - v8.1.0

Published by satterly almost 4 years ago

alerta - v8.0.3

Published by satterly over 4 years ago

  • Update Heartbeat plugin to support attribute overrides #1269
  • Allow custom resource IDs on all resources #1268
  • Support per-status timeouts in alert history log #1267
  • Fix server-side sort for custom attributes #1265
  • Add font settings for web UI (#1264)
  • Fix cast to int for hk params (#1261)
alerta - v8.0.2

Published by satterly over 4 years ago

  • fix: API response href base URL