Skip to content

Commit dc7b5b7

Browse files
authored
Merge pull request #1064 from ovh/dev/aamstutz/changelog-2.6.0
Add changelog for v2.6.0
2 parents e2770ce + d9de5b3 commit dc7b5b7

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
## 2.6.0 (July 25, 2025)
2+
3+
⚙️ General:
4+
5+
* Bump dependencies ([#1052](https://github.com/ovh/terraform-provider-ovh/pull/1052))
6+
7+
🎉 Features:
8+
9+
* New resource: `ovh_cloud_project_region` ([#1044](https://github.com/ovh/terraform-provider-ovh/pull/1044))
10+
11+
* New datasource: `ovh_cloud_project_gateway` ([#1061](https://github.com/ovh/terraform-provider-ovh/pull/1061))
12+
* New datasource: `ovh_location` ([#1063](https://github.com/ovh/terraform-provider-ovh/pull/1063))
13+
14+
💪 Improvements:
15+
16+
* `r/ovh_dbaas_logs_token`: Resource can now be imported ([#1045](https://github.com/ovh/terraform-provider-ovh/pull/1045))
17+
* Ensure all resources have an ID ([#1047](https://github.com/ovh/terraform-provider-ovh/pull/1047))
18+
19+
⚠️ Deprecations:
20+
21+
* `r/ovh_dedicated_server_update`: Resource is now deprecated ([#1036](https://github.com/ovh/terraform-provider-ovh/pull/1036))
22+
23+
🐜 Bug fixes:
24+
25+
* `r/ovh_dedicated_server`: Changing `service_name` forces recreation of the resource ([#1033](https://github.com/ovh/terraform-provider-ovh/pull/1033))
26+
* `r/ovh_dedicated_server_update`: Changing `service_name` forces recreation of the resource ([#1033](https://github.com/ovh/terraform-provider-ovh/pull/1033))
27+
* `r/ovh_savings_plan`: Perform an exact match when searching for a product code ([#1040](https://github.com/ovh/terraform-provider-ovh/pull/1040))
28+
* `r/ovh_dbaas_logs_input`: Fix fields in example ([#1053](https://github.com/ovh/terraform-provider-ovh/pull/1053))
29+
* `r/ovh_cloud_project_failover_ip_attach`: Correctly check errors and improve error messages ([#1056](https://github.com/ovh/terraform-provider-ovh/pull/1056))
30+
* `r/ovh_cloud_project_containerregistry_oidc`: Attribute `oidc_verify_cert` is computed when not input by the user ([#1057](https://github.com/ovh/terraform-provider-ovh/pull/1057))
31+
* `r/ovh_cloud_project_containerregistry_oidc`: Recreate OIDC config when removed outside Terraform ([#1058](https://github.com/ovh/terraform-provider-ovh/pull/1058))
32+
* `r/ovh_cloud_project_storage`: Set the right type for replication tags ([#1060](https://github.com/ovh/terraform-provider-ovh/pull/1060))
33+
34+
📚 Documentation:
35+
36+
* Update subcategories of several public cloud resources ([#1035](https://github.com/ovh/terraform-provider-ovh/pull/1035))
37+
* `r/ovh_cloud_project_containerregistry_user`: Fix resource documentation ([#1037](https://github.com/ovh/terraform-provider-ovh/pull/1037))
38+
* Ensure naming convention in examples ([#1046](https://github.com/ovh/terraform-provider-ovh/pull/1046))
39+
* `r/ovh_vps`: Add clarifications on image selection ([#1055](https://github.com/ovh/terraform-provider-ovh/pull/1055))
40+
41+
❤️ Thanks for your contributions ❤️
42+
143
## 2.5.0 (July 1, 2025)
244

345
⚙️ General:

0 commit comments

Comments
 (0)