mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 01:41:22 -06:00
Release v2.10.6
This commit is contained in:
parent
c3ad2d0a80
commit
5b07c77708
@ -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`
|
||||
|
@ -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()
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user