[2.9.0] - 2026-04-29 #1925
hmpf
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Frontend changes
This time around there are plenty small improvements to the planned maintenance
subsystem.
There's several small changes to the dashboard. Most importantly there's a spot
for more complex, dashboard-only, filters. First one out is a filter to hide incidents that
are "closed" AND "acked". Click on "Special filters".
It is now no longer necessary to use the Django admin for administering
sources. If a user has the
is_staffflag set (easiest via Django admin) theycan easily administer sources and their tokens via some new pages accessible
via the user dropdown.
There's a new management command to check for new versions of argus-server, we
hope to eventually be able to have a subscription/notification service for
this. The command is
check_version. See also the new appargus.versioncheckif you are curious.The styling of the fixed banner (via the
BANNER_MESSAGEsetting) has changed.Less visible things
We now include a new notification plugin, for Slack. This is based on the 3rd
party library
apprise. Remember to upgrade dependencies!Finally, we have started to implement heart beat functionality. For a proper
heart beat functionality the glue services must be able to explicitly send
a heart beat, currently we only keep track of when a source (via a glue
service) last used the API.
Note:
We have changed the database backend to
psycopg(frompsycopg2). If youhave not altered the default database settings you need only install the new
dependency. Otherwise, see NOTES.md for details.
We have replaced the included "light" and "dark" themes with themes based on
the Sikt palette. The new ones have better contrast. To get the old themes
back, see NOTES.md.
While we have added support for running on Python 3.14, there has been some
trouble in practice, so hold off on upgrading Python for now.
Added
dependency upgrades centered around pydantic.
(#1725)
notification support (#1768)
(#1879)
(#1891)
(#1894)
including token management
(#1898)
(#1907)
sources are actually in use, and serves as the start of heartbeat support.
Changed
timestamp support (#942)
color_statusfrom the default built-in column preset(#1683)
(#1864)
Acknowledged filters (#1865)
(#1867)
themes, align support and severity colors across all themes, and add runtime
fallback for deprecated theme names
(#1884)
identification (#1884)
updates, and keep search results visible when selecting multiple items
(#1887)
(#1890)
started (#1900)
Fixed
(#1661)
(#1749)
preview views (#1784)
(#1801)
(#1817)
(#1859)
Make it possible to change the label of managed destinations
(#1860)
column width (#1866)
(#1885)
(#1886)
page (#1906)
This discussion was created from the release [2.9.0] - 2026-04-29.
Beta Was this translation helpful? Give feedback.
All reactions