mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-11 01:30:06 -04:00
Bump version to 1.15.2 and update changelog for release (#13618)
* 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 <copilot@github.com> --------- Co-authored-by: Copilot <copilot@github.com> --------- Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
parent
6a8612cedd
commit
9ca74f740b
2 changed files with 24 additions and 1 deletions
23
CHANGELOG.md
23
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:
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
1.15.1
|
||||
1.15.2
|
||||
|
|
|
|||
Loading…
Reference in a new issue