mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-09 00:32:09 -04:00
Merge pull request #13465 from hashicorp/karthik/version_prep_1.14.2
updating version + changelog for v1.14.2 release
This commit is contained in:
commit
8096a8c71c
2 changed files with 38 additions and 1 deletions
37
CHANGELOG.md
37
CHANGELOG.md
|
|
@ -1,3 +1,40 @@
|
|||
# 📦 Changelog
|
||||
## 1.14.2 (September 9, 2025)
|
||||
## ✨ Features
|
||||
- **HCP Certificate Authentication Support** – by @JenGoldstrich ([#13435](https://github.com/hashicorp/packer/pull/13435))
|
||||
Adds support for the `HCP_CRED_FILE` environment variable and removes restrictions on `HCP_CLIENT_ID` and `HCP_CLIENT_SECRET` when connecting builds to an HCP Packer registry.
|
||||
|
||||
- **Upgrade Node.js to v22** – by @LeahMarieBush ([#13450](https://github.com/hashicorp/packer/pull/13450))
|
||||
Updates the Node.js version used for Packer website builds.
|
||||
|
||||
---
|
||||
|
||||
## 🐛 Bug Fixes
|
||||
- **PowerShell wrapper cleanup** – by @kp2099 ([#13451](https://github.com/hashicorp/packer/pull/13451))
|
||||
Removed the unused `$result` variable from the wrapper string.
|
||||
|
||||
---
|
||||
|
||||
## 🛠 Improvements
|
||||
- Added workflow-dispatch and set `PACKER_ACC_BUILDERS` for acceptance tests – by @kp2099 ([#13444](https://github.com/hashicorp/packer/pull/13444))
|
||||
- Improved spacing in `hcl2template` error messages – by @sbraz ([#13453](https://github.com/hashicorp/packer/pull/13453))
|
||||
- Added callouts for HashiCorp-maintained plugins moving to [releases.hashicorp.com](https://releases.hashicorp.com) – by @BrianMMcClain ([#13438](https://github.com/hashicorp/packer/pull/13438))
|
||||
|
||||
---
|
||||
|
||||
## 📦 Dependencies
|
||||
- Bump `github.com/ulikunitz/xz` from **0.5.10 → 0.5.14** – by @dependabot ([#13459](https://github.com/hashicorp/packer/pull/13459))
|
||||
- Bump `golang.org/x/oauth2` from **0.13.0 → 0.27.0** – by @dependabot ([#13460](https://github.com/hashicorp/packer/pull/13460))
|
||||
- Bump `github.com/ulikunitz/xz` from **0.5.10 → 0.5.15** – by @kp2099 ([#13461](https://github.com/hashicorp/packer/pull/13461))
|
||||
- Bump `github.com/hashicorp/packer-plugin-sdk` from **0.6.2 → 0.6.3** – by @kp2099 ([#13462](https://github.com/hashicorp/packer/pull/13462))
|
||||
|
||||
---
|
||||
|
||||
## 👩💻 New Contributors
|
||||
- @LeahMarieBush made their first contribution in [#13450](https://github.com/hashicorp/packer/pull/13450) 🎉
|
||||
|
||||
|
||||
|
||||
## 1.14.1 (August 5, 2025)
|
||||
|
||||
### BUG FIXES:
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
1.14.2-dev
|
||||
1.14.2
|
||||
Loading…
Reference in a new issue