Update CHANGELOG.md

Fix a few typos post release
pull/11629/head
Wilken Rivera 4 years ago committed by GitHub
parent 1c398a73b4
commit c2b44019c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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-

Loading…
Cancel
Save