Skip to content

Commit

Permalink
Merge branch '5.12.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
lunkwill42 committed Dec 16, 2024
2 parents 122705e + 5ae3be0 commit 1d50dee
Show file tree
Hide file tree
Showing 19 changed files with 54 additions and 22 deletions.
52 changes: 52 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,58 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [5.12.0] - 2024-12-16

### Removed

- Removed dependencies django-crispy-forms and crispy-forms-foundation
([#2794](https://github.com/Uninett/nav/issues/2794))

### Added

- Active maintenance tasks that only reference deleted components will be
automatically cancelled ([#3229](https://github.com/Uninett/nav/issues/3229))
- Alert profiles filter match value dropdowns now support interactive value
searches ([#3238](https://github.com/Uninett/nav/issues/3238))
- Added support for setting access port VLANs for Cisco Small Business switches
in PortAdmin (by reverting to non-Cisco-specific handler routines for this
subgroup of products) ([#3249](https://github.com/Uninett/nav/issues/3249))

### Changed

- Switched to building CSS from Sass using webpack instead of deprecated
`libsass`. ([#2849](https://github.com/Uninett/nav/issues/2849))
- Run tests using tox version 4
([#2973](https://github.com/Uninett/nav/issues/2973))
- The ipdevpoll plugin to fetch ARP cache data from a netbox's Palo Alto
firewall API is now configured through a new management profile type assigned
to that netbox ([#3147](https://github.com/Uninett/nav/issues/3147))
- The old-style `setup.py` script was removed and installation docs were
updated ([#3176](https://github.com/Uninett/nav/issues/3176))
- Ensure that CSRF token info is included in all forms that have been
refactored to remove the `django-crispy-forms` dependency
([#3157](https://github.com/Uninett/nav/issues/3157))

### Fixed

- Alert profiles filter match value dropdowns now support more than the old
hard limit of 1000 choices
([#2908](https://github.com/Uninett/nav/issues/2908))
- Disable deletion of the default dashboard
([#3150](https://github.com/Uninett/nav/issues/3150))
- Rooms and locations with periods in their IDs can now be properly retrieved
from the corresponding API endpoints
([#3186](https://github.com/Uninett/nav/issues/3186))
- Fix spurious crashing when loading some Netmap layer 3 views
([#3225](https://github.com/Uninett/nav/issues/3225))
- Improve description of deleted maintenance components
([#3228](https://github.com/Uninett/nav/issues/3228))
- Stop SNMP-based `arp` plugin from stepping on the `paloaltoarp` plugins toes.
Note that this **requires** updating the plugin order in the `ip2mac` job in
`ipdevpoll.conf` ([#3252](https://github.com/Uninett/nav/issues/3252))
- Ensure that each account has exactly one default dashboard


## [5.11.0] - 2024-10-03

### Removed
Expand Down
4 changes: 2 additions & 2 deletions NOTES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ existing bug reports, go to https://github.com/uninett/nav/issues .
To see an overview of upcoming release milestones and the issues they resolve,
please go to https://github.com/uninett/nav/milestones .

Unreleased
==========
NAV 5.12
========

Dependency changes
------------------
Expand Down
1 change: 0 additions & 1 deletion changelog.d/+migration-one-default-dashboard.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+remove-block-template-vlan.removed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2794.removed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2849.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2908.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2973.changed.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/3147.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/3150.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/3157.security.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/3176.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/3186.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/3225.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/3228.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/3229.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/3238.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/3249.added.md

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/3252.fixed.md

This file was deleted.

0 comments on commit 1d50dee

Please sign in to comment.