Skip to content

Commit 90ab4b3

Browse files
committed
Release v3.6.1
1 parent bb6b4d0 commit 90ab4b3

File tree

5 files changed

+14
-10
lines changed

5 files changed

+14
-10
lines changed

.github/ISSUE_TEMPLATE/bug_report.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.0
17+
placeholder: v3.6.1
1818
validations:
1919
required: true
2020
- 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.0
17+
placeholder: v3.6.1
1818
validations:
1919
required: true
2020
- type: dropdown

docs/release-notes/version-3.6.md

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

3-
## v3.6.1 (FUTURE)
3+
## v3.6.1 (2023-09-06)
44

55
### Enhancements
66

@@ -10,6 +10,7 @@
1010

1111
### Bug Fixes
1212

13+
* [#12553](https://github.com/netbox-community/netbox/issues/12552) - Ensure `family` attribute is always returned when creating aggregates and prefixes via REST API
1314
* [#13619](https://github.com/netbox-community/netbox/issues/13619) - Fix exception when viewing IP address assigned to a virtual machine
1415
* [#13596](https://github.com/netbox-community/netbox/issues/13596) - Always display "render config" tab for devices and virtual machines
1516
* [#13620](https://github.com/netbox-community/netbox/issues/13620) - Show admin menu items only for staff users
@@ -20,6 +21,9 @@
2021
* [#13632](https://github.com/netbox-community/netbox/issues/13632) - Avoid raising exception when checking if FHRP group IP address is primary
2122
* [#13642](https://github.com/netbox-community/netbox/issues/13642) - Suppress warning about unreflected model changes when applying migrations
2223
* [#13657](https://github.com/netbox-community/netbox/issues/13657) - Fix decoding of data file content
24+
* [#13674](https://github.com/netbox-community/netbox/issues/13674) - Fix retrieving individual report via REST API
25+
* [#13682](https://github.com/netbox-community/netbox/issues/13682) - Fix error message returned when validation of custom field default value fails
26+
* [#13684](https://github.com/netbox-community/netbox/issues/13684) - Enable modying the configuration when maintenance mode is enabled
2327

2428
---
2529

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

3030
# Hostname
3131
HOSTNAME = platform.node()

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
bleach==6.0.0
2-
Django==4.2.4
2+
Django==4.2.5
33
django-cors-headers==4.2.0
44
django-debug-toolbar==4.2.0
55
django-filter==23.2
@@ -12,23 +12,23 @@ django-rich==1.7.0
1212
django-rq==2.8.1
1313
django-tables2==2.6.0
1414
django-taggit==4.0.0
15-
django-timezone-field==5.1
15+
django-timezone-field==6.0
1616
djangorestframework==3.14.0
1717
drf-spectacular==0.26.4
18-
drf-spectacular-sidecar==2023.8.1
18+
drf-spectacular-sidecar==2023.9.1
1919
feedparser==6.0.10
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.2.5
25-
mkdocstrings[python-legacy]==0.22.0
24+
mkdocs-material==9.2.7
25+
mkdocstrings[python-legacy]==0.23.0
2626
netaddr==0.8.0
2727
Pillow==10.0.0
2828
psycopg[binary,pool]==3.1.10
2929
PyYAML==6.0.1
3030
sentry-sdk==1.30.0
31-
social-auth-app-django==5.2.0
31+
social-auth-app-django==5.3.0
3232
social-auth-core[openidconnect]==4.4.2
3333
svgwrite==1.4.3
3434
tablib==3.5.0

0 commit comments

Comments
 (0)