mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
Update CHANGELOG
This commit is contained in:
parent
56f784ae95
commit
ea1d32e456
1 changed files with 10 additions and 0 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -1,5 +1,15 @@
|
|||
## 1.8.6 (Upcoming)
|
||||
|
||||
### IMPROVEMENTS:
|
||||
* bump github.com/hashicorp/hcp-sdk-go from 0.28.0 to 0.29.0.
|
||||
[GH-12163](https://github.com/hashicorp/packer/pull/12163)
|
||||
|
||||
### BUG FIXES:
|
||||
* core/hcl2: Templates with build blocks referencing an unknown source block
|
||||
would display an empty string for the template filename at line 0, which made
|
||||
it difficult to identify the broken build block. Packer has been updated to
|
||||
display the proper filename and line number where the unknown reference
|
||||
resides. [GH-12167](https://github.com/hashicorp/packer/pull/12167)
|
||||
|
||||
## 1.8.5 (December 12, 2022)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue