Skip to content

Commit

Permalink
terraform-provider-vultr: update to 2.16.1
Browse files Browse the repository at this point in the history
v2.16.1 (2023-09-22)

Bug Fix

* resource/vpc2: Fix delete retries and detach errors with VPC2s
* resource/bare_metal_server: Revert BM update delay for detach VPC2

Dependencies

* Bump github.com/vultr/govultr/v3 from 3.2.0 to 3.3.1
* Bump golang.org/x/oauth2 from 0.10.0 to 0.12.0
* Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.27.0 to 2.29.0

v2.16.0 (2023-09-21)

Enhancements

* resource/instance: Add/update retry on create/delete actions
* resource/vpc: Add/update retry on create/delete actions
* resource/database: Add support for DBaaS VPC networks
* resource/vpc2: Add VPC 2.0
* data_source/vpc2: Add VPC 2.0
* resource/bare_metal_server: Wait for VPC 2.0 detachments on BM

Documentation

* load balancer: Set non-required fields with default values
* kubernetes: Update resource docs

Dependencies

* Update govultr to v3.1.0
* Bump github.com/hashicorp/terraform-plugin-log from 0.8.0 to 0.9.0
* Bump github.com/vultr/govultr/v3 from 3.0.2 to 3.0.3
* Bump github.com/vultr/govultr/v3 from 3.1.0 to 3.2.0
* Bump golang.org/x/oauth2 from 0.8.0 to 0.10.0
* Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.26.1 to 2.27.0
  • Loading branch information
iquiw committed Sep 24, 2023
1 parent 3f9ee8a commit 26a6bdc
Show file tree
Hide file tree
Showing 3 changed files with 296 additions and 540 deletions.
2 changes: 1 addition & 1 deletion terraform-provider-vultr/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD$

DISTNAME= terraform-provider-vultr-2.15.1
DISTNAME= terraform-provider-vultr-2.16.1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=vultr/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Expand Down
Loading

0 comments on commit 26a6bdc

Please sign in to comment.