Skip to content

Releases: ionos-cloud/sdk-ruby

Release v6.1.1

14 Jul 13:43
Compare
Choose a tag to compare

Features

  • Adds manage_dbaas field in group_properties.rb : provides privilege for a group to manage DBaaS related functionality. Admin users already here this enabled by default.
  • Adds delete_volumes to datacenters_servers_delete in servers_api.rb: If true, all attached storage volumes will also be deleted.
  • Adds boot_order to volume_properties.rb : Determines whether the volume will be used as a boot volume. Set to `NONE`, the volume will not be used as boot volume. Set to `PRIMARY`, the volume will be used as boot volume and all other volumes must be set to `NONE`. Set to `AUTO` or `null` requires all volumes to be set to `AUTO` or `null`; this will use the legacy behavior, which is to use the volume as a boot volume only if there are no other volumes or cdrom devices. | [optional] [default to 'AUTO'] |

v6.1.0

15 Jun 13:29
Compare
Choose a tag to compare

Enhancements:

  • added Application Load Balancer and Target Group, 18 new models and 2 new APIs

v6.0.2

12 May 13:53
Compare
Choose a tag to compare

Enhancements:

  • added token authentication
  • removed public field from KubernetesCluster
  • removed gateway_ip field from KubernetesNodePoolProperties

v6.0.1

15 Mar 12:02
Compare
Choose a tag to compare

Enhancements:

  • new licence type: WINDOWS2022
  • new parameter on KubernetesClusterProperties, KubernetesClusterPropertiesForPost models: public
  • new parameter on KubernetesNodePoolProperties model: gateway_ip
  • new read-only parameter on VolumeProperties model: boot_server

v6.0.0

22 Dec 14:44
Compare
Choose a tag to compare
  • First v6 stable release