What's Changed
- feat(ui): retain alert query and open dashboard search by @adubovikov in #944
- docs: Auth-Token alias CRUD when password login is disabled by @adubovikov in #942
Alerts
- Grafana (or any source) can
POST /api/v4/alertswithpayload.search/payload.homer_urlso the firing query is stored. - Settings → Alerts lists those records and Open in search replays the filters on the dashboard.
- Alert widget (source Alert store) does the same on row click. Docs: ALERTS.md (#943).
Auth / aliases
- Document how to update IP aliases from the CLI with an admin Auth-Token when
disable_password_loginblocks username/password API login (#941).
Full Changelog: 11.0.318...11.0.319