[PR #5034] [MERGED] Release v2.9.1 - 2020-08-22 #12959

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/5034
Author: @jeremystretch
Created: 8/23/2020
Status: Merged
Merged: 8/23/2020
Merged by: @jeremystretch

Base: masterHead: develop


📝 Commits (8)

  • e02590a Post-release version bump
  • 802af06 Closes #4991: Add Python and NetBox versions to error page
  • ed65603 Closes #4540: Add IP address status type for SLAAC
  • f37997a Closes #4814: Allow nested LAG interfaces
  • 2116b92 Add link to v2.9 release notes
  • 728088f Closes #5033: Support backward compatibility for REMOTE_AUTH_BACKEND
  • aedba0e Closes #5030: Call out required minimum versions for depdencies in upgrade documentation
  • 35a280e Release v2.9.1

📊 Changes

11 files changed (+54 additions, -18 deletions)

View changed files

📝 docs/installation/upgrading.md (+9 -2)
📝 docs/models/dcim/interface.md (+1 -1)
📝 docs/models/ipam/ipaddress.md (+1 -0)
📝 docs/release-notes/version-2.9.md (+15 -1)
📝 mkdocs.yml (+1 -0)
📝 netbox/dcim/forms.py (+4 -1)
📝 netbox/dcim/models/device_components.py (+5 -11)
📝 netbox/ipam/choices.py (+2 -0)
📝 netbox/netbox/settings.py (+8 -1)
📝 netbox/templates/500.html (+4 -1)
📝 netbox/utilities/views.py (+4 -0)

📄 Description

Enhancements

  • #4540 - Add IP address status type for SLAAC
  • #4814 - Allow nested LAG interfaces
  • #4991 - Add Python and NetBox versions to error page
  • #5033 - Support backward compatibility for REMOTE_AUTH_BACKEND configuration parameter

🔄 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/5034 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 8/23/2020 **Status:** ✅ Merged **Merged:** 8/23/2020 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (8) - [`e02590a`](https://github.com/netbox-community/netbox/commit/e02590ac960f397fbcf43bf121b3022b0ade99c5) Post-release version bump - [`802af06`](https://github.com/netbox-community/netbox/commit/802af06c0f8d59160b46255749e17b7ead733298) Closes #4991: Add Python and NetBox versions to error page - [`ed65603`](https://github.com/netbox-community/netbox/commit/ed65603632af3e542a79543cd1d4a5c5d666598b) Closes #4540: Add IP address status type for SLAAC - [`f37997a`](https://github.com/netbox-community/netbox/commit/f37997ac5433ac0f43ddc1457d4c6c88034d6990) Closes #4814: Allow nested LAG interfaces - [`2116b92`](https://github.com/netbox-community/netbox/commit/2116b928b683d61c42ba12aeba5d44b18bc24417) Add link to v2.9 release notes - [`728088f`](https://github.com/netbox-community/netbox/commit/728088f5fa5c8dfcc5c8b3f70810e2d664ddda36) Closes #5033: Support backward compatibility for REMOTE_AUTH_BACKEND - [`aedba0e`](https://github.com/netbox-community/netbox/commit/aedba0e8be49c1706eb95c9a7424d5fd8c3e0412) Closes #5030: Call out required minimum versions for depdencies in upgrade documentation - [`35a280e`](https://github.com/netbox-community/netbox/commit/35a280eb31be691523567a77470564f28282960a) Release v2.9.1 ### 📊 Changes **11 files changed** (+54 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `docs/installation/upgrading.md` (+9 -2) 📝 `docs/models/dcim/interface.md` (+1 -1) 📝 `docs/models/ipam/ipaddress.md` (+1 -0) 📝 `docs/release-notes/version-2.9.md` (+15 -1) 📝 `mkdocs.yml` (+1 -0) 📝 `netbox/dcim/forms.py` (+4 -1) 📝 `netbox/dcim/models/device_components.py` (+5 -11) 📝 `netbox/ipam/choices.py` (+2 -0) 📝 `netbox/netbox/settings.py` (+8 -1) 📝 `netbox/templates/500.html` (+4 -1) 📝 `netbox/utilities/views.py` (+4 -0) </details> ### 📄 Description ### Enhancements * [#4540](https://github.com/netbox-community/netbox/issues/4540) - Add IP address status type for SLAAC * [#4814](https://github.com/netbox-community/netbox/issues/4814) - Allow nested LAG interfaces * [#4991](https://github.com/netbox-community/netbox/issues/4991) - Add Python and NetBox versions to error page * [#5033](https://github.com/netbox-community/netbox/issues/5033) - Support backward compatibility for `REMOTE_AUTH_BACKEND` configuration parameter --- <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:24:35 +01:00
adam closed this issue 2025-12-29 22:24:36 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12959