[PR #949] [MERGED] Release v1.9.1 #12136

Closed
opened 2025-12-29 22:19:49 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/949
Author: @jeremystretch
Created: 3/8/2017
Status: Merged
Merged: 3/8/2017
Merged by: @jeremystretch

Base: masterHead: develop


📝 Commits (8)

  • d8f41f6 Post-release version bump
  • f838162 Fixes #941: Corrected old references to rack.site on Device
  • 4b753b1 Fixes #944: Correct console and power connection form behavior
  • 4e766c7 Closes #945: Display the current user in the nav menu
  • ed83b1d Closes #946: Disregard mask length when filtering IP addresses by a parent prefix
  • 0863405 Fixes #948: Region name should be hyperlinked to site list
  • d89314a Fixes #943: Child prefixes missing on Python 3
  • 094974d Release v1.9.1

📊 Changes

14 files changed (+130 additions, -104 deletions)

View changed files

📝 netbox/dcim/api/views.py (+8 -6)
📝 netbox/dcim/forms.py (+68 -68)
📝 netbox/dcim/models.py (+1 -1)
📝 netbox/dcim/tables.py (+2 -2)
📝 netbox/dcim/views.py (+21 -7)
📝 netbox/extras/management/commands/run_inventory.py (+1 -1)
📝 netbox/ipam/fields.py (+2 -2)
📝 netbox/ipam/filters.py (+1 -1)
📝 netbox/ipam/forms.py (+6 -4)
📝 netbox/ipam/lookups.py (+14 -0)
📝 netbox/ipam/models.py (+1 -1)
📝 netbox/ipam/views.py (+3 -9)
📝 netbox/netbox/settings.py (+1 -1)
📝 netbox/templates/_base.html (+1 -1)

📄 Description

Improvements

  • #945 - Display the current user in the navigation menu
  • #946 - Disregard mask length when filtering IP addresses by a parent prefix

Bug Fixes

  • #941 - Corrected old references to rack.site on Device
  • #943 - Child prefixes missing on Python 3
  • #944 - Corrected console and power connection form behavior
  • #948 - Region name should be hyperlinked to site list

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/949 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 3/8/2017 **Status:** ✅ Merged **Merged:** 3/8/2017 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (8) - [`d8f41f6`](https://github.com/netbox-community/netbox/commit/d8f41f67c94cdd9fa2c57904de5a8c10b666da76) Post-release version bump - [`f838162`](https://github.com/netbox-community/netbox/commit/f8381628d4bee997c909c92847537976eadf4985) Fixes #941: Corrected old references to rack.site on Device - [`4b753b1`](https://github.com/netbox-community/netbox/commit/4b753b161087cb0de2de731f1072e57a855e0db4) Fixes #944: Correct console and power connection form behavior - [`4e766c7`](https://github.com/netbox-community/netbox/commit/4e766c7c3ba047ca2b12347a7c062e156f6426da) Closes #945: Display the current user in the nav menu - [`ed83b1d`](https://github.com/netbox-community/netbox/commit/ed83b1d9e90ad8bf58f1ed1926b044c50e081691) Closes #946: Disregard mask length when filtering IP addresses by a parent prefix - [`0863405`](https://github.com/netbox-community/netbox/commit/086340540af2545e4537e96b260d88c1d7ee4ccc) Fixes #948: Region name should be hyperlinked to site list - [`d89314a`](https://github.com/netbox-community/netbox/commit/d89314a559a887484e2fd8e5985bb1b2cdf8777f) Fixes #943: Child prefixes missing on Python 3 - [`094974d`](https://github.com/netbox-community/netbox/commit/094974d417060604442507fda036e28986a31e89) Release v1.9.1 ### 📊 Changes **14 files changed** (+130 additions, -104 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/api/views.py` (+8 -6) 📝 `netbox/dcim/forms.py` (+68 -68) 📝 `netbox/dcim/models.py` (+1 -1) 📝 `netbox/dcim/tables.py` (+2 -2) 📝 `netbox/dcim/views.py` (+21 -7) 📝 `netbox/extras/management/commands/run_inventory.py` (+1 -1) 📝 `netbox/ipam/fields.py` (+2 -2) 📝 `netbox/ipam/filters.py` (+1 -1) 📝 `netbox/ipam/forms.py` (+6 -4) 📝 `netbox/ipam/lookups.py` (+14 -0) 📝 `netbox/ipam/models.py` (+1 -1) 📝 `netbox/ipam/views.py` (+3 -9) 📝 `netbox/netbox/settings.py` (+1 -1) 📝 `netbox/templates/_base.html` (+1 -1) </details> ### 📄 Description ## Improvements * [#945](https://github.com/digitalocean/netbox/issues/945) - Display the current user in the navigation menu * [#946](https://github.com/digitalocean/netbox/issues/946) - Disregard mask length when filtering IP addresses by a parent prefix ## Bug Fixes * [#941](https://github.com/digitalocean/netbox/issues/941) - Corrected old references to rack.site on Device * [#943](https://github.com/digitalocean/netbox/issues/943) - Child prefixes missing on Python 3 * [#944](https://github.com/digitalocean/netbox/issues/944) - Corrected console and power connection form behavior * [#948](https://github.com/digitalocean/netbox/issues/948) - Region name should be hyperlinked to site list --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 22:19:49 +01:00
adam closed this issue 2025-12-29 22:19:49 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12136