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

chore: Add changelog for v1.5.0 #810

Merged
merged 1 commit into from
Jan 24, 2025
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
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
## 1.5.0 (January 24, 2025)

⚙️ General:

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

🎉 Features:

* New resource: `ovh_cloud_project_instance` ([#809](https://github.com/ovh/terraform-provider-ovh/pull/809))
* New resource: `ovh_cloud_project_region_network` ([#808](https://github.com/ovh/terraform-provider-ovh/pull/808))
* New resource: `ovh_cloud_project_database_prometheus` ([#787](https://github.com/ovh/terraform-provider-ovh/pull/787))
* New resource: `ovh_cloud_project_database_mongodb_prometheus` ([#787](https://github.com/ovh/terraform-provider-ovh/pull/787))

* New datasource: `ovh_cloud_project_instance` ([#809](https://github.com/ovh/terraform-provider-ovh/pull/809))
* New datasource: `ovh_cloud_project_instances` ([#809](https://github.com/ovh/terraform-provider-ovh/pull/809))
* New datasource: `ovh_cloud_project_database_prometheus` ([#787](https://github.com/ovh/terraform-provider-ovh/pull/787))
* New datasource: `ovh_cloud_project_database_mongodb_prometheus` ([#787](https://github.com/ovh/terraform-provider-ovh/pull/787))

💪 Improvements:

* `r/ovh_ip_firewall_rule`: Add import capability to resource ([#797](https://github.com/ovh/terraform-provider-ovh/pull/797))
* `r/ovh_savings_plan`: For uppercase for flavors ([#799](https://github.com/ovh/terraform-provider-ovh/pull/799))
* `r/ovh_cloud_project_volume`: Allow size edition ([#804](https://github.com/ovh/terraform-provider-ovh/pull/804))

* `d/ovh_dbaas_logs_cluster_retention`: Add `retention_type` field ([#806](https://github.com/ovh/terraform-provider-ovh/pull/806))

📚 Documentation:

* Licenses update ([#796](https://github.com/ovh/terraform-provider-ovh/pull/796))

❤️ Thanks for your contributions ❤️

## 1.4.0 (December 26, 2024)

🎉 Features:
Expand Down