From c2b44019c2f0e8996eab0eafb619c3c2cfe0d893 Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Fri, 4 Mar 2022 17:28:52 -0500 Subject: [PATCH] Update CHANGELOG.md Fix a few typos post release --- CHANGELOG.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29c8f31d7..62ca527b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,17 @@ -## 1.8.0 (Upcoming) +## 1.8.0 (March 4, 2022) ### NOTES: -* **Breaking Change**: The `packer-plugin-check`(github.com/hashicorp/packer/cmd/packer-plugins-check) has been replaced by the [`packer-sdc plugin-check` command](https://github.com/hashicorp/packer-plugin-sdk/tree/main/cmd/packer-sdc#packer-sdc). The previous command was removed to prevent plugin release issues caused by Packer dependencies not related to the actual Packer plugin SDK or the command itself. [GH-11317](https://github.com/hashicorp/packer/pull/11317) +* **Breaking Change**: The `packer-plugin-check`(github.com/hashicorp/packer/cmd/packer-plugins-check) has been replaced by the [`packer-sdc plugin-check` command](https://github.com/hashicorp/packer-plugin-sdk/tree/main/cmd/packer-sdc#packer-sdc). Plugin maintainers who may be using the packer-plugin-check as part of their release pipeline are encouraged to move to the packer-sdc command. As an alternative, maintainers can continue to use the packer-plugin-check by pinning the command to Packer 1.7.10. [GH-11317](https://github.com/hashicorp/packer/pull/11317) ### FEATURES -* **New Command** `packer plugins` command and subcommands to manage installed +* **New Command** `packer plugins` command and subcommands to manage external plugins. [GH-11553](https://github.com/hashicorp/packer/pull/11553) [GH-11625](https://github.com/hashicorp/packer/pull/11625) ### IMPROVEMENTS -* core: Add the `env` argument to provisioner blocks that allow for setting a - map of key/value pairs to inject prior to the execute_command. The `env` - argument has support for reading from datasources, were `environment_vars` - does not. [GH-11569](https://github.com/hashicorp/packer/pull/11569) +* core: Add a `env` argument to provisioner blocks that allow for setting a + map of key/value pairs to inject prior to the execute_command. The env argument + is an alternative to using environment_vars for setting environment variables, + which has the added ability to read from Packer datasources. [GH-11569](https://github.com/hashicorp/packer/pull/11569) * core: Bump version of go-getter to allow for downloading ISOs with PGP signed checksums. [GH-11495](https://github.com/hashicorp/packer/pull/11495) * core: Docker images are now available for all supported architectures that @@ -20,7 +20,7 @@ [GH-11601](https://github.com/hashicorp/packer/pull/11601) [GH-11603](https://github.com/hashicorp/packer/pull/11603) * core: Packer's linux package service configs and pre/post install scripts are - now available under .release/linux + now available under .release/linux. [GH-11601](https://github.com/hashicorp/packer/pull/11601) [GH-11603](https://github.com/hashicorp/packer/pull/11603) * core: Packer's linux packages are now available for all supported linux @@ -35,13 +35,13 @@ [GH-11564](https://github.com/hashicorp/packer/pull/11564) [GH-11601](https://github.com/hashicorp/packer/pull/11601) [GH-11603](https://github.com/hashicorp/packer/pull/11603) -* core: The packer-plugin-check command has been removed. Plugin maintainer +* core: The packer-plugin-check command has been removed. Plugin maintainers should update their release configuration to use the `packer-sdc plugin- check` command. [GH-11317](https://github.com/hashicorp/packer/pull/11317) ### BUG FIXES -* core/hcl2: Fix issue preventing builds from pausing between provisioners when +* core/hcl2: Fixes an issue preventing builds from pausing between provisioners when the `--debug` argument has been passed. [GH-11537](https://github.com/hashicorp/packer/pull/11537) * core/hcl2: Fixes a data loss issue when merging an empty-object map to a non-