Release v21.09
Release Date: 2021-09-07
- Adds support for Microsoft Windows Server 2022 machine image builds.
- Refactors configuration files to be generated using templates. Reduces the number of files and passes variables into the
.pkrtpl.hcl
content. - Refactors builds for Linux distributions to use
http_content
instead ofhttp_directory
andhttp_file
. - Refactors builds for Microsoft Windows to use
cd_content
instead offloppy_files
, which allows for use generated configuration files. A Packer compatible.iso
command-line tool is required and noted in the README.md. - Adds disclaimers and Updates descriptions in script files.
- Adds NOTICE.
- Updates the
packer init
commands run inbuild.sh
. - Updates MAINTAINERS.md.
- Updates CONTRIBUTING.md.
- Updates README.md.