Skip to content

Commit fbc7811

Browse files
committed
Release v3.5.2
1 parent 005e3fd commit fbc7811

File tree

5 files changed

+14
-11
lines changed

5 files changed

+14
-11
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.5.1
17+
placeholder: v3.5.2
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.5.1
17+
placeholder: v3.5.2
1818
validations:
1919
required: true
2020
- type: dropdown

docs/release-notes/version-3.5.md

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

3-
## v3.5.2 (FUTURE)
3+
## v3.5.2 (2023-05-22)
44

55
### Enhancements
66

77
* [#7671](https://github.com/netbox-community/netbox/issues/7671) - Introduce `REMOTE_AUTH_AUTO_CREATE_GROUPS` config parameter to enable the automatic creation of new groups when remote authentication is in use
8+
* [#9068](https://github.com/netbox-community/netbox/issues/9068) - Disallow the assignment of network/broadcast IP addresses to interfaces
89
* [#11017](https://github.com/netbox-community/netbox/issues/11017) - Increase the maximum values for allocated and maximum power draws
910
* [#11233](https://github.com/netbox-community/netbox/issues/11233) - Intercept and cleanly report errors upon attempted database writes when maintenance mode is enabled
1011
* [#11599](https://github.com/netbox-community/netbox/issues/11599) - Move contacts panels to separate tabs under object views
@@ -21,10 +22,12 @@
2122
* [#12554](https://github.com/netbox-community/netbox/issues/12554) - Allow customization or disabling of the maintenance mode banner
2223
* [#12605](https://github.com/netbox-community/netbox/issues/12605) - Add LX.5 port types
2324
* [#12629](https://github.com/netbox-community/netbox/issues/12629) - Add 400GE CDFP and CFP8 interface types
25+
* [#12678](https://github.com/netbox-community/netbox/issues/12678) - Add 200GE QSFP-DD interface type
2426

2527
### Bug Fixes
2628

2729
* [#10686](https://github.com/netbox-community/netbox/issues/10686) - Enable specifying termination object by virtual chassis master when importing cables
30+
* [#11619](https://github.com/netbox-community/netbox/issues/11619) - Enable assigning VLANs without a site to interfaces during bulk edit
2831
* [#12468](https://github.com/netbox-community/netbox/issues/12468) - Custom field names should not permit double underscores
2932
* [#12550](https://github.com/netbox-community/netbox/issues/12550) - Fix rear port selection widget under front port creation form
3033
* [#12570](https://github.com/netbox-community/netbox/issues/12570) - Disable ordering of synchronized object tables by the "synced" attribute

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

3030
# Hostname
3131
HOSTNAME = platform.node()

requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
bleach==6.0.0
2-
boto3==1.26.127
2+
boto3==1.26.138
33
Django==4.1.9
4-
django-cors-headers==3.14.0
5-
django-debug-toolbar==4.0.0
4+
django-cors-headers==4.0.0
5+
django-debug-toolbar==4.1.0
66
django-filter==23.2
77
django-graphiql-debug-toolbar==0.2.0
88
django-mptt==0.14
99
django-pglocks==1.0.4
1010
django-prometheus==2.3.1
1111
django-redis==5.2.0
1212
django-rich==1.5.0
13-
django-rq==2.8.0
13+
django-rq==2.8.1
1414
django-tables2==2.5.3
1515
django-taggit==4.0.0
1616
django-timezone-field==5.0
@@ -19,17 +19,17 @@ drf-spectacular==0.26.2
1919
drf-spectacular-sidecar==2023.5.1
2020
dulwich==0.21.5
2121
feedparser==6.0.10
22-
graphene-django==3.0.0
22+
graphene-django==3.0.2
2323
gunicorn==20.1.0
2424
Jinja2==3.1.2
2525
Markdown==3.3.7
26-
mkdocs-material==9.1.9
26+
mkdocs-material==9.1.14
2727
mkdocstrings[python-legacy]==0.21.2
2828
netaddr==0.8.0
2929
Pillow==9.5.0
3030
psycopg2-binary==2.9.6
3131
PyYAML==6.0
32-
sentry-sdk==1.22.1
32+
sentry-sdk==1.23.1
3333
social-auth-app-django==5.2.0
3434
social-auth-core[openidconnect]==4.4.2
3535
svgwrite==1.4.3

0 commit comments

Comments
 (0)