Skip to content

Commit 07da3f6

Browse files
committed
Release v3.6.8
1 parent 0613e8e commit 07da3f6

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ body:
2323
attributes:
2424
label: NetBox Version
2525
description: What version of NetBox are you currently running?
26-
placeholder: v3.6.7
26+
placeholder: v3.6.8
2727
validations:
2828
required: true
2929
- type: dropdown

.github/ISSUE_TEMPLATE/feature_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ body:
1414
attributes:
1515
label: NetBox version
1616
description: What version of NetBox are you currently running?
17-
placeholder: v3.6.7
17+
placeholder: v3.6.8
1818
validations:
1919
required: true
2020
- type: dropdown

docs/release-notes/version-3.6.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NetBox v3.6
22

3-
## v3.6.8 (FUTURE)
3+
## v3.6.8 (2023-12-27)
44

55
### Enhancements
66

@@ -16,11 +16,13 @@
1616
* [#13606](https://github.com/netbox-community/netbox/issues/13606) - Fix filtering custom multi-choice fields by null
1717
* [#13649](https://github.com/netbox-community/netbox/issues/13649) - Correct calculation of absolute lengths for zero-length cables
1818
* [#13812](https://github.com/netbox-community/netbox/issues/13812) - Update status of remote data source when syncing fails via `syncdatasource` management command
19+
* [#13909](https://github.com/netbox-community/netbox/issues/13909) - Fix cloning of objects which have a multi-choice custom field
1920
* [#14517](https://github.com/netbox-community/netbox/issues/14517) - Ensure reservations tab is always displayed under rack view
2021
* [#14532](https://github.com/netbox-community/netbox/issues/14532) - Device/VM change record should accurately reflect when primary/OOB IP is deleted
2122
* [#14549](https://github.com/netbox-community/netbox/issues/14549) - Fix association of job results when executing scripts via `runscript` management command
2223
* [#14560](https://github.com/netbox-community/netbox/issues/14560) - Do not escape exclamation marks in custom link URLs
2324
* [#14575](https://github.com/netbox-community/netbox/issues/14575) - Fix display of the tags column under VDC table
25+
* [#14613](https://github.com/netbox-community/netbox/issues/14613) - Fix display of current configuration parameters in UI
2426

2527
---
2628

netbox/netbox/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# Environment setup
2626
#
2727

28-
VERSION = '3.6.8-dev'
28+
VERSION = '3.6.8'
2929

3030
# Hostname
3131
HOSTNAME = platform.node()

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ django-pglocks==1.0.4
99
django-prometheus==2.3.1
1010
django-redis==5.4.0
1111
django-rich==1.8.0
12-
django-rq==2.9.0
12+
django-rq==2.10.1
1313
django-tables2==2.7.0
1414
django-taggit==4.0.0
1515
django-timezone-field==6.1.0
@@ -21,11 +21,11 @@ graphene-django==3.0.0
2121
gunicorn==21.2.0
2222
Jinja2==3.1.2
2323
Markdown==3.3.7
24-
mkdocs-material==9.5.2
24+
mkdocs-material==9.5.3
2525
mkdocstrings[python-legacy]==0.24.0
2626
netaddr==0.9.0
2727
Pillow==10.1.0
28-
psycopg[binary,pool]==3.1.15
28+
psycopg[binary,pool]==3.1.16
2929
PyYAML==6.0.1
3030
requests==2.31.0
3131
sentry-sdk==1.39.1

0 commit comments

Comments
 (0)