Просмотр исходного кода

Call out all models with cable_peer name changes

jeremystretch 4 лет назад
Родитель
Сommit
7072f207c0
1 измененных файлов с 24 добавлено и 0 удалено
  1. 24 0
      docs/release-notes/version-3.1.md

+ 24 - 0
docs/release-notes/version-3.1.md

@@ -160,12 +160,24 @@ Support for single sign-on (SSO) authentication has been added via the [python-s
     * tenancy.TenantGroup
     * virtualization.ClusterGroup
     * virtualization.ClusterType
+* circuits.CircuitTermination
+    * `cable_peer` has been renamed to `link_peer`
+    * `cable_peer_type` has been renamed to `link_peer_type`
 * dcim.Cable
     * Added `tenant` field
+* dcim.ConsolePort
+    * `cable_peer` has been renamed to `link_peer`
+    * `cable_peer_type` has been renamed to `link_peer_type`
+* dcim.ConsoleServerPort
+    * `cable_peer` has been renamed to `link_peer`
+    * `cable_peer_type` has been renamed to `link_peer_type`
 * dcim.Device
     * Added `airflow` field
 * dcim.DeviceType
     * Added `airflow` field 
+* dcim.FrontPort
+    * `cable_peer` has been renamed to `link_peer`
+    * `cable_peer_type` has been renamed to `link_peer_type`
 * dcim.Interface
     * `cable_peer` has been renamed to `link_peer`
     * `cable_peer_type` has been renamed to `link_peer_type`
@@ -180,6 +192,18 @@ Support for single sign-on (SSO) authentication has been added via the [python-s
     * Added `count_fhrp_groups` read-only field
 * dcim.Location
     * Added `tenant` field
+* dcim.PowerFeed
+    * `cable_peer` has been renamed to `link_peer`
+    * `cable_peer_type` has been renamed to `link_peer_type`
+* dcim.PowerOutlet
+    * `cable_peer` has been renamed to `link_peer`
+    * `cable_peer_type` has been renamed to `link_peer_type`
+* dcim.PowerPort
+    * `cable_peer` has been renamed to `link_peer`
+    * `cable_peer_type` has been renamed to `link_peer_type`
+* dcim.RearPort
+    * `cable_peer` has been renamed to `link_peer`
+    * `cable_peer_type` has been renamed to `link_peer_type`
 * dcim.Site
     * Added `asns` relationship to ipam.ASN
 * extras.Webhook