forked from Uninett/nav
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update release notes for upcoming 5.7 release.
- Loading branch information
1 parent
2dbcc84
commit 216721b
Showing
1 changed file
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,13 +14,7 @@ NAV 5.7 | |
Dependency changes | ||
------------------ | ||
|
||
New dependencies | ||
~~~~~~~~~~~~~~~~ | ||
|
||
Dependencies to these Python modules have been added: | ||
|
||
* :mod:`backports.zoneinfo` (only necessary when running on Python versions older than 3.9) | ||
* Our own fork of :mod:`drf-oidc-auth`, as found at ``git+https://github.com/Uninett/[email protected]#egg=drf-oidc-auth`` | ||
We have removed the upper version bound requirement for the :mod:`Pillow` library. | ||
|
||
Detection and alerting of Juniper chassis/system alarms | ||
------------------------------------------------------- | ||
|
@@ -56,6 +50,13 @@ match a single host ``10.0.0.42``, query for ``10.0.0.42/32``, like | |
``/api/1/prefix/?contains_address=10.0.0.42%2F32``. | ||
|
||
|
||
Even more flexible configuration of logging | ||
------------------------------------------- | ||
|
||
Advanced users will find that we have added more options for configuring NAV's | ||
logging output. The available configuration options are explored in depth | ||
:doc:`in our new logging howto guide </howto/setting-up-logging>`. | ||
|
||
NAV 5.6 | ||
======= | ||
|
||
|