diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 51c0a5a0d..54f4f7eae 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.4.6 + placeholder: v3.4.7 validations: required: true - type: dropdown diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 7c6b4e151..c9bc56ffc 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.4.6 + placeholder: v3.4.7 validations: required: true - type: dropdown diff --git a/base_requirements.txt b/base_requirements.txt index 7292c676b..f3303e6e3 100644 --- a/base_requirements.txt +++ b/base_requirements.txt @@ -121,7 +121,8 @@ social-auth-core # Django app for social-auth-core # https://github.com/python-social-auth/social-app-django -social-auth-app-django +# See https://github.com/python-social-auth/social-app-django/issues/429 +social-auth-app-django==5.0.0 # SVG image rendering (used for rack elevations) # https://github.com/mozman/svgwrite diff --git a/docs/release-notes/version-3.4.md b/docs/release-notes/version-3.4.md index fa2ba157b..c14acca66 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.7 (FUTURE) +## v3.4.7 (2023-03-28) ### Enhancements @@ -9,6 +9,7 @@ * [#11973](https://github.com/netbox-community/netbox/issues/11833) - Use SSID for representing wireless links, if set * [#11977](https://github.com/netbox-community/netbox/issues/11977) - Support designating multiple backends via `REMOTE_AUTH_BACKEND` config parameter * [#11990](https://github.com/netbox-community/netbox/issues/11990) - Improve error reporting for duplicate CSV column headings +* [#11991](https://github.com/netbox-community/netbox/issues/11991) - Enable VDC assignment during bulk import/edit of interfaces ### Bug Fixes diff --git a/netbox/netbox/settings.py b/netbox/netbox/settings.py index cf2b06a8b..17414d4e1 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.7-dev' +VERSION = '3.4.7' # Hostname HOSTNAME = platform.node() diff --git a/requirements.txt b/requirements.txt index 92f60335a..5844f62b0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ bleach==5.0.1 Django==4.1.7 django-cors-headers==3.14.0 django-debug-toolbar==3.8.1 -django-filter==22.1 +django-filter==23.1 django-graphiql-debug-toolbar==0.2.0 django-mptt==0.14 django-pglocks==1.0.4 @@ -19,18 +19,18 @@ graphene-django==3.0.0 gunicorn==20.1.0 Jinja2==3.1.2 Markdown==3.3.7 -mkdocs-material==9.1.2 +mkdocs-material==9.1.4 mkdocstrings[python-legacy]==0.20.0 netaddr==0.8.0 Pillow==9.4.0 psycopg2-binary==2.9.5 PyYAML==6.0 -sentry-sdk==1.16.0 +sentry-sdk==1.18.0 social-auth-app-django==5.0.0 -social-auth-core[openidconnect]==4.3.0 +social-auth-core[openidconnect]==4.4.0 svgwrite==1.4.3 -tablib==3.3.0 -tzdata==2022.7 +tablib==3.4.0 +tzdata==2023.2 # Workaround for #7401 jsonschema==3.2.0