From ea1d32e4561c59aad8b05dfae1127106a06e7e98 Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Wed, 21 Dec 2022 16:02:21 -0500 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb403a132..f69148195 100644 --- a/CHANGELOG.md +++ b/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)