Merge branch 'develop' into feature

This commit is contained in:
jeremystretch
2021-06-22 14:30:47 -04:00
10 changed files with 66 additions and 39 deletions

View File

@@ -1,5 +1,20 @@
# NetBox v2.11
## v2.11.8 (FUTURE)
### Enhancements
* [#6620](https://github.com/netbox-community/netbox/issues/6620) - Show assigned VMs count under device role view
### Bug Fixes
* [#6626](https://github.com/netbox-community/netbox/issues/6626) - Fix site field on VM search form; add site group
* [#6637](https://github.com/netbox-community/netbox/issues/6637) - Fix group assignment in "available VLANs" link under VLAN group view
* [#6640](https://github.com/netbox-community/netbox/issues/6640) - Disallow numeric values in custom text fields
* [#6652](https://github.com/netbox-community/netbox/issues/6652) - Fix exception when adding components in bulk to multiple devices
---
## v2.11.7 (2021-06-16)
### Enhancements