From f7d4b71cd129e5c07894925437907fb019cfea97 Mon Sep 17 00:00:00 2001 From: JolisaBrownHashiCorp <99266102+JolisaBrownHashiCorp@users.noreply.github.com> Date: Wed, 22 Jun 2022 15:38:42 -0400 Subject: [PATCH] Prep 0.33.0 (#336) * update version * update changelog * revise changelog date --- CHANGELOG.md | 10 ++++++++++ docs/index.md | 2 +- examples/provider/provider.tf | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4aa10bf13..78fbb8944 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 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)) + +FIXES: +* docs: update HVN with Azure & make resource titles consistent ([#333](https://github.com/hashicorp/terraform-provider-hcp/pull/333)) + ## 0.32.0 (June 15, 2022) IMPROVEMENTS: diff --git a/docs/index.md b/docs/index.md index 369e798de..840b36152 100644 --- a/docs/index.md +++ b/docs/index.md @@ -38,7 +38,7 @@ terraform { required_providers { hcp = { source = "hashicorp/hcp" - version = "~> 0.32.0" + version = "~> 0.33.0" } } } diff --git a/examples/provider/provider.tf b/examples/provider/provider.tf index 0869ff130..52f86e80f 100644 --- a/examples/provider/provider.tf +++ b/examples/provider/provider.tf @@ -3,7 +3,7 @@ terraform { required_providers { hcp = { source = "hashicorp/hcp" - version = "~> 0.32.0" + version = "~> 0.33.0" } } }