Skip to content

Releases: ovh/terraform-provider-ovh

v0.14.0

24 Jun 12:12
Compare
Choose a tag to compare

IMPORTANT: This release introduces a new kind of resources which are able to order and terminate OVH products.
OVH products are generally not on demand products, and thus may generate heavy costs. To use these
resources, you have to register a default payment mean on your account. These resources are still in
beta, and should be used with care.

FEATURES:

  • New Datasource: d/dbaas_logs_input_engine (#202)
  • New Datasource: d/dbaas_logs_output_graylog_stream (#202)
  • New Datasource: d/ip_service (#202)
  • New Datasource: d/order_cart (#202)
  • New Datasource: d/order_cart_product (#202)
  • New Datasource: d/order_cart_product_options (#202)
  • New Datasource: d/order_cart_product_options_plan (#202)
  • New Datasource: d/order_cart_product_plan (#202)
  • New Resource: r/cloud_project (#202)
  • New Resource: r/dbaas_logs_input (#202)
  • New Resource: r/dbaas_logs_output_graylog_stream (#202)
  • New Resource: r/domain_zone (#202)
  • New Resource: r/ip_service (#202)
  • New Resource: r/iploadbalancing (#202)
  • New Resource: r/vrack (#202)
  • New Resource: r/vrack_ip (#202)

Improvements:

  • Forgotten documentation change about private networking in Kubernetes. (#195)
  • Do not search for iploadbalancing service when exact service name was passed (#200)

v0.13.1

28 Jun 11:01
ecb3581
Compare
Choose a tag to compare

Fix v0.13.0 release by including PR #194

  • r/cloud_project_kube: fix issue with empty version(#194)

v0.13.0

11 May 11:32
ecb3581
Compare
Choose a tag to compare

BREAKING CHANGES:

OVH_VRACK_ID and OVH_PROJECT_ID environment variables support are removed in favor of OVH_VRACK_SERVICE and OVH_CLOUD_PROJECT_SERVICE. Accordingly, project_id and vrack_id arguments are removed from resources in favor of service_name.

  • d/cloud_region: removed (#193)
  • d/cloud_regions: removed (#193)
  • r/cloud_private_network: removed (#193)
  • r/cloud_private_network_subnet: removed (#193)
  • r/cloud_user: removed (#193)

Improvements:

  • increase vrack task timeouts fomr 20m to 60m

BUG FIXES:

  • r/cloud_project_containerregistry: fix region and plan_id arguments issue (#193)
  • r/dedicated_server_install_task: fix issue when OVH cleans its tasks database (#193)
  • r/dedicated_server_reboot_task: fix issue when OVH cleans its tasks database (#193)
  • r/cloud_project_kube: fix issue with empty version(#194)
  • r/cloud_project_kube_nodepool: fix issue with computed arguments
  • Documentation: fix typo (#191)

v0.12.0

07 May 13:12
Compare
Choose a tag to compare

FEATURES:

  • New Datasource: ovh_cloud_project_capabilities_containerregistry (#184)
  • New Datasource: ovh_cloud_project_capabilities_containerregistry_filter (#184)
  • New Datasource: ovh_cloud_project_containerregistries (#184)
  • New Datasource: ovh_cloud_project_containerregistry (#184)
  • New Datasource: ovh_cloud_project_containerregistry_users (#184)
  • New Resource: ovh_cloud_project_containerregistry (#184)
  • New Resource: ovh_cloud_project_containerregistry_user (#184)

IMPROVEMENTS:

  • Various documentation fixes, improvements. (#182, #185)
  • Better handle error type casting for ovh api errors (#186)
  • Add private_network_id and autoscale arguments to ovh_cloud_project_kube resources.
    (#189)
  • Add missing attributes to ovh_cloud_project_kube_nodepool resource.
    (#189)

BUG FIXES:

v0.11.0

03 Mar 14:26
Compare
Choose a tag to compare

FEATURES:

  • New Datasource: ovh_cloud_project_kube (#180)
  • New Resource: ovh_cloud_project_kube (#180)
  • New Resource: ovh_cloud_project_kube_nodepool (#180)

IMPROVEMENTS:

  • Documentation improvements on provider setup (#181)

v0.10.0

07 Dec 10:13
Compare
Choose a tag to compare

BREAKING CHANGES:

  • d/publiccloud*: all datasources ovh_publiccloud_* are removed in favor of ovh_cloud_project_* (#175)
  • r/publiccloud*: all resources ovh_publiccloud_* are removed in favor of ovh_cloud_project_* (#175)

NOTES/DEPRECATIONS:

  • d/cloud*: all datasources ovh_cloud_* are deprecated in favor of ovh_cloud_project_* (#175)
  • r/cloud*: all resources ovh_cloud_* are deprecated in favor of ovh_cloud_project_* (#175)
  • d/cloud*: use service_name for identifier (#173)
  • r/cloud*: use service_name for identifier (#173)

FEATURES:

  • New Datasource: ovh_me_identity_user (#166)
  • New Datasource: ovh_me_identity_users (#166)
  • New Resource: ovh_me_identity_user (#166)

IMPROVEMENTS:

  • enforce CheckDeleted on all resources read operations (#176)
  • cicd acceptance tests now run on OVH CDS build system, travis-ci is removed (#174)
  • migrate to new lib ovh/terraform-ovh-provider (#172)
  • r/iploadbalancing*: add missing sweepers (#171)
  • go-ovh lib: bump to v1.1.0 (#170)
  • add freebsd support (#164)
  • increase vrack task timeout to 20 minutes (#38b610e)

BUG FIXES:

  • r/iploadbalancing_http_farm: fix probe handling (#178)
  • r/iploadbalancing_tcp_farm: fix probe handling (#178)
  • r/dedicated_server_update: fix monitoring update (#178)
  • d/vps: Fix erroneous types(#164)
  • r/me_ssh_key: fix setting key default property and handle key not found error (#158)

v0.9.1

28 Aug 21:38
Compare
Choose a tag to compare
Fix gpg passphrase preset