[PR #18562] [MERGED] Closes #17857: Add release_track attribute to PluginConfig #15376

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/18562
Author: @jeremystretch
Created: 2/3/2025
Status: Merged
Merged: 2/3/2025
Merged by: @jeremystretch

Base: featureHead: 17857-plugin-release_track


📝 Commits (1)

  • 94ee64e Closes #17587: Add release_track attribute to PluginConfig

📊 Changes

5 files changed (+12 additions, -3 deletions)

View changed files

📝 docs/plugins/development/index.md (+1 -0)
📝 netbox/core/plugins.py (+4 -1)
📝 netbox/netbox/plugins/__init__.py (+1 -0)
📝 netbox/netbox/plugins/utils.py (+4 -1)
📝 netbox/netbox/plugins/views.py (+2 -1)

📄 Description

Fixes: #17857

  • Add release_track as an optional attribute on PluginConfig
  • Update the relevant UI & REST API views to include the release track (if set) alongside the plugin version

🔄 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/18562 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 2/3/2025 **Status:** ✅ Merged **Merged:** 2/3/2025 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `17857-plugin-release_track` --- ### 📝 Commits (1) - [`94ee64e`](https://github.com/netbox-community/netbox/commit/94ee64e8783c52c7ec60e49f96831ba28b8dbf52) Closes #17587: Add release_track attribute to PluginConfig ### 📊 Changes **5 files changed** (+12 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `docs/plugins/development/index.md` (+1 -0) 📝 `netbox/core/plugins.py` (+4 -1) 📝 `netbox/netbox/plugins/__init__.py` (+1 -0) 📝 `netbox/netbox/plugins/utils.py` (+4 -1) 📝 `netbox/netbox/plugins/views.py` (+2 -1) </details> ### 📄 Description ### Fixes: #17857 - Add `release_track` as an optional attribute on PluginConfig - Update the relevant UI & REST API views to include the release track (if set) alongside the plugin version --- <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-30 00:21:35 +01:00
adam closed this issue 2025-12-30 00:21:35 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15376