Skip to content

v9.0.0

Choose a tag to compare

@satterly satterly released this 17 Mar 22:04
· 106 commits to master since this release

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