jeremystretch 3 лет назад
Родитель
Сommit
bbc68f9484

+ 1 - 1
.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.3.10
+      placeholder: v3.4.0
     validations:
       required: true
   - type: dropdown

+ 1 - 1
.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.3.10
+      placeholder: v3.4.0
     validations:
       required: true
   - type: dropdown

+ 1 - 1
base_requirements.txt

@@ -68,7 +68,7 @@ drf-yasg[validation]
 
 # Django wrapper for Graphene (GraphQL support)
 # https://github.com/graphql-python/graphene-django
-graphene_django<3.0
+graphene_django
 
 # WSGI HTTP server
 # https://gunicorn.org/

+ 2 - 1
docs/release-notes/version-3.4.md

@@ -1,6 +1,6 @@
 # NetBox v3.4
 
-## v3.4.0 (FUTURE)
+## v3.4.0 (2022-12-14)
 
 !!! warning "PostgreSQL 11 Required"
     NetBox v3.4 requires PostgreSQL 11 or later.
@@ -98,6 +98,7 @@ This release introduces a new programmatic API that enables plugins and custom s
 * [#11000](https://github.com/netbox-community/netbox/issues/11000) - Improve validation of YAML-formatted import data
 * [#11046](https://github.com/netbox-community/netbox/issues/11046) - Fix exception when caching very large field values for search
 * [#11154](https://github.com/netbox-community/netbox/issues/11154) - Index VM interface MAC address and MTU for global search
+* [#11171](https://github.com/netbox-community/netbox/issues/11171) - Fix querying of related objects under GraphQL API
 
 ### Plugins API
 

+ 1 - 1
netbox/netbox/settings.py

@@ -24,7 +24,7 @@ from netbox.constants import RQ_QUEUE_DEFAULT, RQ_QUEUE_HIGH, RQ_QUEUE_LOW
 # Environment setup
 #
 
-VERSION = '3.4-beta1'
+VERSION = '3.4.0'
 
 # Hostname
 HOSTNAME = platform.node()

+ 2 - 2
requirements.txt

@@ -1,5 +1,5 @@
 bleach==5.0.1
-Django==4.1.2
+Django==4.1.4
 django-cors-headers==3.13.0
 django-debug-toolbar==3.8.1
 django-filter==22.1
@@ -20,7 +20,7 @@ gunicorn==20.1.0
 Jinja2==3.1.2
 Markdown==3.3.7
 mkdocs-material==8.5.11
-mkdocstrings[python-legacy]==0.19.0
+mkdocstrings[python-legacy]==0.19.1
 netaddr==0.8.0
 Pillow==9.3.0
 psycopg2-binary==2.9.5