-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: housekeepingChanges to the application which do not directly impact the end userChanges to the application which do not directly impact the end user
Milestone
Description
Proposed Changes
Introduce a canonical module (e.g. netbox/edition.py) containing the relevant metadata for each release, including:
- NetBox edition (Community, Cloud, or Enterprise)
- NetBox version
- Release date
- Beta/experimental designation
- Anything else that seems relevant
This object would replace the VERSION variable currently defined in settings.py.
Justification
This approach enables us to convey more information about each release.
Metadata
Metadata
Assignees
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: housekeepingChanges to the application which do not directly impact the end userChanges to the application which do not directly impact the end user