1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #6710: Fix assignment of VM interface parent via REST API

This commit is contained in:
jeremystretch
2021-07-07 11:55:20 -04:00
parent c585175214
commit 7c667f3485
4 changed files with 13 additions and 4 deletions

View File

@ -1,5 +1,13 @@
# NetBox v2.11
## v2.11.9 (FUTURE)
### Bug Fixes
* [#6710](https://github.com/netbox-community/netbox/issues/6710) - Fix assignment of VM interface parent via REST API
---
## v2.11.8 (2021-07-06)
### Enhancements