[PR #286] [MERGED] Release v1.2.1 #12035

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/286
Author: @jeremystretch
Created: 7/13/2016
Status: Merged
Merged: 7/13/2016
Merged by: @jeremystretch

Base: masterHead: develop


📝 Commits (10+)

  • d986742 Use the natsort library to provide a generic sorting option for better sorting of generic names for device bays.
  • 173a4cd Update the requirements file to include the natsort library requirement.
  • e81a209 Post-release version bump
  • 18846cf Fixes #271: Corrected select_related() in secrets API
  • d80ffd2 Merge pull request #248 from Zanthras/develop
  • e1da3b8 Related to #243: Implemented natsort on all Device and DeviceType objects (except interfaces)
  • 2c23ca3 Fixes #274: Correct reference to old field
  • 8e7e02a Added a link to docs in readme.md
  • b60f964 Fixes #272: Added a step to copy the gunicorn config
  • 73d2453 Merge pull request #281 from lukerussell/Link-to-docs-in-readme

📊 Changes

14 files changed (+93 additions, -38 deletions)

View changed files

📝 CONTRIBUTING.md (+4 -3)
📝 README.md (+2 -0)
📝 docs/configuration/optional-settings.md (+22 -1)
📝 docs/installation/upgrading.md (+14 -16)
📝 netbox/dcim/__init__.py (+1 -1)
📝 netbox/dcim/admin.py (+1 -1)
📝 netbox/dcim/apps.py (+1 -1)
📝 netbox/dcim/models.py (+4 -1)
📝 netbox/dcim/views.py (+33 -11)
📝 netbox/ipam/models.py (+2 -0)
📝 netbox/netbox/configuration.example.py (+4 -0)
📝 netbox/netbox/settings.py (+2 -1)
📝 netbox/secrets/api/views.py (+2 -2)
📝 requirements.txt (+1 -0)

📄 Description

Improvements

  • #285 - Added the ability to prefer IPv4 over IPv6 for primary device IPs

Bug Fixes

  • #243 - Improved ordering of device object lists
  • #271 - Fixed primary_ip bug in secrets API
  • #274 - Fixed primary_ip bug in DCIM admin UI
  • #275 - Fixed bug preventing the expansion of an existing aggregate

🔄 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/286 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 7/13/2016 **Status:** ✅ Merged **Merged:** 7/13/2016 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`d986742`](https://github.com/netbox-community/netbox/commit/d9867423de9848a8548eeff7105c38ae33eeab1e) Use the natsort library to provide a generic sorting option for better sorting of generic names for device bays. - [`173a4cd`](https://github.com/netbox-community/netbox/commit/173a4cde8b51a379d157800bcf24ab73b5a56374) Update the requirements file to include the natsort library requirement. - [`e81a209`](https://github.com/netbox-community/netbox/commit/e81a2094df8369bc1f45a56bcb9940b179c830b2) Post-release version bump - [`18846cf`](https://github.com/netbox-community/netbox/commit/18846cf40a83f1205fbdcc62744b97f1d2c7c8fb) Fixes #271: Corrected select_related() in secrets API - [`d80ffd2`](https://github.com/netbox-community/netbox/commit/d80ffd23081f1a26684b62c8471c1a75a982cb91) Merge pull request #248 from Zanthras/develop - [`e1da3b8`](https://github.com/netbox-community/netbox/commit/e1da3b8f103f9b67e071e20706a404ae2d9efd7e) Related to #243: Implemented natsort on all Device and DeviceType objects (except interfaces) - [`2c23ca3`](https://github.com/netbox-community/netbox/commit/2c23ca33a29c0d301f359a0913b0ae1284de29b8) Fixes #274: Correct reference to old field - [`8e7e02a`](https://github.com/netbox-community/netbox/commit/8e7e02a6227f5e83ba81056ab644daa7884cae59) Added a link to docs in readme.md - [`b60f964`](https://github.com/netbox-community/netbox/commit/b60f964835c4abda001e313ea846bd47de3f85f3) Fixes #272: Added a step to copy the gunicorn config - [`73d2453`](https://github.com/netbox-community/netbox/commit/73d24532c948988d7eac17dcf583cc9672b3ba84) Merge pull request #281 from lukerussell/Link-to-docs-in-readme ### 📊 Changes **14 files changed** (+93 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `CONTRIBUTING.md` (+4 -3) 📝 `README.md` (+2 -0) 📝 `docs/configuration/optional-settings.md` (+22 -1) 📝 `docs/installation/upgrading.md` (+14 -16) 📝 `netbox/dcim/__init__.py` (+1 -1) 📝 `netbox/dcim/admin.py` (+1 -1) 📝 `netbox/dcim/apps.py` (+1 -1) 📝 `netbox/dcim/models.py` (+4 -1) 📝 `netbox/dcim/views.py` (+33 -11) 📝 `netbox/ipam/models.py` (+2 -0) 📝 `netbox/netbox/configuration.example.py` (+4 -0) 📝 `netbox/netbox/settings.py` (+2 -1) 📝 `netbox/secrets/api/views.py` (+2 -2) 📝 `requirements.txt` (+1 -0) </details> ### 📄 Description ## Improvements - [#285](/digitalocean/netbox/issues/285) - Added the ability to prefer IPv4 over IPv6 for primary device IPs ## Bug Fixes - [#243](/digitalocean/netbox/issues/243) - Improved ordering of device object lists - [#271](/digitalocean/netbox/issues/271) - Fixed primary_ip bug in secrets API - [#274](/digitalocean/netbox/issues/274) - Fixed primary_ip bug in DCIM admin UI - [#275](/digitalocean/netbox/issues/275) - Fixed bug preventing the expansion of an existing aggregate --- <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:15 +01:00
adam closed this issue 2025-12-29 22:19:15 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12035