1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Release v3.5.9

This commit is contained in:
Jeremy Stretch
2023-08-28 16:13:13 -04:00
parent 29877c9abe
commit 4ea3a29c0e
5 changed files with 7 additions and 4 deletions

View File

@ -14,7 +14,7 @@ body:
attributes: attributes:
label: NetBox version label: NetBox version
description: What version of NetBox are you currently running? description: What version of NetBox are you currently running?
placeholder: v3.5.8 placeholder: v3.5.9
validations: validations:
required: true required: true
- type: dropdown - type: dropdown

View File

@ -14,7 +14,7 @@ body:
attributes: attributes:
label: NetBox version label: NetBox version
description: What version of NetBox are you currently running? description: What version of NetBox are you currently running?
placeholder: v3.5.8 placeholder: v3.5.9
validations: validations:
required: true required: true
- type: dropdown - type: dropdown

View File

@ -332,6 +332,7 @@
"100gbase-x-cfp", "100gbase-x-cfp",
"100gbase-x-cfp2", "100gbase-x-cfp2",
"200gbase-x-cfp2", "200gbase-x-cfp2",
"400gbase-x-cfp2",
"100gbase-x-cfp4", "100gbase-x-cfp4",
"100gbase-x-cxp", "100gbase-x-cxp",
"100gbase-x-cpak", "100gbase-x-cpak",

View File

@ -1,14 +1,16 @@
# NetBox v3.5 # NetBox v3.5
## v3.5.9 (FUTURE) ## v3.5.9 (2023-08-28)
### Enhancements ### Enhancements
* [#12489](https://github.com/netbox-community/netbox/issues/12489) - Dynamically render location and device lists under site and location views
* [#12825](https://github.com/netbox-community/netbox/issues/12825) - Display assigned values count per obejct type under custom field view * [#12825](https://github.com/netbox-community/netbox/issues/12825) - Display assigned values count per obejct type under custom field view
* [#13313](https://github.com/netbox-community/netbox/issues/13313) - Enable filtering IP ranges by containing prefix * [#13313](https://github.com/netbox-community/netbox/issues/13313) - Enable filtering IP ranges by containing prefix
* [#13415](https://github.com/netbox-community/netbox/issues/13415) - Include request object in custom link renderer on tables * [#13415](https://github.com/netbox-community/netbox/issues/13415) - Include request object in custom link renderer on tables
* [#13536](https://github.com/netbox-community/netbox/issues/13536) - Move child VLANs list to a separate tab under VLAN group view * [#13536](https://github.com/netbox-community/netbox/issues/13536) - Move child VLANs list to a separate tab under VLAN group view
* [#13542](https://github.com/netbox-community/netbox/issues/13542) - Pass additional HTTP headers through to custom script context * [#13542](https://github.com/netbox-community/netbox/issues/13542) - Pass additional HTTP headers through to custom script context
* [#13585](https://github.com/netbox-community/netbox/issues/13585) - Introduce `empty` lookup for numeric value filters
### Bug Fixes ### Bug Fixes

View File

@ -1,5 +1,5 @@
bleach==6.0.0 bleach==6.0.0
boto3==1.28.26 boto3==1.28.36
Django==4.1.10 Django==4.1.10
django-cors-headers==4.2.0 django-cors-headers==4.2.0
django-debug-toolbar==4.2.0 django-debug-toolbar==4.2.0