From 4fd9f896183b5ce1b0d904d58b861c3884e67ab9 Mon Sep 17 00:00:00 2001 From: Lucas Bajolet Date: Tue, 30 Jul 2024 09:01:05 -0400 Subject: [PATCH] CHANGELOG: update for 1.11.2 release --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a463979c3..4d94cfbba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 1.11.2 (July 30, 2024) + +### FEATURES + +* core/hcp: export Packer options, OS, CI and VCS metadata for a build. + Following up on the introduction of metadata for builds in Packer 1.11.0, + this version introduces more metadata. In addition to the version of Packer + core, and the plugins used, we now capture CI-specific environment variables + (gitlab-ci and github-actions for now), Git-specific information, OS details + like architecture and kernel version, and the command-line options passed + to packer build. + ## 1.11.1 (July 1, 2024) ### NOTES: