[PR #1346] [MERGED] Release v2.0.10 #12189

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/1346
Author: @jeremystretch
Created: 7/14/2017
Status: Merged
Merged: 7/14/2017
Merged by: @jeremystretch

Base: masterHead: develop


📝 Commits (8)

  • 5f66893 Post-release version bump
  • dc77400 Fixes #1333: Corrected label on is_console_server field of DeviceType bulk edit form
  • af9fa85 Fixes #1312: Catch error when attempting to activate a user key with an invalid private key
  • e54c74d Fixes #1338: Allow importing prefixes with "container" status
  • 6f37e97 Fixes #1339: Fixed disappearing checkbox column under django-tables2 v1.7+
  • 280f55a Require django-tables2 v1.7+
  • 2f32e11 Fixes #1342: Allow designation of users and groups when creating/editing a secret role
  • d0dc505 Release v2.0.10

📊 Changes

7 files changed (+14 additions, -10 deletions)

View changed files

📝 netbox/dcim/forms.py (+3 -1)
📝 netbox/ipam/forms.py (+1 -1)
📝 netbox/netbox/settings.py (+1 -1)
📝 netbox/secrets/admin.py (+6 -4)
📝 netbox/secrets/forms.py (+1 -1)
📝 netbox/utilities/views.py (+1 -1)
📝 requirements.txt (+1 -1)

📄 Description

Bug Fixes

  • #1312 - Catch error when attempting to activate a user key with an invalid private key
  • #1333 - Corrected label on is_console_server field of DeviceType bulk edit form
  • #1338 - Allow importing prefixes with "container" status
  • #1339 - Fixed disappearing checkbox column under django-tables2 v1.7+
  • #1342 - Allow designation of users and groups when creating/editing a secret role

🔄 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/1346 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 7/14/2017 **Status:** ✅ Merged **Merged:** 7/14/2017 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (8) - [`5f66893`](https://github.com/netbox-community/netbox/commit/5f66893038dc27550ef3ffe7ce9f2100b9162293) Post-release version bump - [`dc77400`](https://github.com/netbox-community/netbox/commit/dc77400ab110b33defcfbd4cd614256238bf26bc) Fixes #1333: Corrected label on is_console_server field of DeviceType bulk edit form - [`af9fa85`](https://github.com/netbox-community/netbox/commit/af9fa85cc1ec3ae9704d7d03a741c19ff8019bdd) Fixes #1312: Catch error when attempting to activate a user key with an invalid private key - [`e54c74d`](https://github.com/netbox-community/netbox/commit/e54c74d972dede178621b2fdfa9150c1710545ad) Fixes #1338: Allow importing prefixes with "container" status - [`6f37e97`](https://github.com/netbox-community/netbox/commit/6f37e97c67cf6dd9f5d5b381be3fcef7758a7c6d) Fixes #1339: Fixed disappearing checkbox column under django-tables2 v1.7+ - [`280f55a`](https://github.com/netbox-community/netbox/commit/280f55a875eb0d34c3de890ea4ebb63590bcd089) Require django-tables2 v1.7+ - [`2f32e11`](https://github.com/netbox-community/netbox/commit/2f32e11f537820c954e58a1aebe23cf925b190f0) Fixes #1342: Allow designation of users and groups when creating/editing a secret role - [`d0dc505`](https://github.com/netbox-community/netbox/commit/d0dc505220c98822d5c2779ca0f8ee62adea6726) Release v2.0.10 ### 📊 Changes **7 files changed** (+14 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/forms.py` (+3 -1) 📝 `netbox/ipam/forms.py` (+1 -1) 📝 `netbox/netbox/settings.py` (+1 -1) 📝 `netbox/secrets/admin.py` (+6 -4) 📝 `netbox/secrets/forms.py` (+1 -1) 📝 `netbox/utilities/views.py` (+1 -1) 📝 `requirements.txt` (+1 -1) </details> ### 📄 Description ## Bug Fixes * [#1312](https://github.com/digitalocean/netbox/issues/1312) - Catch error when attempting to activate a user key with an invalid private key * [#1333](https://github.com/digitalocean/netbox/issues/1333) - Corrected label on is_console_server field of DeviceType bulk edit form * [#1338](https://github.com/digitalocean/netbox/issues/1338) - Allow importing prefixes with "container" status * [#1339](https://github.com/digitalocean/netbox/issues/1339) - Fixed disappearing checkbox column under django-tables2 v1.7+ * [#1342](https://github.com/digitalocean/netbox/issues/1342) - Allow designation of users and groups when creating/editing a secret role --- <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:20:07 +01:00
adam closed this issue 2025-12-29 22:20:07 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12189