From 4ea3a29c0ed6e9f702ca66aa4c73c1656bad7f6d Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Mon, 28 Aug 2023 16:13:13 -0400 Subject: [PATCH] Release v3.5.9 --- .github/ISSUE_TEMPLATE/bug_report.yaml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yaml | 2 +- contrib/generated_schema.json | 1 + docs/release-notes/version-3.5.md | 4 +++- requirements.txt | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index b43968731..98ca97d9d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -14,7 +14,7 @@ body: attributes: label: NetBox version description: What version of NetBox are you currently running? - placeholder: v3.5.8 + placeholder: v3.5.9 validations: required: true - type: dropdown diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 5df3069ba..3802d19d1 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -14,7 +14,7 @@ body: attributes: label: NetBox version description: What version of NetBox are you currently running? - placeholder: v3.5.8 + placeholder: v3.5.9 validations: required: true - type: dropdown diff --git a/contrib/generated_schema.json b/contrib/generated_schema.json index 8dbcb2847..9a6e2417a 100644 --- a/contrib/generated_schema.json +++ b/contrib/generated_schema.json @@ -332,6 +332,7 @@ "100gbase-x-cfp", "100gbase-x-cfp2", "200gbase-x-cfp2", + "400gbase-x-cfp2", "100gbase-x-cfp4", "100gbase-x-cxp", "100gbase-x-cpak", diff --git a/docs/release-notes/version-3.5.md b/docs/release-notes/version-3.5.md index f40b3b3a9..959247b30 100644 --- a/docs/release-notes/version-3.5.md +++ b/docs/release-notes/version-3.5.md @@ -1,14 +1,16 @@ # NetBox v3.5 -## v3.5.9 (FUTURE) +## v3.5.9 (2023-08-28) ### 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 * [#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 * [#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 +* [#13585](https://github.com/netbox-community/netbox/issues/13585) - Introduce `empty` lookup for numeric value filters ### Bug Fixes diff --git a/requirements.txt b/requirements.txt index 2ea0f2522..6aa16a453 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ bleach==6.0.0 -boto3==1.28.26 +boto3==1.28.36 Django==4.1.10 django-cors-headers==4.2.0 django-debug-toolbar==4.2.0