Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-30 | 1.5 kB | |
v1.14.0 source code.tar.gz | 2025-07-30 | 2.4 MB | |
v1.14.0 source code.zip | 2025-07-30 | 3.1 MB | |
Totals: 3 Items | 5.5 MB | 0 |
1.14.0 (Upcoming...)
IMPROVEMENTS:
-
core: Changes to pull official packer plugins binaries from official site (releases.hashicorp.com). This change allows Packer to automatically download and install official plugins from the HashiCorp official release site. This change standardizes our release process and ensures a more secure and reliable pipeline for plugin delivery. GH-13431
-
core: Updated the docs related to packer provisioners GH-13412
-
core/HCP: This change corrects the example docs to move the registry block to the top level of the template file GH-13427
-
core: This update adds a new section explaining conditional expressions in HCL, including syntax, usage examples, and best practices for clarity and maintainability. The documentation covers how to use conditionals for default values, dynamic argument omission, and recommends using locals for complex logic. GH-13429
BUG FIXES:
- core: Fixes the default execute command for script and scripts to its original behavior from v1.12.0. The recent change to use the -File operator for script execution required adjustments that are addressed in this PR. GH-13422
SECURITY:
- Bump go-git from v5.13.0 to v5.16.2 GH-13420