11.0.319
upstash/context711.0.319Aug 14, 2026by adubovikov
AI Summary
This update enhances the Homer dashboard by allowing alerts to store and replay firing queries directly within the dashboard search interface. It also adds comprehensive documentation for managing IP aliases via Auth-Token when password login is disabled.
Key Highlights
- Alerts can now store firing queries and link them to dashboard search.
- New 'Open in search' functionality in Alert settings.
- Alert widget now replays filters on row click.
- Documentation added for updating IP aliases via CLI using Auth-Token.
New Features
- Alert query retention and replay functionality.
- Auth-Token alias CRUD documentation.
Full Release Notes
## What's Changed * feat(ui): retain alert query and open dashboard search by @adubovikov in https://github.com/sipcapture/homer/pull/944 * docs: Auth-Token alias CRUD when password login is disabled by @adubovikov in https://github.com/sipcapture/homer/pull/942 ### Alerts - Grafana (or any source) can `POST /api/v4/alerts` with `payload.search` / `payload.homer_url` so 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](https://github.com/sipcapture/homer/blob/homer11/docs/ALERTS.md) ([#943](https://github.com/sipcapture/homer/issues/943)). ### Auth / aliases - Document how to update IP aliases from the CLI with an admin **Auth-Token** when `disable_password_login` blocks username/password API login ([#941](https://github.com/sipcapture/homer/issues/941)). **Full Changelog**: https://github.com/sipcapture/homer/compare/11.0.318...11.0.319