Skip to content

Commit 2b71c6d

Browse files
authored
Merge pull request #1027 from ovh/dev/aamstutz/changelog-2.5.0
Add changelog for v2.5.0
2 parents 744a234 + 1c7960f commit 2b71c6d

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
## 2.5.0 (July 1, 2025)
2+
3+
⚙️ General:
4+
5+
* Bump dependencies ([#1010](https://github.com/ovh/terraform-provider-ovh/pull/1010))
6+
7+
🎉 Features:
8+
9+
* New resource: `ovh_domain_zone_dynhost_login` ([#1001](https://github.com/ovh/terraform-provider-ovh/pull/1001))
10+
* New resource: `ovh_domain_zone_dynhost_record` ([#1001](https://github.com/ovh/terraform-provider-ovh/pull/1001))
11+
* New resource: `ovh_storage_efs_share` ([#1003](https://github.com/ovh/terraform-provider-ovh/pull/1003))
12+
* New resource: `ovh_storage_efs_share_acl` ([#1003](https://github.com/ovh/terraform-provider-ovh/pull/1003))
13+
* New resource: `ovh_storage_efs_share_snapshot` ([#1003](https://github.com/ovh/terraform-provider-ovh/pull/1003))
14+
15+
* New datasource: `ovh_storage_efs` ([#1003](https://github.com/ovh/terraform-provider-ovh/pull/1003))
16+
* New datasource: `ovh_storage_efs_share_access_path` ([#1003](https://github.com/ovh/terraform-provider-ovh/pull/1003))
17+
* New datasource: `ovh_storage_efs_share_access_paths` ([#1003](https://github.com/ovh/terraform-provider-ovh/pull/1003))
18+
19+
💪 Improvements:
20+
21+
* `r/ovh_ip_reverse`: Add field `readiness_timeout_duration` ([#1021](https://github.com/ovh/terraform-provider-ovh/pull/1021))
22+
* `r/ovh_cloud_project_network_private`: Add field `regions_openstack_ids` ([#1011](https://github.com/ovh/terraform-provider-ovh/pull/1011))
23+
* `r/ovh_vps`: Add fields `public_ssh_key` and `image_id` to allow installation of the server ([#1015](https://github.com/ovh/terraform-provider-ovh/pull/1015))
24+
25+
* `d/ovh_cloud_project_network_private`: Add field `regions_openstack_ids` ([#1011](https://github.com/ovh/terraform-provider-ovh/pull/1011))
26+
27+
🐜 Bug fixes:
28+
29+
* Retry failing calls when fetching order plans ([#1018](https://github.com/ovh/terraform-provider-ovh/pull/1018))
30+
* `r/ovh_dedicated_server`: Correctly send string parameters when updating the resource ([#1002](https://github.com/ovh/terraform-provider-ovh/pull/1002))
31+
32+
📚 Documentation:
33+
34+
* Licenses update ([#1008](https://github.com/ovh/terraform-provider-ovh/pull/1008))
35+
* Fix contributing doc ([#1012](https://github.com/ovh/terraform-provider-ovh/pull/1012))
36+
* `r/ovh_me_identity_group`: Add import documentation ([#1024](https://github.com/ovh/terraform-provider-ovh/pull/1024))
37+
38+
❤️ Thanks for your contributions ❤️
39+
140
## 2.4.0 (June 6, 2025)
241

342
⚙️ General:

0 commit comments

Comments
 (0)