diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index d95416615..09f0d5d93 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.3.10 + placeholder: v3.4.0 validations: required: true - type: dropdown diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index de69bc9e0..d94f9e9de 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.3.10 + placeholder: v3.4.0 validations: required: true - type: dropdown diff --git a/base_requirements.txt b/base_requirements.txt index 4032bc26e..3e4811ece 100644 --- a/base_requirements.txt +++ b/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/ diff --git a/docs/release-notes/version-3.4.md b/docs/release-notes/version-3.4.md index 9de29f521..0527fee3f 100644 --- a/docs/release-notes/version-3.4.md +++ b/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 diff --git a/netbox/netbox/settings.py b/netbox/netbox/settings.py index 811be2f5d..eb516a8f9 100644 --- a/netbox/netbox/settings.py +++ b/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() diff --git a/requirements.txt b/requirements.txt index c2c68d934..5a0e74669 100644 --- a/requirements.txt +++ b/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