Update CHANGELOG

pull/12469/head
Wilken Rivera 3 years ago
parent 2fa24c83e7
commit 824ff5e7c5

@ -64,16 +64,16 @@
```
### PLUGINS
* Add HCP Ready label to Oracle builder components.
[GH-12217](https://github.com/hashicorp/packer/pull/12217)
* Migrate external Linode plugin to linode/packer-plugin-linode.
* core: Migrate external Linode plugin to linode/packer-plugin-linode.
[GH-12329](https://github.com/hashicorp/packer/pull/12329)
* Migrate external UCloud plugin to ucloud/packer-plugin-ucloud.
* core: Migrate external UCloud plugin to ucloud/packer-plugin-ucloud.
[GH-12335](https://github.com/hashicorp/packer/pull/12335)
* Remove external plugin for Digital Ocean as a vendored plugin.
* core: Remove external plugin for Digital Ocean as a vendored plugin.
[GH-12376](https://github.com/hashicorp/packer/pull/12376)
* Remove external plugins for Profitbricks and 1&1 as vendored plugins.
* core: Remove external plugins for Profitbricks and 1&1 as vendored plugins.
[GH-12385](https://github.com/hashicorp/packer/pull/12385)
* docs: Add HCP Ready label to Oracle builder components.
[GH-12217](https://github.com/hashicorp/packer/pull/12217)
### IMPROVEMENTS
@ -86,19 +86,19 @@
[GH-12366](https://github.com/hashicorp/packer/pull/12366)
### BUG FIXES
* Bump github.com/hashicorp/hcp-sdk-go to 0.36.0.
* cmd/hcl2_upgrade: Fix a crash when running the hcl2_upgrade command against a
legacy JSON template containing user variables with an undefined variables
block. [GH-12257](https://github.com/hashicorp/packer/pull/12257)
* core: Bump github.com/hashicorp/hcp-sdk-go to 0.36.0.
[GH-12292](https://github.com/hashicorp/packer/pull/12292)
* Bump github.com/hashicorp/packer-plugin-sdk to 0.4.0 to address
* core: Bump github.com/hashicorp/packer-plugin-sdk to 0.4.0 to address
CVE-2023-0475, CVE-2022-41723.
[GH-12306](https://github.com/hashicorp/packer/pull/12306)
* Bump Go module version to 1.20
* core: Bump Go module version to 1.20
[GH-12380](https://github.com/hashicorp/packer/pull/12380)
* 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 are outputted to STDOUT with uninterpolated
user variables for legacy JSON templates.
[GH-12290](https://github.com/hashicorp/packer/pull/12290)
* core: Fix regression introduced in 1.8.6, where legacy JSON templates with
custom builder names are outputted to STDOUT as uninterpolated user
variables. [GH-12290](https://github.com/hashicorp/packer/pull/12290)
## 1.8.6 (February 15, 2023)
@ -112,11 +112,11 @@
### IMPROVEMENTS:
* Bump bundled plugins to latest available version.
[GH-12271](https://github.com/hashicorp/packer/pull/12271)
[GH-12274](https://github.com/hashicorp/packer/pull/12274)
* bump github.com/hashicorp/hcp-sdk-go from 0.28.0 to 0.29.0
[GH-12163](https://github.com/hashicorp/packer/pull/12163)
* Bump github.com/hashicorp/hcp-sdk-go from 0.33.0 to 0.34.0
[GH-12262](https://github.com/hashicorp/packer/pull/12262)
* Bump github.com/hashicorp/hcp-sdk-go from 0.33.0 to 0.34.0
[GH-12275](https://github.com/hashicorp/packer/pull/12275)
* core/hcl2: Packer will no longer warn on excluded post-processors when using
`-only/exlude` filters for running select builds.
[GH-12187](https://github.com/hashicorp/packer/pull/12187)
@ -133,6 +133,11 @@
* 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.
[GH-12252](https://github.com/hashicorp/packer/pull/12252)
* 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)

Loading…
Cancel
Save