mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-16 20:22:53 -06:00
Release v3.5-beta2
This commit is contained in:
parent
b167153186
commit
4452f57f90
2
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
@ -14,7 +14,7 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: NetBox version
|
label: NetBox version
|
||||||
description: What version of NetBox are you currently running?
|
description: What version of NetBox are you currently running?
|
||||||
placeholder: v3.4.8
|
placeholder: v3.5-beta2
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
|
2
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
@ -14,7 +14,7 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: NetBox version
|
label: NetBox version
|
||||||
description: What version of NetBox are you currently running?
|
description: What version of NetBox are you currently running?
|
||||||
placeholder: v3.4.8
|
placeholder: v3.5-beta2
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
bleach<6.0
|
bleach<6.0
|
||||||
|
|
||||||
# Python client for Amazon AWS API
|
# Python client for Amazon AWS API
|
||||||
# https://github.com/boto/boto3
|
# https://github.com/boto/boto3/blob/develop/CHANGELOG.rst
|
||||||
boto3
|
boto3
|
||||||
|
|
||||||
# The Python web framework on which NetBox is built
|
# The Python web framework on which NetBox is built
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# NetBox v3.5
|
# NetBox v3.5
|
||||||
|
|
||||||
## v3.5.0 (FUTURE)
|
## v3.5-beta2 (2023-04-18)
|
||||||
|
|
||||||
### Breaking Changes
|
### Breaking Changes
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ from netbox.constants import RQ_QUEUE_DEFAULT, RQ_QUEUE_HIGH, RQ_QUEUE_LOW
|
|||||||
# Environment setup
|
# Environment setup
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION = '3.5.0-dev'
|
VERSION = '3.5-beta2'
|
||||||
|
|
||||||
# Hostname
|
# Hostname
|
||||||
HOSTNAME = platform.node()
|
HOSTNAME = platform.node()
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
bleach==5.0.1
|
bleach==5.0.1
|
||||||
boto3==1.26.91
|
boto3==1.26.115
|
||||||
Django==4.1.8
|
Django==4.1.8
|
||||||
django-cors-headers==3.14.0
|
django-cors-headers==3.14.0
|
||||||
django-debug-toolbar==4.0.0
|
django-debug-toolbar==4.0.0
|
||||||
@ -15,7 +15,7 @@ django-tables2==2.5.3
|
|||||||
django-taggit==3.1.0
|
django-taggit==3.1.0
|
||||||
django-timezone-field==5.0
|
django-timezone-field==5.0
|
||||||
djangorestframework==3.14.0
|
djangorestframework==3.14.0
|
||||||
drf-spectacular==0.26.1
|
drf-spectacular==0.26.2
|
||||||
drf-spectacular-sidecar==2023.4.1
|
drf-spectacular-sidecar==2023.4.1
|
||||||
dulwich==0.21.3
|
dulwich==0.21.3
|
||||||
feedparser==6.0.10
|
feedparser==6.0.10
|
||||||
|
Loading…
Reference in New Issue
Block a user