mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
feat: update changelog for 1.15.4 with deprecations and improvements for SBOM generation
This commit is contained in:
parent
00d8e27bef
commit
0721996035
1 changed files with 10 additions and 0 deletions
10
CHANGELOG.md
10
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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue