Skip to content

Commit be903a6

Browse files
committed
Release v3.7.8
1 parent 0d7bac4 commit be903a6

File tree

6 files changed

+14
-7
lines changed

6 files changed

+14
-7
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ body:
2626
attributes:
2727
label: NetBox Version
2828
description: What version of NetBox are you currently running?
29-
placeholder: v3.7.7
29+
placeholder: v3.7.8
3030
validations:
3131
required: true
3232
- 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.7.7
17+
placeholder: v3.7.8
1818
validations:
1919
required: true
2020
- type: dropdown

docs/release-notes/version-3.7.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
# NetBox v3.7
22

3-
## v3.7.8 (FUTURE)
3+
## v3.7.8 (2024-05-06)
4+
5+
### Enhancements
6+
7+
* [#12127](https://github.com/netbox-community/netbox/issues/12127) - Enable adding new cables directly from navigation menu
48

59
### Bug Fixes
610

711
* [#15877](https://github.com/netbox-community/netbox/issues/15877) - Account for virtual chassis membership when assigning related interfaces via bulk edit
812
* [#15917](https://github.com/netbox-community/netbox/issues/15917) - Fix pagination through search results within dropdown fields
913
* [#15925](https://github.com/netbox-community/netbox/issues/15925) - Fix SVG rendering of cable traces to circuit terminations
14+
* [#15948](https://github.com/netbox-community/netbox/issues/15948) - Fix cable trace SVG generation for cables with multiple terminations at both ends
15+
* [#15960](https://github.com/netbox-community/netbox/issues/15960) - Replace CSV export formatting for several many-to-many fields
16+
* [#15961](https://github.com/netbox-community/netbox/issues/15961) - Fix secret toggle button for IKE policies
1017

1118
---
1219

netbox/netbox/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# Environment setup
2929
#
3030

31-
VERSION = '3.7.8-dev'
31+
VERSION = '3.7.8'
3232

3333
# Hostname
3434
HOSTNAME = platform.node()
906 Bytes
Binary file not shown.

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ drf-spectacular-sidecar==2024.5.1
1919
feedparser==6.0.11
2020
graphene-django==3.0.0
2121
gunicorn==22.0.0
22-
Jinja2==3.1.3
22+
Jinja2==3.1.4
2323
Markdown==3.6
24-
mkdocs-material==9.5.20
25-
mkdocstrings[python-legacy]==0.25.0
24+
mkdocs-material==9.5.21
25+
mkdocstrings[python-legacy]==0.25.1
2626
netaddr==1.2.1
2727
Pillow==10.3.0
2828
psycopg[binary,pool]==3.1.18

0 commit comments

Comments
 (0)