Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Feb 16:13
· 66 commits to master since this release

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 from packer-post-processor-amazon-ami-management.
    • Drop pre-built binary support for netbsd/openbsd.
    • Add pre-built binary support for arm64.

Chores

  • #139: Bump actions/checkout from v2.3.3 to v2.3.4
  • #152: Bump github.com/zclconf/go-cty from 1.6.1 to 1.7.1
  • #156: Bump github.com/hashicorp/hcl/v2 from 2.7.0 to 2.8.2
  • #160: Bump actions/cache from v2.1.2 to v2.1.4
  • #170: Bump github.com/aws/aws-sdk-go from v1.36.5 to 1.37.15
  • #172: Small refactoring