From 5b07c77708b2089885d8246f4fa14bf22a3354e1 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Tue, 9 Mar 2021 16:57:03 -0500 Subject: [PATCH] Release v2.10.6 --- docs/release-notes/version-2.10.md | 4 ++-- netbox/netbox/settings.py | 2 +- requirements.txt | 24 ++++++++++++------------ 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/docs/release-notes/version-2.10.md b/docs/release-notes/version-2.10.md index 0925c2c8b..2b3792204 100644 --- a/docs/release-notes/version-2.10.md +++ b/docs/release-notes/version-2.10.md @@ -1,6 +1,6 @@ # NetBox v2.10 -## v2.10.6 (FUTURE) +## v2.10.6 (2021-03-09) ### Enhancements @@ -14,7 +14,7 @@ * [#5703](https://github.com/netbox-community/netbox/issues/5703) - Fix VRF and Tenant field population when adding IP addresses from prefix * [#5819](https://github.com/netbox-community/netbox/issues/5819) - Enable ordering of virtual machines by primary IP address -* [#5872](https://github.com/netbox-community/netbox/issues/5872) - Ordering of devices by primary IP should respect PREFER_IPV4 configuration parameter +* [#5872](https://github.com/netbox-community/netbox/issues/5872) - Ordering of devices by primary IP should respect `PREFER_IPV4` configuration parameter * [#5922](https://github.com/netbox-community/netbox/issues/5922) - Fix options for filtering object permissions in admin UI * [#5935](https://github.com/netbox-community/netbox/issues/5935) - Fix filtering prefixes list by multiple prefix values * [#5948](https://github.com/netbox-community/netbox/issues/5948) - Invalidate cached queries when running `renaturalize` diff --git a/netbox/netbox/settings.py b/netbox/netbox/settings.py index 604b755d8..4f4c09603 100644 --- a/netbox/netbox/settings.py +++ b/netbox/netbox/settings.py @@ -16,7 +16,7 @@ from django.core.validators import URLValidator # Environment setup # -VERSION = '2.10.6-dev' +VERSION = '2.10.6' # Hostname HOSTNAME = platform.node() diff --git a/requirements.txt b/requirements.txt index 18ce530fd..ae16926b7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,23 +1,23 @@ -Django==3.1.3 +Django==3.1.7 django-cacheops==5.1 -django-cors-headers==3.5.0 -django-debug-toolbar==3.1.1 +django-cors-headers==3.7.0 +django-debug-toolbar==3.2 django-filter==2.4.0 -django-mptt==0.11.0 +django-mptt==0.12.0 django-pglocks==1.0.4 django-prometheus==2.1.0 django-rq==2.4.0 -django-tables2==2.3.3 +django-tables2==2.3.4 django-taggit==1.3.0 -django-timezone-field==4.0 +django-timezone-field==4.1.1 djangorestframework==3.12.2 drf-yasg[validation]==1.20.0 gunicorn==20.0.4 -Jinja2==2.11.2 -Markdown==3.3.3 +Jinja2==2.11.3 +Markdown==3.3.4 netaddr==0.8.0 -Pillow==8.0.1 +Pillow==8.1.2 psycopg2-binary==2.8.6 -pycryptodome==3.9.9 -PyYAML==5.3.1 -svgwrite==1.4 +pycryptodome==3.10.1 +PyYAML==5.4.1 +svgwrite==1.4.1