Feat: Rewrite packer jobs to work with hcl2 format
[releng/global-jjb.git] / releasenotes / notes / Update-packer-jobs-to-hcl2-c9c8292b27cc785f.yaml
1 ---
2 prelude: >
3   As of packer version 1.7.0 HCL2 is the preferred way to write Packer
4   templates. HCL2 preserves existing workflows while leveraging HCL2’s
5   advanced features like variable interpolation and configuration
6   composability.
7 upgrade:
8   - |
9     Upgrade packer version to v1.9.1. JSON format templates are deprecated
10     and no longer work with packer version > 1.9.x. Project specific templates
11     require to be upgraded to HCL2 format.
12 deprecations:
13   - |
14     Support for '.json' templates will be removed from common-packer in
15     subsequent releases. Therefore, the jobs are expected to work with
16     older templates.
17 fixes:
18   - |
19     Rewrite packer jobs to work with HCL2 format.