Skip to content

Commit 4cdc30a

Browse files
committed
Release v3.6.7
1 parent 8d39181 commit 4cdc30a

File tree

5 files changed

+16
-13
lines changed

5 files changed

+16
-13
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.6
26+
placeholder: v3.6.7
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.6
17+
placeholder: v3.6.7
1818
validations:
1919
required: true
2020
- type: dropdown

docs/release-notes/version-3.6.md

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

3-
## v3.6.7 (FUTURE)
3+
## v3.6.7 (2023-12-15)
44

55
### Enhancements
66

7+
* [#12751](https://github.com/netbox-community/netbox/issues/12751) - Designate fields to expand by default for object selector widget
78
* [#14148](https://github.com/netbox-community/netbox/issues/14148) - Add tags column to L2VPN terminations column
89
* [#14390](https://github.com/netbox-community/netbox/issues/14390) - Add `classes` parameter to `copy_content` template tag
910
* [#14467](https://github.com/netbox-community/netbox/issues/14467) - Change custom field choice delimiter from comma to colon
@@ -21,6 +22,8 @@
2122
* [#14505](https://github.com/netbox-community/netbox/issues/14505) - Fix the assignment of tags to L2VPN terminations
2223
* [#14512](https://github.com/netbox-community/netbox/issues/14512) - Remove unneeded annotations from queries when using REST API brief mode
2324
* [#14515](https://github.com/netbox-community/netbox/issues/14515) - Ensure user config is created automatically for all user accounts
25+
* [#14522](https://github.com/netbox-community/netbox/issues/14522) - Fix filtering contact assignments by group
26+
* [#14533](https://github.com/netbox-community/netbox/issues/14533) - Fix quick search under VLAN group VLANs list
2427

2528
---
2629

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.7-dev'
28+
VERSION = '3.6.7'
2929

3030
# Hostname
3131
HOSTNAME = platform.node()

requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
bleach==6.1.0
2-
Django==4.2.7
2+
Django==4.2.8
33
django-cors-headers==4.3.1
44
django-debug-toolbar==4.2.0
5-
django-filter==23.4
5+
django-filter==23.5
66
django-graphiql-debug-toolbar==0.2.0
77
django-mptt==0.14.0
88
django-pglocks==1.0.4
99
django-prometheus==2.3.1
1010
django-redis==5.4.0
1111
django-rich==1.8.0
1212
django-rq==2.9.0
13-
django-tables2==2.6.0
13+
django-tables2==2.7.0
1414
django-taggit==4.0.0
1515
django-timezone-field==6.1.0
1616
djangorestframework==3.14.0
17-
drf-spectacular==0.26.5
18-
drf-spectacular-sidecar==2023.10.1
19-
feedparser==6.0.10
17+
drf-spectacular==0.27.0
18+
drf-spectacular-sidecar==2023.12.1
19+
feedparser==6.0.11
2020
graphene-django==3.0.0
2121
gunicorn==21.2.0
2222
Jinja2==3.1.2
2323
Markdown==3.3.7
24-
mkdocs-material==9.4.14
24+
mkdocs-material==9.5.2
2525
mkdocstrings[python-legacy]==0.24.0
2626
netaddr==0.9.0
2727
Pillow==10.1.0
28-
psycopg[binary,pool]==3.1.13
28+
psycopg[binary,pool]==3.1.15
2929
PyYAML==6.0.1
3030
requests==2.31.0
31-
sentry-sdk==1.38.0
31+
sentry-sdk==1.39.1
3232
social-auth-app-django==5.4.0
3333
social-auth-core[openidconnect]==4.5.1
3434
svgwrite==1.4.3

0 commit comments

Comments
 (0)