From 0721996035dbced7cd70805247f66f5c7ab1eba8 Mon Sep 17 00:00:00 2001 From: Hari Om Date: Fri, 15 May 2026 11:42:18 +0530 Subject: [PATCH] feat: update changelog for 1.15.4 with deprecations and improvements for SBOM generation --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f14febd18..ecbe5451c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # 📦 Changelog +## 1.15.4 (Unreleased) + +### DEPRECATIONS: + +* provisioners/hcp-sbom: The `scanner_url` and `scanner_checksum` configuration options are deprecated and will be removed in a future major version. If specified, these fields are ignored and a warning is logged. For custom SBOM generation tools, use manual generation with the `source` field instead of `auto_generate`. + +### IMPROVEMENTS: + +* provisioners/hcp-sbom: Automatic SBOM generation now uses the Packer binary with embedded Syft SDK instead of downloading external scanners. + ## 1.15.3 (April 27, 2026) ### BUG FIXES: