Skip to content

Commit cd745a9

Browse files
authored
feat: update changelog to 0.31.0
1 parent 9776591 commit cd745a9

File tree

1 file changed

+55
-1
lines changed

1 file changed

+55
-1
lines changed

CHANGELOG.md

Lines changed: 55 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,58 @@
1-
## 0.31.0 (Unreleased)
1+
## 0.32.0 (Unreleased)
2+
3+
## 0.31.0 (June 19, 2023)
4+
5+
Welcome to the the first step of the IAM integration (beta) 🎉.
6+
7+
🎉 Features:
8+
9+
* New resource: `me_identity_group` ([#420](https://github.com/ovh/terraform-provider-ovh/pull/420))
10+
11+
* New datasource: `me_identity_group` ([#420](https://github.com/ovh/terraform-provider-ovh/pull/420))
12+
* New datasource: `me_identity_groups` ([#420](https://github.com/ovh/terraform-provider-ovh/pull/420))
13+
14+
⚙️ General:
15+
16+
* bump go-ovh version to `1.4.1` to fix OVH-Query-Id log ([#425](https://github.com/ovh/terraform-provider-ovh/pull/425))
17+
18+
💪 Improvements:
19+
20+
* `r/ovh_iploadbalancing_tcp_farm_server`: Skip validate func for proxy_protocol_version if nil ([#428](https://github.com/ovh/terraform-provider-ovh/pull/428))
21+
* `r/ovh_iploadbalancing_http_farm_server`: Skip validate func for proxy_protocol_version if nil ([#428](https://github.com/ovh/terraform-provider-ovh/pull/428))
22+
* `r/ovh_cloud_project_database`: Add retry logic to avoid Conflict error on Kafka Topic + Clean code ([#426](https://github.com/ovh/terraform-provider-ovh/pull/426))
23+
* `r/ovh_cloud_project_database_integration`: Add retry logic to avoid Conflict error on Kafka Topic + Clean code ([#426](https://github.com/ovh/terraform-provider-ovh/pull/426))
24+
* `r/ovh_cloud_project_database_kafka_topic`: Add retry logic to avoid Conflict error on Kafka Topic + Clean code ([#426](https://github.com/ovh/terraform-provider-ovh/pull/426))
25+
* `r/ovh_cloud_project_database_m3db_namespace`: Add retry logic to avoid Conflict error on Kafka Topic + Clean code ([#426](https://github.com/ovh/terraform-provider-ovh/pull/426))
26+
* `r/ovh_cloud_project_database_redis_user`: Add retry logic to avoid Conflict error on Kafka Topic + Clean code ([#426](https://github.com/ovh/terraform-provider-ovh/pull/426))
27+
* `r/ovh_cloud_project_database`: Remove unnecessary warning in database resources ([#421](https://github.com/ovh/terraform-provider-ovh/pull/421))
28+
* `r/ovh_cloud_project_database_integration`: Remove unnecessary warning in database resources ([#421](https://github.com/ovh/terraform-provider-ovh/pull/421))
29+
* `r/ovh_cloud_project_database_kafka_topic`: Remove unnecessary warning in database resources ([#421](https://github.com/ovh/terraform-provider-ovh/pull/421))
30+
* `r/ovh_cloud_project_database_m3db_namespace`: Remove unnecessary warning in database resources ([#421](https://github.com/ovh/terraform-provider-ovh/pull/421))
31+
* `r/ovh_cloud_project_database_redis_user`: Remove unnecessary warning in database resources ([#421](https://github.com/ovh/terraform-provider-ovh/pull/421))
32+
* `r/ovh_cloud_project`: Fix typos ([#422](https://github.com/ovh/terraform-provider-ovh/pull/422))
33+
* `r/ovh_domain_zone`: Fix typos ([#422](https://github.com/ovh/terraform-provider-ovh/pull/422))
34+
* `r/ovh_hosting_privatedatabase`: Fix typos ([#422](https://github.com/ovh/terraform-provider-ovh/pull/422))
35+
* `r/ovh_iam_policy`: Fix typos ([#422](https://github.com/ovh/terraform-provider-ovh/pull/422))
36+
* `r/ovh_iploadbalancing`: Fix typos ([#422](https://github.com/ovh/terraform-provider-ovh/pull/422))
37+
* `r/ovh_me_identity_group`: Fix typos ([#422](https://github.com/ovh/terraform-provider-ovh/pull/422))
38+
* `r/ovh_me_identity_user`: Fix typos ([#422](https://github.com/ovh/terraform-provider-ovh/pull/422))
39+
* `r/ovh_vrack`: Fix typos ([#422](https://github.com/ovh/terraform-provider-ovh/pull/422))
40+
41+
* `d/ovh_order_cart`: Fix typos ([#422](https://github.com/ovh/terraform-provider-ovh/pull/422))
42+
43+
📚 Documentation:
44+
45+
* Home Page: Add documentation on multiple providers usage ([#417](https://github.com/ovh/terraform-provider-ovh/pull/417))
46+
47+
* `r/ovh_dedicated_server`: Update documentation page ([#423](https://github.com/ovh/terraform-provider-ovh/pull/423))
48+
* `r/me_identity_group`: Add documentation page ([#420](https://github.com/ovh/terraform-provider-ovh/pull/420))
49+
* `r/ovh_cloud_project_kube`: Update documentation page ([#418](https://github.com/ovh/terraform-provider-ovh/pull/418))
50+
51+
* `d/ovh_order_cart`: Update documentation page ([#422](https://github.com/ovh/terraform-provider-ovh/pull/422))
52+
* `d/me_identity_group`: Add documentation page ([#420](https://github.com/ovh/terraform-provider-ovh/pull/420))
53+
* `d/me_identity_groups`: Add documentation page ([#420](https://github.com/ovh/terraform-provider-ovh/pull/420))
54+
55+
❤️ Thanks for your contributions ❤️
256

357
## 0.30.0 (May 3, 2023)
458

0 commit comments

Comments
 (0)