Browse Source

Release v4.0-beta1

Jeremy Stretch 1 năm trước cách đây
mục cha
commit
97b9117982

+ 2 - 1
base_requirements.txt

@@ -132,7 +132,8 @@ strawberry-graphql
 
 # Strawberry GraphQL Django extension
 # https://github.com/strawberry-graphql/strawberry-django/blob/main/CHANGELOG.md
-strawberry-graphql-django
+# Pinned per #15574
+strawberry-graphql-django==0.34.0
 
 # SVG image rendering (used for rack elevations)
 # https://github.com/mozman/svgwrite/blob/master/NEWS.rst

+ 1 - 1
docs/release-notes/version-4.0.md

@@ -1,6 +1,6 @@
 # NetBox v4.0
 
-## v4.0.0 (FUTURE)
+## v4.0-beta1 (2024-04-03)
 
 !!! tip "Plugin Maintainers"
     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.

+ 1 - 1
netbox/netbox/settings.py

@@ -24,7 +24,7 @@ from utilities.string import trailing_slash
 # Environment setup
 #
 
-VERSION = '4.0.0-dev'
+VERSION = '4.0-beta1'
 HOSTNAME = platform.node()
 # Set the base directory two levels up
 BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))

+ 5 - 5
requirements.txt

@@ -13,17 +13,17 @@ django-taggit==5.0.1
 django-tables2==2.7.0
 django-timezone-field==6.1.0
 djangorestframework==3.15.1
-drf-spectacular==0.27.1
-drf-spectacular-sidecar==2024.3.4
+drf-spectacular==0.27.2
+drf-spectacular-sidecar==2024.4.1
 feedparser==6.0.11
 gunicorn==21.2.0
 Jinja2==3.1.3
 Markdown==3.6
-mkdocs-material==9.5.15
-mkdocstrings[python-legacy]==0.24.1
+mkdocs-material==9.5.17
+mkdocstrings[python-legacy]==0.24.2
 netaddr==1.2.1
 nh3==0.2.17
-Pillow==10.2.0
+Pillow==10.3.0
 psycopg[c,pool]==3.1.18
 PyYAML==6.0.1
 requests==2.31.0