From 9ca74f740b136fb2fe925a149452cafdcde03ad8 Mon Sep 17 00:00:00 2001 From: Hari Date: Fri, 24 Apr 2026 12:13:21 +0530 Subject: [PATCH] Bump version to 1.15.2 and update changelog for release (#13618) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Bump version to 1.15.2 and update changelog for release * Cleanup changelog by removing outdated entries and sensitive data ref… (#13619) * Cleanup changelog by removing outdated entries and sensitive data references * Clarify provisioner behavior in changelog to improve understanding of lifecycle enforcement * Update changelog to clarify provisioner lifecycle enforcement and remove outdated bug fix entry Co-authored-by: Copilot --------- Co-authored-by: Copilot --------- Co-authored-by: Copilot --- CHANGELOG.md | 23 +++++++++++++++++++++++ version/VERSION | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f07e0778f..4160b33d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # 📦 Changelog +## 1.15.2 (April 21, 2026) + +### FEATURES: + +* provisioner: added support for the enforced provisioner. + [GH-13591](https://github.com/hashicorp/packer/pull/13591) + + +### SECURITY: + +* deps: bump github.com/go-jose/go-jose/v4 + [GH-13594](https://github.com/hashicorp/packer/pull/13594) +* deps: bump go.opentelemetry.io/otel/sdk + [GH-13606](https://github.com/hashicorp/packer/pull/13606) +* deps: update cloud.google.com/go and aws-sdk-go-v2 related dependencies + [GH-13610](https://github.com/hashicorp/packer/pull/13610) + +### INTERNAL: + +* build: bump Go to 1.25.9 and refresh dependencies + [GH-13614](https://github.com/hashicorp/packer/pull/13614) + [GH-13615](https://github.com/hashicorp/packer/pull/13615) + ## 1.15.1 (March 26, 2026) ### FEATURES: diff --git a/version/VERSION b/version/VERSION index ace44233b..42cf0675c 100644 --- a/version/VERSION +++ b/version/VERSION @@ -1 +1 @@ -1.15.1 +1.15.2