Skip to content

Commit b040fdc

Browse files
committed
Release v3.6.0
1 parent 8525f99 commit b040fdc

File tree

6 files changed

+22
-32
lines changed

6 files changed

+22
-32
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.9
17+
placeholder: v3.6.0
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.9
17+
placeholder: v3.6.0
1818
validations:
1919
required: true
2020
- type: dropdown

docs/release-notes/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ Minor releases are published in April, August, and December of each calendar yea
1010

1111
This page contains a history of all major and minor releases since NetBox v2.0. For more detail on a specific patch release, please see the release notes page for that specific minor release.
1212

13+
#### [Version 3.6](./version-3.6.md) (August 2023)
14+
15+
* Relocated Admin UI Views ([#12589](https://github.com/netbox-community/netbox/issues/12589), [#12590](https://github.com/netbox-community/netbox/issues/12590), [#12591](https://github.com/netbox-community/netbox/issues/12591), [#13044](https://github.com/netbox-community/netbox/issues/13044))
16+
* Configurable Default Permissions ([#13038](https://github.com/netbox-community/netbox/issues/13038))
17+
* User Bookmarks ([#8248](https://github.com/netbox-community/netbox/issues/8248))
18+
* Custom Field Choice Sets ([#12988](https://github.com/netbox-community/netbox/issues/12988))
19+
* Pre-Defined Location Choices for Custom Fields ([#12194](https://github.com/netbox-community/netbox/issues/12194))
20+
* Restrict Tag Usage by Object Type ([#11541](https://github.com/netbox-community/netbox/issues/11541))
21+
1322
#### [Version 3.5](./version-3.5.md) (April 2023)
1423

1524
* Customizable Dashboard ([#9416](https://github.com/netbox-community/netbox/issues/9416))

docs/release-notes/version-3.6.md

Lines changed: 8 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,6 @@
11
# NetBox v3.6
22

3-
## v3.6.0 (FUTURE)
4-
5-
### Bug Fixes
6-
7-
* [#13513](https://github.com/netbox-community/netbox/issues/13513) - Prevent exception when rendering bookmarks widget for anonymous user
8-
* [#13599](https://github.com/netbox-community/netbox/issues/13599) - Fix errant counter increments when editing device/VM components
9-
* [#13605](https://github.com/netbox-community/netbox/issues/13605) - Optimize cached counter migrations to avoid excessive memory consumption
10-
11-
---
12-
13-
## v3.6-beta2 (2023-08-16)
14-
15-
### Bug Fixes
16-
17-
* [#13351](https://github.com/netbox-community/netbox/issues/13351) - Fix missing text due to incorrectly applied translation tags
18-
* [#13361](https://github.com/netbox-community/netbox/issues/13361) - Extra choices field on custom field choice set form should not be required
19-
* [#13363](https://github.com/netbox-community/netbox/issues/13363) - Fix API endpoint for custom field choice selector in forms
20-
* [#13376](https://github.com/netbox-community/netbox/issues/13376) - Restrict add/remove tag fields by model on bulk edit forms
21-
* [#13410](https://github.com/netbox-community/netbox/issues/13410) - Fix rendering of custom choice fields with large number of choices
22-
* [#13433](https://github.com/netbox-community/netbox/issues/13433) - User field on API token form should be required
23-
* [#13434](https://github.com/netbox-community/netbox/issues/13434) - Randomly generate initial keys prior to the creation of new tokens
24-
* [#13437](https://github.com/netbox-community/netbox/issues/13437) - Display bookmark button only for relevant objects
25-
26-
---
27-
28-
## v3.6-beta1 (2023-08-02)
3+
## v3.6.0 (2023-08-30)
294

305
### Breaking Changes
316

@@ -39,7 +14,7 @@
3914

4015
### New Features
4116

42-
#### Relocated Admin Views ([#12589](https://github.com/netbox-community/netbox/issues/12589), [#12590](https://github.com/netbox-community/netbox/issues/12590), [#12591](https://github.com/netbox-community/netbox/issues/12591), [#13044](https://github.com/netbox-community/netbox/issues/13044))
17+
#### Relocated Admin UI Views ([#12589](https://github.com/netbox-community/netbox/issues/12589), [#12590](https://github.com/netbox-community/netbox/issues/12590), [#12591](https://github.com/netbox-community/netbox/issues/12591), [#13044](https://github.com/netbox-community/netbox/issues/13044))
4318

4419
Management views for the following object types, previously available only under the backend admin interface, have been relocated to the primary user interface:
4520

@@ -96,6 +71,12 @@ Tags may now be restricted to use with designated object types. Tags that have n
9671
* [#13170](https://github.com/netbox-community/netbox/issues/13170) - Add `rf_role` to InterfaceTemplate
9772
* [#13269](https://github.com/netbox-community/netbox/issues/13269) - Cache the number of assigned component templates for device types
9873

74+
### Bug Fixes
75+
76+
* [#13513](https://github.com/netbox-community/netbox/issues/13513) - Prevent exception when rendering bookmarks widget for anonymous user
77+
* [#13599](https://github.com/netbox-community/netbox/issues/13599) - Fix errant counter increments when editing device/VM components
78+
* [#13605](https://github.com/netbox-community/netbox/issues/13605) - Optimize cached counter migrations to avoid excessive memory consumption
79+
9980
### Other Changes
10081

10182
* Work has begun on introducing translation and localization support in NetBox. This work is being performed in preparation for release 4.0.

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-beta2'
28+
VERSION = '3.6.0'
2929

3030
# Hostname
3131
HOSTNAME = platform.node()

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ graphene-django==3.0.0
2121
gunicorn==21.2.0
2222
Jinja2==3.1.2
2323
Markdown==3.3.7
24-
mkdocs-material==9.1.21
24+
mkdocs-material==9.2.5
2525
mkdocstrings[python-legacy]==0.22.0
2626
netaddr==0.8.0
2727
Pillow==10.0.0
2828
psycopg[binary,pool]==3.1.10
2929
PyYAML==6.0.1
30-
sentry-sdk==1.29.2
30+
sentry-sdk==1.30.0
3131
social-auth-app-django==5.2.0
3232
social-auth-core[openidconnect]==4.4.2
3333
svgwrite==1.4.3

0 commit comments

Comments
 (0)