2.0.0 (March 4, 2025)
๐งจ Breaking changes:
In the context of IAM integration across all OVHcloud products, we are deprecating the routes in the API section /me
that are used to store/retrieve information about dedicated server installation templates and partition schemes.
As a result, the resources ovh_me_installation_template
, ovh_me_installation_template_partition_scheme
, ovh_me_installation_template_partition_scheme_hardware_raid
and ovh_me_installation_template_partition_scheme_partition
are removed in favor of the new resource ovh_dedicated_server_reinstall_task
and new parameters in resource ovh_dedicated_server
.
This will simplify the reinstallation and OS change on dedicated servers, especially when partitioning needs to be customized.
r/ovh_dedicated_server
: The fields used to reinstall a dedicated server have been modified do to API changes (the call POST /dedicated/server/{serviceName}/install/start will be replaced by POST /dedicated/server/{serviceName}/reinstall). In this context, the following fields have been removed:user_metadata
,template_name
,partition_scheme_name
,details
, and the following fields are replacing them:os
,storage
,customizations
, andproperties
(#835)- Resource
ovh_dedicated_server_install_task
has been replaced by the new resourceovh_dedicated_server_reinstall_task
(#835) - Resources removed:
ovh_me_installation_template
,ovh_me_installation_template_partition_scheme
,ovh_me_installation_template_partition_scheme_hardware_raid
,ovh_me_installation_template_partition_scheme_partition
(#835)
๐ Features:
-
New resource:
ovh_domain_name
(#837) -
New resource:
ovh_domain_name_servers
(#870) -
New resource:
ovh_domain_ds_records
(#870) -
New resource:
ovh_cloud_project_loadbalancer
(#855) -
New resource:
ovh_cloud_project_volume_backup
(#878) -
New resource:
ovh_cloud_project_rancher
(#872) -
New resource:
ovh_dbaas_logs_role
(#859) -
New resource:
ovh_dbaas_logs_role_permission_stream
(#859) -
New resource:
ovh_vrack_ipv6
(#838) -
New resource:
ovh_vrack_vrackservices
(#839) -
New resource:
ovh_vrack_ovhcloudconnect
(#875) -
New resource:
ovh_dedicated_server_reinstall_task
(#835) -
New datasource:
ovh_cloud_project_flavors
(#865) -
New datasource:
ovh_cloud_project_loadbalancer_flavors
(#866) -
New datasource:
ovh_cloud_project_storage
(#867) -
New datasource:
ovh_cloud_project_storages
(#867) -
New datasource:
ovh_cloud_project_rancher
(#876) -
New datasource:
ovh_cloud_project_rancher_version
(#874) -
New datasource:
ovh_cloud_project_rancher_plan
(#874) -
New datasource:
ovh_ovhcloud_connect
(#871) -
New datasource:
ovh_ovhcloud_connects
(#871)
๐ช Improvements:
r/ovh_cloud_project_instance
: Addavailability_zone
field (#863)d/ovh_cloud_project_instance
: Addavailability_zone
field (#863)d/ovh_cloud_project_instances
: Addavailability_zone
field (#863)
๐ Bug fixes:
r/ovh_cloud_project_instance
: Correctly handle SSH keys (#861)r/ovh_cloud_project_kube
: Increase update timeout (#868)r/ovh_ip_move
: Fix import and add documentation (#864)
๐ Documentation:
โค๏ธ Thanks for your contributions โค๏ธ