Skip to content

Commit

Permalink
Update changelog for 5.13 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lunkwill42 committed Mar 7, 2025
1 parent 47fabdd commit fcce0bc
Show file tree
Hide file tree
Showing 21 changed files with 52 additions and 20 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.13.0] - 2025-03-07

### Security

- Omit Palo Alto API keys from ARP plugin log output
([#3251](https://github.com/Uninett/nav/issues/3251))

### Added

- Add option for showing OUI vendor name in Machine Tracker searches
([#3292](https://github.com/Uninett/nav/issues/3292))
- Add cronjob for populating database with OUI data nightly
([#3320](https://github.com/Uninett/nav/issues/3320))
- Run test suite by default on Python 3.11 and Django 4.2
([#2850](https://github.com/Uninett/nav/issues/2850))
- Added tests for device history search
([#3261](https://github.com/Uninett/nav/issues/3261))

### Changed

- Upgraded Django requirement to 4.2
([#2789](https://github.com/Uninett/nav/issues/2789))
- Upgraded and cleaned up various Docker environments used for development and
testing to Debian Bookworm / Python 3.11
([#3284](https://github.com/Uninett/nav/issues/3284))

### Fixed

- Fix minor incompatibilities with Django 4.2
([#2850](https://github.com/Uninett/nav/issues/2850))
- Fixed non-responsive search function in room map widget
([#3207](https://github.com/Uninett/nav/issues/3207))
- Validate interval inputs in several search forms to avoid unhandled overflow
errors (switch port activity, radius top talkers report, radius error log
search, radius account log search)
([#3242](https://github.com/Uninett/nav/issues/3242),
[#3245](https://github.com/Uninett/nav/issues/3245),
[#3246](https://github.com/Uninett/nav/issues/3246),
[#3247](https://github.com/Uninett/nav/issues/3247))
- Verify that multiple quarantine rules cannot be added with identical VLANs in
Arnold ([#3244](https://github.com/Uninett/nav/issues/3244))
- Fixed broken module history view in device history
([#3258](https://github.com/Uninett/nav/issues/3258))
- Stop sending error mails to site admins from graphite-web proxy endpoint when
graphite response code is in the 5XX range
([#3259](https://github.com/Uninett/nav/issues/3259))
- Ignore case of sysname in IP device info
([#3262](https://github.com/Uninett/nav/issues/3262))
- Add user-agent header when downloading OUI text file
([#3291](https://github.com/Uninett/nav/issues/3291))


## [5.12.0] - 2024-12-16

### Removed
Expand Down
1 change: 0 additions & 1 deletion changelog.d/+auxiliary-docker-bookworm.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+cleanup-test-docker-image.changed.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit fcce0bc

Please sign in to comment.