From baa67010dea153368d9a37ef51511e10b25322b0 Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Mon, 22 Apr 2024 14:23:30 -0400 Subject: [PATCH] Add CHANGELOG entries for 1.10.3 --- CHANGELOG.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34c2b6c5d..cb8996176 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -95,13 +95,36 @@ If, however, a 1.1.1 release version of the plugin is available, it will have pr └── packer-plugin-amazon_v1.1.1_x5.0_darwin_arm64_SHA256SUM ``` -## 1.10.3 (Upcoming) +## 1.10.3 (April 22, 2024) + +### NOTES +* A LICENSE.txt file has been added to the Packer release artifacts. + [GH-12981](https://github.com/hashicorp/packer/pull/12931) + +### FEATURES +* Packer users can now track Packer version and plugin versions used for each + build artifact in HCP Packer. + [GH-12891](https://github.com/hashicorp/packer/pull/12891) + [GH-12910](https://github.com/hashicorp/packer/pull/12910) + [GH-12923](https://github.com/hashicorp/packer/pull/12923) + [GH-12926](https://github.com/hashicorp/packer/pull/12926) ### IMPROVEMENTS: * cmd/fmt: Display actual parsing errors when the `packer fmt` fails to read a template containing invalid HCL2 syntax. [GH-12870](https://github.com/hashicorp/packer/pull/12870) +### SECURITY +* Bump github.com/go-jose/go-jose/v3 to address GHSA-c5q2-7r4c-mv6g. + [GH-12928](https://github.com/hashicorp/packer/pull/12928) +* Bump golang.org/x/net to v0.24.0 to address GO-2024-2687. + [GH-12924](https://github.com/hashicorp/packer/pull/12924) + +### BUG FIXES +* cmd/fmt: Display information error when Packer `fmt` fails due to HCL2 + parsing error. [GH-12870](https://github.com/hashicorp/packer/pull/12870) + + ## 1.10.2 (March 6, 2024) ### NOTES: