Skip to content

Commit

Permalink
Merge pull request #681 from ovh/dev/aamstutz/changelog-0.46.0
Browse files Browse the repository at this point in the history
Add changelog for v0.46.0
  • Loading branch information
amstuta committed Jul 8, 2024
2 parents 3b9864e + be0eff6 commit 313b2f8
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
## 0.46.0 (July 8, 2024)

🎉 Features:

* Added `access_token` authentication method ([#668](https://github.com/ovh/terraform-provider-ovh/pull/668))

💪 Improvements:

* `r/ovh_cloud_project_kube`: Added properties `load_balancers_subnet_id` and `nodes_subnet_id` ([#661](https://github.com/ovh/terraform-provider-ovh/pull/661))
* `r/ovh_dedicated_nasha_partition_access`: Added field `acl_description` ([#678](https://github.com/ovh/terraform-provider-ovh/pull/678))

* `d/ovh_cloud_project_kube`: Added properties `load_balancers_subnet_id` and `nodes_subnet_id` ([#662](https://github.com/ovh/terraform-provider-ovh/pull/662))

🐜 Bug fixes:

* `r/ovh_cloud_project_kube_nodepool`: Increased default timeouts ([#656](https://github.com/ovh/terraform-provider-ovh/pull/656))
* `r/ovh_cloud_project_containerregistry_ip_restrictions_management`: Use `TypeSet` for IP restrictions ([#645](https://github.com/ovh/terraform-provider-ovh/pull/645))
* `r/ovh_cloud_project_containerregistry_ip_restrictions_registry`: Use `TypeSet` for IP restrictions ([#645](https://github.com/ovh/terraform-provider-ovh/pull/645))
* `r/ovh_domain_zone_record`: Use correct default value for TTL ([#672](https://github.com/ovh/terraform-provider-ovh/pull/672), [#679](https://github.com/ovh/terraform-provider-ovh/pull/679))
* `r/ovh_dedicated_server_install_task`: Don't retry task if creation failed ([#676](https://github.com/ovh/terraform-provider-ovh/pull/676))
* `r/ovh_cloud_project`: Retrieve order information when reading the resource to avoid re-creation ([#680](https://github.com/ovh/terraform-provider-ovh/pull/680))

* `d/ovh_cloud_project_containerregistry_ip_restrictions_management`: Use `TypeSet` for IP restrictions ([#645](https://github.com/ovh/terraform-provider-ovh/pull/645))
* `d/ovh_cloud_project_containerregistry_ip_restrictions_registry`: Use `TypeSet` for IP restrictions ([#645](https://github.com/ovh/terraform-provider-ovh/pull/645))

📚 Documentation:

* Added link to the documentation page that explains how to manage API keys ([#665](https://github.com/ovh/terraform-provider-ovh/pull/665))

❤️ Thanks for your contributions ❤️

## 0.45.0 (May 21, 2024)

🎉 Features:
Expand Down

0 comments on commit 313b2f8

Please sign in to comment.