[PR #3591] [MERGED] Release v2.6.6 #12590

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

📋 Pull Request Information

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

Base: masterHead: develop


📝 Commits (10+)

  • ef1fa55 Post-release version bump
  • 56ddf79 Update Travis-CI badges in README
  • d2ab41a Cache A/B termination devices on the Cable model
  • 4889c8f Closes #3259: Add rack and site filters for cables
  • aa9d034 Filter by site slug rather than by name
  • b2ac81a fixed broken links
  • 60e03eb Override DRF's builtin Bootstrap with NetBox's own more recent copy
  • 63ad93a Merge pull request #3550 from netbox-community/3259-cable-filters
  • 0ec8476 Added InfiniBand interface form factor
  • 8a5ee6f Merge pull request #3552 from kobayashi/develop

📊 Changes

86 files changed (+2997 additions, -2593 deletions)

View changed files

📝 CHANGELOG.md (+1 -2455)
📝 README.md (+2 -2)
📝 docs/additional-features/custom-scripts.md (+8 -0)
📝 docs/additional-features/reports.md (+1 -1)
📝 docs/api/authentication.md (+1 -1)
📝 docs/api/overview.md (+2 -2)
📝 docs/api/working-with-secrets.md (+1 -1)
📝 docs/configuration/optional-settings.md (+2 -2)
📝 docs/development/release-checklist.md (+5 -1)
📝 docs/installation/2-netbox.md (+2 -2)
📝 docs/installation/upgrading.md (+4 -0)
docs/release-notes/index.md (+1 -0)
docs/release-notes/version-1.0.md (+22 -0)
docs/release-notes/version-1.1.md (+15 -0)
docs/release-notes/version-1.2.md (+48 -0)
docs/release-notes/version-1.3.md (+54 -0)
docs/release-notes/version-1.4.md (+54 -0)
docs/release-notes/version-1.5.md (+50 -0)
docs/release-notes/version-1.6.md (+85 -0)
docs/release-notes/version-1.7.md (+75 -0)

...and 66 more files

📄 Description

Notes

  • This release includes a migration which automatically updates all existing cables to enable filtering by site/rack (see #3259). This migration may take several minutes to complete on installations with tens of thousands of cables defined.

Enhancements

  • #1941 - Add InfiniBand interface types
  • #3259 - Add rack and site filters for cables
  • #3471 - Disallow raw HTML in Markdown-rendered fields
  • #3545 - Add MultiObjectVar for custom scripts
  • #3563 - Enable editing of individual DeviceType components
  • #3580 - Render text and URL fields as textareas in the custom link form
  • #3581 - Introduce commit_default custom script attribute to not commit changes by default

Bug Fixes

  • #3458 - Prevent primary IP address for a device/VM from being reassigned
  • #3463 - Correct CSV headers for exported power feeds
  • #3474 - Fix device status page loading when NAPALM call fails
  • #3571 - Prevent erroneous redirects when editing tags
  • #3573 - Ensure consistent display of changelog retention period
  • #3574 - Change device to parent in interface editing VLAN filtering logic
  • #3575 - Restore label for comments field when bulk editing circuits
  • #3582 - Enforce view permissions on global search results
  • #3588 - Enforce object-form JSON for local context data on devices and VMs

🔄 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/3591 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 10/10/2019 **Status:** ✅ Merged **Merged:** 10/10/2019 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`ef1fa55`](https://github.com/netbox-community/netbox/commit/ef1fa559021f9667babf011e6be16b1c8539fff3) Post-release version bump - [`56ddf79`](https://github.com/netbox-community/netbox/commit/56ddf79ae7f09e00d85a5eca189166e24da673ca) Update Travis-CI badges in README - [`d2ab41a`](https://github.com/netbox-community/netbox/commit/d2ab41abfba04036603c3958226e23e992d38dcd) Cache A/B termination devices on the Cable model - [`4889c8f`](https://github.com/netbox-community/netbox/commit/4889c8ff9bb64f5a514170f92d8d1d15d13dfbbd) Closes #3259: Add rack and site filters for cables - [`aa9d034`](https://github.com/netbox-community/netbox/commit/aa9d034b5db9865b8689414ded004a246ac95991) Filter by site slug rather than by name - [`b2ac81a`](https://github.com/netbox-community/netbox/commit/b2ac81a78f448d6d959e72865ae466cec0eed732) fixed broken links - [`60e03eb`](https://github.com/netbox-community/netbox/commit/60e03eb84163db8688e42df8f67182e2634cf705) Override DRF's builtin Bootstrap with NetBox's own more recent copy - [`63ad93a`](https://github.com/netbox-community/netbox/commit/63ad93afd04070e3fa140d07c047ea35a1c029bf) Merge pull request #3550 from netbox-community/3259-cable-filters - [`0ec8476`](https://github.com/netbox-community/netbox/commit/0ec8476b4dfe5343a06b16b63d7d802c345bcda8) Added InfiniBand interface form factor - [`8a5ee6f`](https://github.com/netbox-community/netbox/commit/8a5ee6f8ea4a798df0a662c9aa96a913e8354a25) Merge pull request #3552 from kobayashi/develop ### 📊 Changes **86 files changed** (+2997 additions, -2593 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+1 -2455) 📝 `README.md` (+2 -2) 📝 `docs/additional-features/custom-scripts.md` (+8 -0) 📝 `docs/additional-features/reports.md` (+1 -1) 📝 `docs/api/authentication.md` (+1 -1) 📝 `docs/api/overview.md` (+2 -2) 📝 `docs/api/working-with-secrets.md` (+1 -1) 📝 `docs/configuration/optional-settings.md` (+2 -2) 📝 `docs/development/release-checklist.md` (+5 -1) 📝 `docs/installation/2-netbox.md` (+2 -2) 📝 `docs/installation/upgrading.md` (+4 -0) ➕ `docs/release-notes/index.md` (+1 -0) ➕ `docs/release-notes/version-1.0.md` (+22 -0) ➕ `docs/release-notes/version-1.1.md` (+15 -0) ➕ `docs/release-notes/version-1.2.md` (+48 -0) ➕ `docs/release-notes/version-1.3.md` (+54 -0) ➕ `docs/release-notes/version-1.4.md` (+54 -0) ➕ `docs/release-notes/version-1.5.md` (+50 -0) ➕ `docs/release-notes/version-1.6.md` (+85 -0) ➕ `docs/release-notes/version-1.7.md` (+75 -0) _...and 66 more files_ </details> ### 📄 Description ## Notes * This release includes a migration which automatically updates all existing cables to enable filtering by site/rack (see [#3259](https://github.com/netbox-community/netbox/issues/3259)). This migration may take several minutes to complete on installations with tens of thousands of cables defined. ## Enhancements * [#1941](https://github.com/netbox-community/netbox/issues/1941) - Add InfiniBand interface types * [#3259](https://github.com/netbox-community/netbox/issues/3259) - Add `rack` and `site` filters for cables * [#3471](https://github.com/netbox-community/netbox/issues/3471) - Disallow raw HTML in Markdown-rendered fields * [#3545](https://github.com/netbox-community/netbox/issues/3545) - Add `MultiObjectVar` for custom scripts * [#3563](https://github.com/netbox-community/netbox/issues/3563) - Enable editing of individual DeviceType components * [#3580](https://github.com/netbox-community/netbox/issues/3580) - Render text and URL fields as textareas in the custom link form * [#3581](https://github.com/netbox-community/netbox/issues/3581) - Introduce `commit_default` custom script attribute to not commit changes by default ## Bug Fixes * [#3458](https://github.com/netbox-community/netbox/issues/3458) - Prevent primary IP address for a device/VM from being reassigned * [#3463](https://github.com/netbox-community/netbox/issues/3463) - Correct CSV headers for exported power feeds * [#3474](https://github.com/netbox-community/netbox/issues/3474) - Fix device status page loading when NAPALM call fails * [#3571](https://github.com/netbox-community/netbox/issues/3571) - Prevent erroneous redirects when editing tags * [#3573](https://github.com/netbox-community/netbox/issues/3573) - Ensure consistent display of changelog retention period * [#3574](https://github.com/netbox-community/netbox/issues/3574) - Change `device` to `parent` in interface editing VLAN filtering logic * [#3575](https://github.com/netbox-community/netbox/issues/3575) - Restore label for comments field when bulk editing circuits * [#3582](https://github.com/netbox-community/netbox/issues/3582) - Enforce view permissions on global search results * [#3588](https://github.com/netbox-community/netbox/issues/3588) - Enforce object-form JSON for local context data on devices and VMs --- <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:30 +01:00
adam closed this issue 2025-12-29 22:22:30 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12590