@@ -11,11 +11,47 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang
11
11
12
12
<!-- towncrier release notes start -->
13
13
14
- ## [ Unreleased]
14
+ ## [ 5.10.0] - 2024-05-16
15
+
16
+
17
+ ### Removed
18
+
19
+ - Removed references to IRC support channel from documentation, as the channel
20
+ is closing down ([ #2907 ] ( https://github.com/Uninett/nav/issues/2907 ) )
21
+
22
+ ### Deprecated
23
+
24
+ - Support for Python versions older than 3.9 will be dropped in NAV 5.11.
25
+
26
+ ### Added
27
+
28
+ - New ipdevpoll plugin to fetch ARP cache data from Palo Alto firewall APIs
29
+ ([ #2613 ] ( https://github.com/Uninett/nav/issues/2613 ) )
30
+ - Introduced ` towncrier ` to aid in collaborative NAV changelog authoring
31
+ ([ #2869 ] ( https://github.com/Uninett/nav/issues/2869 ) )
32
+ - Add library utilities to produce QR codes to arbitrary URLs, for use in
33
+ upcoming features ([ #2887 ] ( https://github.com/Uninett/nav/issues/2887 ) )
34
+ - Added towncrier to automatically produce changelog
35
+
36
+ ### Changed
37
+
38
+ - Change the Docker Compose-based development environment to use more build
39
+ caching and avoid running too many things as root
40
+ ([ #2859 ] ( https://github.com/Uninett/nav/issues/2859 ) )
41
+ - Changed required PostgreSQL version to 11
15
42
16
43
### Fixed
17
44
18
- - Avoid running command line scripts twice on every invocation ([ #2877 ] ( https://github.com/Uninett/nav/issues/2877 ) , [ #2878 ] ( https://github.com/Uninett/nav/pull/2878 ) )
45
+ - Avoid running command line scripts twice on every invocation
46
+ ([ #2877 ] ( https://github.com/Uninett/nav/issues/2877 ) ,
47
+ [ #2878 ] ( https://github.com/Uninett/nav/pull/2878 ) )
48
+ - Fixed ` full-nav-restore.sh ` developer helper script that broke after Docker
49
+ Compose development was reorganized
50
+ ([ #2888 ] ( https://github.com/Uninett/nav/issues/2888 ) )
51
+ - Fix missing delete icon in form selector labels
52
+ ([ #2898 ] ( https://github.com/Uninett/nav/issues/2898 ) )
53
+
54
+
19
55
20
56
## [ 5.9.1] - 2024-03-15
21
57
0 commit comments