Skip to content

Commit f12b2fa

Browse files
committed
Release v4.0.0
1 parent 0f7e207 commit f12b2fa

File tree

12 files changed

+9
-12
lines changed

12 files changed

+9
-12
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ body:
2626
attributes:
2727
label: NetBox Version
2828
description: What version of NetBox are you currently running?
29-
placeholder: v3.7.8
29+
placeholder: v4.0.0
3030
validations:
3131
required: true
3232
- 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.7.8
17+
placeholder: v4.0.0
1818
validations:
1919
required: true
2020
- type: dropdown

base_requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,7 @@ strawberry-graphql
132132

133133
# Strawberry GraphQL Django extension
134134
# https://github.com/strawberry-graphql/strawberry-django/blob/main/CHANGELOG.md
135-
# Pinned per #15574
136-
strawberry-graphql-django==0.34.0
135+
strawberry-graphql-django
137136

138137
# SVG image rendering (used for rack elevations)
139138
# https://github.com/mozman/svgwrite/blob/master/NEWS.rst

docs/release-notes/version-4.0.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# NetBox v4.0
22

3-
## v4.0-beta2 (2024-04-22)
4-
5-
**WARNING:** This is a beta release of NetBox intended for testing and evaluation. **Do not use this software in production.** Also be aware that no upgrade path is provided to future releases.
3+
## v4.0.0 (2024-05-06)
64

75
!!! tip "Plugin Maintainers"
86
Please see the dedicated [plugin migration guide](../plugins/development/migration-v4.md) for a checklist of changes that may be needed to ensure compatibility with NetBox v4.0.
@@ -67,7 +65,7 @@ The legacy admin user interface is now disabled by default, and the few remainin
6765

6866
### Enhancements
6967

70-
* [#12776](https://github.com/netbox-community/netbox/issues/12776) - Introduce the `htmx_talble` template tag to simplify the rendering of embedded tables
68+
* [#12776](https://github.com/netbox-community/netbox/issues/12776) - Introduce the `htmx_table` template tag to simplify the rendering of embedded tables
7169
* [#12851](https://github.com/netbox-community/netbox/issues/12851) - Replace the deprecated Bleach HTML sanitization library with nh3
7270
* [#13283](https://github.com/netbox-community/netbox/issues/13283) - Display additional context on API-backed dropdown form fields (e.g. object descriptions)
7371
* [#13918](https://github.com/netbox-community/netbox/issues/13918) - Add `facility` field to Location model

netbox/netbox/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# Environment setup
2525
#
2626

27-
VERSION = '4.0-beta2'
27+
VERSION = '4.0.0'
2828
HOSTNAME = platform.node()
2929
# Set the base directory two levels up
3030
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
4.58 KB
Binary file not shown.
4.57 KB
Binary file not shown.
3.49 KB
Binary file not shown.
4.45 KB
Binary file not shown.
5.58 KB
Binary file not shown.

0 commit comments

Comments
 (0)