From 6812216540513393581c9ec219fa05e770b9a892 Mon Sep 17 00:00:00 2001 From: hashicorp-cloud Date: Fri, 23 Feb 2024 00:34:02 +0000 Subject: [PATCH] updated CHANGELOG.md --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f14cc85c9..edaf2c21e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## v0.83.0 (February 23, 2024) + +FEATURES: + +* Add CloudWatch config option for hcp_log_streaming_destination resource. [[GH-757](https://github.com/hashicorp/terraform-provider-hcp/pull/757)] + +IMPROVEMENTS: + +* Update example for `hcp_packer_channel_assignment` resource [[GH-749](https://github.com/hashicorp/terraform-provider-hcp/pull/749)] + +BUG FIXES: + +* Do not panic if provider is configured with credentials with no project access. [[GH-748](https://github.com/hashicorp/terraform-provider-hcp/pull/748)] +* Fixing a panic on errors when opening secrets from HCP Vault Secrets. [[GH-751](https://github.com/hashicorp/terraform-provider-hcp/pull/751)] +* Fixing the validation rules for HCP Vault Secrets app and secret names to match +what we have on the server side. [[GH-750](https://github.com/hashicorp/terraform-provider-hcp/pull/750)] ## v0.82.0 (January 30, 2024) BREAKING CHANGES: