Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add changelog for v0.43.0 #625

Merged
merged 1 commit into from
Apr 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,41 @@
## 0.43.0 (April 22, 2024)

⚙️ General:

* Bump golang dependencies ([#622](https://github.com/ovh/terraform-provider-ovh/pull/622))

🎉 Features:

* New datasource: `ovh_dedicated_server_specifications_network` ([#617](https://github.com/ovh/terraform-provider-ovh/pull/617))

💪 Improvements:

* Support OAuth2.0 authentication ([#620](https://github.com/ovh/terraform-provider-ovh/pull/620))
* `r/ovh_dedicated_server_install_task`: Add `userMetadata` field to customize dedicated server installation ([#619](https://github.com/ovh/terraform-provider-ovh/pull/619))
* `r/ovh_cloud_project_database`: Add `kafka_schema_registry` field ([#623](https://github.com/ovh/terraform-provider-ovh/pull/623))

* `d/ovh_cloud_project_database`: Add `kafka_schema_registry` field ([#623](https://github.com/ovh/terraform-provider-ovh/pull/623))

🐜 Bug fixes:

* `r/ovh_cloud_project_database_mongodb_user`: Correctly manage `admin` user ([#609](https://github.com/ovh/terraform-provider-ovh/pull/609))
* `r/ovh_resource_cloud_project_user`: Validate user roles against API ([#621](https://github.com/ovh/terraform-provider-ovh/pull/621))
* `r/ovh_cloud_project_database`: Kafka engine does not have a `backups` field ([#623](https://github.com/ovh/terraform-provider-ovh/pull/623))

⛔️ Deletions:

* `r/ovh_dedicated_server_install_task`: **Breaking change** Removed property `install_sql_server` ([#619](https://github.com/ovh/terraform-provider-ovh/pull/619))
* `r/ovh_me_installation_template`: **Breaking change** Removed properties `beta`, `deprecated`, `last_modification` and `supports_sql_server` ([#619](https://github.com/ovh/terraform-provider-ovh/pull/619))

* `d/ovh_me_installation_template`: **Breaking change** Removed properties `rating`, `beta`, `deprecated`, `last_modification` and `supports_sql_server` ([#619](https://github.com/ovh/terraform-provider-ovh/pull/619))

📚 Documentation:

* `r/ovh_cloud_project_kube_oidc`: Fix fields names ([#613](https://github.com/ovh/terraform-provider-ovh/pull/613))
* `d/ovh_cloud_project_kube_oidc`: Fix fields names ([#613](https://github.com/ovh/terraform-provider-ovh/pull/613))

❤️ Thanks for your contributions ❤️

## 0.42.0 (April 9, 2024)

🎉 Features:
Expand Down