mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-22 09:57:25 -04:00
Bump version to 1.15.2 and update changelog for release
This commit is contained in:
parent
627c9f1d35
commit
72f07b6eed
2 changed files with 36 additions and 1 deletions
34
CHANGELOG.md
34
CHANGELOG.md
|
|
@ -1,5 +1,39 @@
|
|||
# 📦 Changelog
|
||||
|
||||
## 1.15.2 (April 21, 2026)
|
||||
|
||||
### FEATURES:
|
||||
|
||||
* provisioner: enforce provisioner behavior
|
||||
[GH-13591](https://github.com/hashicorp/packer/pull/13591)
|
||||
|
||||
### BUG FIXES:
|
||||
|
||||
* build: exclude syft dependency import on NetBSD, OpenBSD, and Solaris
|
||||
[GH-13578](https://github.com/hashicorp/packer/pull/13578)
|
||||
* core: scrub multiline sensitive values from build output
|
||||
[GH-13582](https://github.com/hashicorp/packer/pull/13582)
|
||||
|
||||
### SECURITY:
|
||||
|
||||
* deps: bump syft to v1.42.3
|
||||
[GH-13581](https://github.com/hashicorp/packer/pull/13581)
|
||||
* 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:
|
||||
|
||||
* docs: remove docs validation from packer
|
||||
[GH-13577](https://github.com/hashicorp/packer/pull/13577)
|
||||
* 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:
|
||||
|
|
|
|||
|
|
@ -1 +1,2 @@
|
|||
1.15.1
|
||||
|
||||
1.15.2
|
||||
|
|
|
|||
Loading…
Reference in a new issue