Closes #7120: Add termination_date field to Circuit

This commit is contained in:
jeremystretch
2022-06-22 15:09:50 -04:00
parent 568f801846
commit f67aa2677c
14 changed files with 78 additions and 22 deletions

View File

@@ -18,6 +18,7 @@
* [#1202](https://github.com/netbox-community/netbox/issues/1202) - Support overlapping assignment of NAT IP addresses
* [#4350](https://github.com/netbox-community/netbox/issues/4350) - Illustrate reservations vertically alongside rack elevations
* [#5303](https://github.com/netbox-community/netbox/issues/5303) - A virtual machine may be assigned to a site and/or cluster
* [#7120](https://github.com/netbox-community/netbox/issues/7120) - Add `termination_date` field to Circuit
* [#7744](https://github.com/netbox-community/netbox/issues/7744) - Add `status` field to Location
* [#8222](https://github.com/netbox-community/netbox/issues/8222) - Enable the assignment of a VM to a specific host device within a cluster
* [#8471](https://github.com/netbox-community/netbox/issues/8471) - Add `status` field to Cluster
@@ -32,6 +33,8 @@
### REST API Changes
* circuits.Circuit
* Added optional `termination_date` field
* dcim.Device
* The `position` field has been changed from an integer to a decimal
* dcim.DeviceType