From dd52ac5913230daef9b61b89336f8d914ca76e8b Mon Sep 17 00:00:00 2001 From: Brenna Hewer-Darroch <21015366+bcmdarroch@users.noreply.github.com> Date: Thu, 30 Jun 2022 14:33:43 -0700 Subject: [PATCH] Prep 0.34.0 (#343) * update changelog * bump version --- CHANGELOG.md | 13 +++++++++++++ docs/index.md | 2 +- examples/provider/provider.tf | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78fbb8944..b8f4ca7f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ +## 0.34.0 (June 30, 2022) + +IMPROVEMENTS: + +* docs: Refactor documentation for `hcp_hvn` resource ([337](https://github.com/hashicorp/terraform-provider-hcp/pull/337)) + +FIXES: + +* resource/consul: Store cluster+snapshot state ([326](https://github.com/hashicorp/terraform-provider-hcp/pull/326)) +* resource/vault: keep failed clusters, export state ([331](https://github.com/hashicorp/terraform-provider-hcp/pull/331)) +* resource/hvn: keep failed networks/peerings, export state ([331](https://github.com/hashicorp/terraform-provider-hcp/pull/331)) + ## 0.33.0 (June 22, 2022) IMPROVEMENTS: + * datasource/hcp_packer_image: Include `revoke_at` in the data source output ([330](https://github.com/hashicorp/terraform-provider-hcp/pull/330)) * datasource/hcp_packer_iteration: Include `revoke_at` in the data source output ([330](https://github.com/hashicorp/terraform-provider-hcp/pull/330)) * datasource/hcp_packer_image_iteration: Include `revoke_at` in the data source output ([330](https://github.com/hashicorp/terraform-provider-hcp/pull/330)) diff --git a/docs/index.md b/docs/index.md index 840b36152..47203fa55 100644 --- a/docs/index.md +++ b/docs/index.md @@ -38,7 +38,7 @@ terraform { required_providers { hcp = { source = "hashicorp/hcp" - version = "~> 0.33.0" + version = "~> 0.34.0" } } } diff --git a/examples/provider/provider.tf b/examples/provider/provider.tf index 52f86e80f..8d5c3a6f2 100644 --- a/examples/provider/provider.tf +++ b/examples/provider/provider.tf @@ -3,7 +3,7 @@ terraform { required_providers { hcp = { source = "hashicorp/hcp" - version = "~> 0.33.0" + version = "~> 0.34.0" } } }