diff --git a/docs/release-notes/version-2.10.md b/docs/release-notes/version-2.10.md index d2182b0af..d2f0d56a2 100644 --- a/docs/release-notes/version-2.10.md +++ b/docs/release-notes/version-2.10.md @@ -1,5 +1,13 @@ # NetBox v2.10 +## v2.10-beta2 (FUTURE) + +### Bug Fixes + +* [#5358](https://github.com/netbox-community/netbox/issues/5358) - Fix user table configuration for VM interfaces + +--- + ## v2.10-beta1 (2020-11-17) **NOTE:** This release completely removes support for embedded graphs. diff --git a/netbox/netbox/settings.py b/netbox/netbox/settings.py index a3f4f0b89..c915a7785 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-beta1' +VERSION = '2.10-beta2' # Hostname HOSTNAME = platform.node() diff --git a/netbox/templates/virtualization/virtualmachine.html b/netbox/templates/virtualization/virtualmachine.html index 6a3aa1388..5058c97f2 100644 --- a/netbox/templates/virtualization/virtualmachine.html +++ b/netbox/templates/virtualization/virtualmachine.html @@ -266,54 +266,56 @@