From 5652c2f5938eb4220561edf367be3ade17d70b2b Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Wed, 15 Feb 2023 16:24:16 -0500 Subject: [PATCH] CHANGELOG: Add HCP Packer description regression fix --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57bfbade6..dcc6bc922 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -66,6 +66,10 @@ The following external plugins have been updated and pinned to address open * core: Linux packages now have vendor label and set the default label to HashiCorp. This fix is implemented for any future releases, but will not be updated for historical releases. +* core/hcp: The bucket's description was not properly set in the bucket + object sent to HCP Packer leaving all newly created buckets with an empty + description. [GH-12235] + [GH-12235](https://github.com/hashicorp/packer/pull/12235) ## 1.8.5 (December 12, 2022)