From 2fa24c83e79ab1e495ef220436a4d3bb419eb948 Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Thu, 4 May 2023 19:37:54 -0400 Subject: [PATCH] Update CHANGELOG * Add a few missing entries * Fix minor typos --- CHANGELOG.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81dd928f7..ca41efc5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,6 @@ ## 1.8.7 (May 4, 2023) ### NOTES: - * Vendored plugins within Packer have not been updated. Plugin releases occur on a regular basis to address issues and feature requests. Users are encouraged to use `packer init` for HCL2 templates or `packer plugins install` with @@ -14,7 +13,7 @@ required_plugins { digitalocean = { source = "github.com/digitalocean/digitalocean" - version = ">=1.0.8" + version = ">=1.1.1" } } ``` @@ -58,8 +57,8 @@ ``` required_plugins { ucloud = { - source = "github.com/ucloud/ucloud" - version = ">=1.0.8" + source = "github.com/hashicorp/profitbricks" + version = ">=1.0.2" } } ``` @@ -78,9 +77,10 @@ ### IMPROVEMENTS - * cmd/console: Add config-type flag to command help. [GH-12360](https://github.com/hashicorp/packer/pull/12360) +* core: Add enhanced support to Packer telemetry for HCL2. + [GH-12319](https://github.com/hashicorp/packer/pull/12319) * Enhance zsh completion for the Packer command. [GH-12356](https://github.com/hashicorp/packer/pull/12356), [GH-12366](https://github.com/hashicorp/packer/pull/12366) @@ -96,8 +96,8 @@ * cmd/hcl2_upgrade: Fix crash when variables block is undefined in legacy JSON templates. [GH-12257](https://github.com/hashicorp/packer/pull/12257) * Fix regression introduced in 1.8.6, where configurations with custom builder - names, via the name attribute, but would display the name to STDOUT with - non-interpolated variable values. + names via the name attribute are outputted to STDOUT with uninterpolated + user variables for legacy JSON templates. [GH-12290](https://github.com/hashicorp/packer/pull/12290) ## 1.8.6 (February 15, 2023)