From 6f2543bf933cada51d2530cd97dac4e8fa83ff57 Mon Sep 17 00:00:00 2001 From: Arthur Amstutz Date: Tue, 19 Mar 2024 11:00:34 +0000 Subject: [PATCH] chore: Add changelog for 0.40.0 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b65e33733..3f451e975 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +## 0.40.0 (March 19, 2024) + +⚙️ General: + +* Bump golang dependencies ([#578](https://github.com/ovh/terraform-provider-ovh/pull/578)) + +🎉 Features: + +* New resource: `ovh_cloud_project_gateway` ([#571](https://github.com/ovh/terraform-provider-ovh/pull/571)) +* New resource: `ovh_ip_move` ([#510](https://github.com/ovh/terraform-provider-ovh/pull/510)) + +* New datasource: `ovh_dedicated_server_specifications_hardware` ([#580](https://github.com/ovh/terraform-provider-ovh/pull/580)) + +💪 Improvements: + +* Configuration is loaded like it is done in go-ovh library ([#575](https://github.com/ovh/terraform-provider-ovh/pull/575)) +* `d/ovh_dedicated_server`: Add property `display_name` ([#581](https://github.com/ovh/terraform-provider-ovh/pull/581)) + +📚 Documentation: + +* `r/ovh_cloud_project_kube`: Update documentation page ([#579](https://github.com/ovh/terraform-provider-ovh/pull/579)) + +❤️ Thanks for your contributions ❤️ + ## 0.39.0 (March 11, 2024) 📚 Documentation: