Skip to content

Commit 199685d

Browse files
committed
Release v3.6.9
1 parent 3ef2db8 commit 199685d

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

+1-1
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.8
26+
placeholder: v3.6.9
2727
validations:
2828
required: true
2929
- type: dropdown

.github/ISSUE_TEMPLATE/feature_request.yaml

+1-1
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.8
17+
placeholder: v3.6.9
1818
validations:
1919
required: true
2020
- type: dropdown

docs/release-notes/version-3.6.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# NetBox v3.6
22

3+
## v3.6.9 (2023-12-28)
4+
5+
### Enhancements
6+
7+
* [#14631](https://github.com/netbox-community/netbox/issues/14631) - All models can be filtered and searched by their description field (where applicable)
8+
9+
### Bug Fixes
10+
11+
* [#14482](https://github.com/netbox-community/netbox/issues/14482) - Fix validation error when attempting to move a primary IP address to a new parent object
12+
* [#14620](https://github.com/netbox-community/netbox/issues/14620) - Permit setting device type U height to 0 during bulk edit
13+
* [#14621](https://github.com/netbox-community/netbox/issues/14621) - Fix error when using the device search filter
14+
15+
---
16+
317
## v3.6.8 (2023-12-27)
418

519
### Enhancements

netbox/netbox/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# Environment setup
2626
#
2727

28-
VERSION = '3.6.8'
28+
VERSION = '3.6.9'
2929

3030
# Hostname
3131
HOSTNAME = platform.node()

0 commit comments

Comments
 (0)