v1.0.0
v1.0.0 (2021-02-22)
This release contains some major changes for Packer v1.7 support. If you want to use Packer < v1.7, please use v0.x versions.
Breaking Changes
- #165: Remove the AWS builder dependency
clean_resource_name
function support was removed from the post-processor attributes.- Undocumented AWS access config attributes were removed.
assume_role
shared_credentials_file
decode_authorization_messages
insecure_skip_tls_verify
max_retries
region
skip_credential_validation
vault_aws_engine
aws_polling
- #166: Change license: MIT -> MPL 2.0
- Changed to meet licensing requirements due to porting code from Packer core.
- #167: Upgrade the plugin to be compatible with Packer v1.7
- Drop support for Packer < v1.7
- #169 #171: Make the plugin multi component plugin
- Support automatic installation by
packer init
. - Rename to
packer-plugin-amazon-ami-management
frompacker-post-processor-amazon-ami-management
. - Drop pre-built binary support for netbsd/openbsd.
- Add pre-built binary support for arm64.
- Support automatic installation by