mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Release v3.6.2
This commit is contained in:
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.6.1
|
placeholder: v3.6.2
|
||||||
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.6.1
|
placeholder: v3.6.2
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
|
@ -342,8 +342,10 @@
|
|||||||
"100gbase-x-qsfpdd",
|
"100gbase-x-qsfpdd",
|
||||||
"200gbase-x-qsfp56",
|
"200gbase-x-qsfp56",
|
||||||
"200gbase-x-qsfpdd",
|
"200gbase-x-qsfpdd",
|
||||||
|
"400gbase-x-qsfp112",
|
||||||
"400gbase-x-qsfpdd",
|
"400gbase-x-qsfpdd",
|
||||||
"400gbase-x-osfp",
|
"400gbase-x-osfp",
|
||||||
|
"400gbase-x-osfp-rhs",
|
||||||
"400gbase-x-cdfp",
|
"400gbase-x-cdfp",
|
||||||
"400gbase-x-cfp8",
|
"400gbase-x-cfp8",
|
||||||
"800gbase-x-qsfpdd",
|
"800gbase-x-qsfpdd",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# NetBox v3.6
|
# NetBox v3.6
|
||||||
|
|
||||||
## v3.6.2 (FUTURE)
|
## v3.6.2 (2023-09-20)
|
||||||
|
|
||||||
### Enhancements
|
### Enhancements
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ from netbox.constants import RQ_QUEUE_DEFAULT, RQ_QUEUE_HIGH, RQ_QUEUE_LOW
|
|||||||
# Environment setup
|
# Environment setup
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION = '3.6.2-dev'
|
VERSION = '3.6.2'
|
||||||
|
|
||||||
# Hostname
|
# Hostname
|
||||||
HOSTNAME = platform.node()
|
HOSTNAME = platform.node()
|
||||||
|
@ -2,7 +2,7 @@ bleach==6.0.0
|
|||||||
Django==4.2.5
|
Django==4.2.5
|
||||||
django-cors-headers==4.2.0
|
django-cors-headers==4.2.0
|
||||||
django-debug-toolbar==4.2.0
|
django-debug-toolbar==4.2.0
|
||||||
django-filter==23.2
|
django-filter==23.3
|
||||||
django-graphiql-debug-toolbar==0.2.0
|
django-graphiql-debug-toolbar==0.2.0
|
||||||
django-mptt==0.14
|
django-mptt==0.14
|
||||||
django-pglocks==1.0.4
|
django-pglocks==1.0.4
|
||||||
@ -12,7 +12,7 @@ django-rich==1.7.0
|
|||||||
django-rq==2.8.1
|
django-rq==2.8.1
|
||||||
django-tables2==2.6.0
|
django-tables2==2.6.0
|
||||||
django-taggit==4.0.0
|
django-taggit==4.0.0
|
||||||
django-timezone-field==6.0
|
django-timezone-field==6.0.1
|
||||||
djangorestframework==3.14.0
|
djangorestframework==3.14.0
|
||||||
drf-spectacular==0.26.4
|
drf-spectacular==0.26.4
|
||||||
drf-spectacular-sidecar==2023.9.1
|
drf-spectacular-sidecar==2023.9.1
|
||||||
@ -21,13 +21,13 @@ graphene-django==3.0.0
|
|||||||
gunicorn==21.2.0
|
gunicorn==21.2.0
|
||||||
Jinja2==3.1.2
|
Jinja2==3.1.2
|
||||||
Markdown==3.3.7
|
Markdown==3.3.7
|
||||||
mkdocs-material==9.2.7
|
mkdocs-material==9.3.2
|
||||||
mkdocstrings[python-legacy]==0.23.0
|
mkdocstrings[python-legacy]==0.23.0
|
||||||
netaddr==0.8.0
|
netaddr==0.9.0
|
||||||
Pillow==10.0.0
|
Pillow==10.0.1
|
||||||
psycopg[binary,pool]==3.1.10
|
psycopg[binary,pool]==3.1.10
|
||||||
PyYAML==6.0.1
|
PyYAML==6.0.1
|
||||||
sentry-sdk==1.30.0
|
sentry-sdk==1.31.0
|
||||||
social-auth-app-django==5.3.0
|
social-auth-app-django==5.3.0
|
||||||
social-auth-core[openidconnect]==4.4.2
|
social-auth-core[openidconnect]==4.4.2
|
||||||
svgwrite==1.4.3
|
svgwrite==1.4.3
|
||||||
|
Reference in New Issue
Block a user