From 9d5da49342eec579da440da02ffacc04c68c0368 Mon Sep 17 00:00:00 2001 From: Arthur Amstutz Date: Wed, 31 Jul 2024 14:28:13 +0000 Subject: [PATCH] Add changelog for v0.48.0 --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6b36da27..b003b35dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## 0.48.0 (July 31, 2024) + +🎉 Features: + +* New resource: `ovh_cloud_project_gateway_interface` ([#697](https://github.com/ovh/terraform-provider-ovh/pull/697)) +* New resource: `ovh_cloud_project_region_loadbalancer_log_subscription` ([#657](https://github.com/ovh/terraform-provider-ovh/pull/657)) + +* New datasource: `ovh_cloud_project_gateway_interface` ([#697](https://github.com/ovh/terraform-provider-ovh/pull/697)) +* New datasource: `ovh_cloud_project_region_loadbalancer_log_subscription` ([#657](https://github.com/ovh/terraform-provider-ovh/pull/657)) +* New datasource: `ovh_cloud_project_region_loadbalancer_log_subscriptions` ([#657](https://github.com/ovh/terraform-provider-ovh/pull/657)) + +🐜 Bug fixes: + +* `r/ovh_cloud_project_kube`: Fixed wrong dependencies between fields ([#695](https://github.com/ovh/terraform-provider-ovh/pull/695)) + +* `d/ovh_dbaas_logs_cluster`: Correctly set `cluster_id` field ([#694](https://github.com/ovh/terraform-provider-ovh/pull/694)) + +❤️ Thanks for your contributions ❤️ + ## 0.47.0 (July 19, 2024) 🎉 Features: