This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit 70a5f872c97d771dab2c5fe4e66a9b8a1d3aaf8a Author: Tomaz Muraus <to...@tomaz.me> AuthorDate: Thu Apr 18 18:19:22 2024 +0200 Add upgrade notes entry for #1972. --- docs/upgrade_notes.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/upgrade_notes.rst b/docs/upgrade_notes.rst index d72f8e697..5e1361687 100644 --- a/docs/upgrade_notes.rst +++ b/docs/upgrade_notes.rst @@ -22,6 +22,14 @@ Libcloud 3.9.0 destroy_node(..., ex_destroy_os_disk=False) +* [Equinix Metal] All the volume and volume snapshot management methods which + have been unsupported on the server side since 2021 have been removed from the + driver. In addition to that, `disk` and `disk_size` argument has been removed + from the `create_node()` method. + + If your code is using those arguments / passing them to the `create_node()` + method it needs to be updated and those arguments removed. + Libcloud 3.8.0 --------------