[PR #3774] [MERGED] Release v2.6.9 #12640

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/3774
Author: @jeremystretch
Created: 12/16/2019
Status: Merged
Merged: 12/16/2019
Merged by: @jeremystretch

Base: masterHead: develop


📝 Commits (10+)

📊 Changes

10 files changed (+147 additions, -46 deletions)

View changed files

📝 docs/release-notes/version-2.6.md (+15 -0)
📝 netbox/dcim/models.py (+19 -1)
📝 netbox/extras/api/customfields.py (+24 -5)
📝 netbox/extras/tests/test_customfields.py (+34 -0)
📝 netbox/ipam/tables.py (+5 -1)
📝 netbox/netbox/settings.py (+1 -1)
📝 netbox/netbox/views.py (+17 -17)
📝 netbox/templates/dcim/site.html (+22 -19)
📝 netbox/templates/users/api_tokens.html (+9 -1)
📝 netbox/users/views.py (+1 -1)

📄 Description

Enhancements

  • #3152 - Include direct link to rack elevations on site view
  • #3441 - Move virtual machine results near devices in global search
  • #3761 - Added copy button for API tokens

Bug Fixes

  • #2170 - Prevent the deletion of a virtual chassis when a cross-member LAG is present
  • #2358 - Respect custom field default values when creating objects via the REST API
  • #3749 - Fix exception on password change page for local users
  • #3757 - Fix unable to assign IP to interface

🔄 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/3774 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 12/16/2019 **Status:** ✅ Merged **Merged:** 12/16/2019 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`3c36bec`](https://github.com/netbox-community/netbox/commit/3c36bec298217e56cc0a36384d278ca5b4523d62) Post-release version bump - [`3b76e02`](https://github.com/netbox-community/netbox/commit/3b76e0203a349be3318979e1266c34b3435f648b) Fixes 3749 attribute error - [`b57d64c`](https://github.com/netbox-community/netbox/commit/b57d64c72db7987168d7f971bd9c8a2c95202b92) Changelog for #3751 - [`3b03d68`](https://github.com/netbox-community/netbox/commit/3b03d68ac70be1b5b9912d0a4d2a5fecd25cede4) Merge pull request #3751 from hSaria/3749-attribute-error - [`77e0564`](https://github.com/netbox-community/netbox/commit/77e0564d13a72f13363a5188489b9a04829399b4) Closes #3152: Include direct link to rack elevations on site view - [`85c11bb`](https://github.com/netbox-community/netbox/commit/85c11bbd839e1e27f3b9bc99c653a902c6e42095) Closes #3441: Move virtual machine results near devices in global search - [`462cede`](https://github.com/netbox-community/netbox/commit/462cede8631e45630482d7332a0faa9c274253f8) Fixes #2170: Prevent the deletion of a virtual chassis when a cross-member LAG is present - [`6a6959d`](https://github.com/netbox-community/netbox/commit/6a6959d0411eee32fe06be66e83ceec1f7262824) Fixes #3761: copy button for tokens - [`ea51aa9`](https://github.com/netbox-community/netbox/commit/ea51aa97b764e83ce6780453b443015e279b595c) Update version-2.6.md - [`a22c7c1`](https://github.com/netbox-community/netbox/commit/a22c7c1539b67e9b19717927f1b25a71c31f6eb2) Fixes #2358: Respect custom field default values when creating objects via the REST API ### 📊 Changes **10 files changed** (+147 additions, -46 deletions) <details> <summary>View changed files</summary> 📝 `docs/release-notes/version-2.6.md` (+15 -0) 📝 `netbox/dcim/models.py` (+19 -1) 📝 `netbox/extras/api/customfields.py` (+24 -5) 📝 `netbox/extras/tests/test_customfields.py` (+34 -0) 📝 `netbox/ipam/tables.py` (+5 -1) 📝 `netbox/netbox/settings.py` (+1 -1) 📝 `netbox/netbox/views.py` (+17 -17) 📝 `netbox/templates/dcim/site.html` (+22 -19) 📝 `netbox/templates/users/api_tokens.html` (+9 -1) 📝 `netbox/users/views.py` (+1 -1) </details> ### 📄 Description ## Enhancements * [#3152](https://github.com/netbox-community/netbox/issues/3152) - Include direct link to rack elevations on site view * [#3441](https://github.com/netbox-community/netbox/issues/3441) - Move virtual machine results near devices in global search * [#3761](https://github.com/netbox-community/netbox/issues/3761) - Added copy button for API tokens ## Bug Fixes * [#2170](https://github.com/netbox-community/netbox/issues/2170) - Prevent the deletion of a virtual chassis when a cross-member LAG is present * [#2358](https://github.com/netbox-community/netbox/issues/2358) - Respect custom field default values when creating objects via the REST API * [#3749](https://github.com/netbox-community/netbox/issues/3749) - Fix exception on password change page for local users * [#3757](https://github.com/netbox-community/netbox/issues/3757) - Fix unable to assign IP to interface --- <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:22:47 +01:00
adam closed this issue 2025-12-29 22:22:47 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12640