Skip to content

Commit eb5bb22

Browse files
committed
Update changelog for 5.10.0 release
1 parent 63c4f92 commit eb5bb22

11 files changed

+38
-12
lines changed

CHANGELOG.md

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,47 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang
1111

1212
<!-- towncrier release notes start -->
1313

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
1542

1643
### Fixed
1744

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+
1955

2056
## [5.9.1] - 2024-03-15
2157

changelog.d/+pg11.changed

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/+py37-deprecation.deprecated.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/+towncrier-changelog.added.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/2613.added.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/2859.changed

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/2869.added.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/2887.added.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/2888.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/2898.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)