Skip to content

Releases: wata727/packer-plugin-amazon-ami-management

v1.6.1

14 Oct 09:27
Compare
Choose a tag to compare

v1.6.1 (2024-10-14)

  • #435: Fix GoReleaser build

v1.6.0 (2024-10-14)

Enhancements

  • #431: Add new resolve_aliases option.
    • If true, the post-processor resolves the AWS Systems Manager parameter when the launch template uses it to specify the AMI ID. See AWS documentation.

Chores

  • #417: Bump goreleaser/goreleaser-action from 5 to 6
  • #419: Bump github.com/hashicorp/packer-plugin-sdk from 0.5.3 to 0.5.4
  • #422: Bump github.com/hashicorp/go-retryablehttp from 0.7.0 to 0.7.7
  • #428: Bump github.com/aws/aws-sdk-go from 1.53.14 to 1.55.5
  • #429: Bump github.com/hashicorp/hcl/v2 from 2.20.1 to 2.22.0
  • #432: deps: Go 1.23
  • #433: Tweak README

v1.5.0

02 Jun 16:30
Compare
Choose a tag to compare

v1.5.0 (2024-06-03)

Enhancements

  • #409: deps: Go 1.22 and SDK 0.5.3

BugFixes

  • #415: Remove VersionPrerelease
    • This fix is ​​required for installation with Packer v1.11

Chores

  • #403: Bump actions/checkout from 3 to 4
  • #405: Bump goreleaser/goreleaser-action from 4 to 5
  • #410: Bump github.com/hashicorp/hcl/v2 from 2.19.1 to 2.20.1
  • #411: Bump github.com/aws/aws-sdk-go from 1.44.289 to 1.53.14
  • #412: Bump golang.org/x/net from 0.17.0 to 0.23.0
  • #413: Bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.3
  • #414: Bump actions/setup-go from 4 to 5

v1.4.1

26 Jun 14:44
Compare
Choose a tag to compare

v1.4.1 (2023-06-26)

  • #384: Pin go-cty version to v1.10.0

v1.4.0

24 Jun 15:35
Compare
Choose a tag to compare

v1.4.0 (2023-06-25)

Enhancements

  • #378: feat: search by tags provided in free style

Chores

  • #363: Bump github.com/hashicorp/go-getter/v2 from 2.1.0 to 2.2.0
  • #372: Bump github.com/hashicorp/packer-plugin-sdk from 0.3.2 to 0.4.0
  • #374: Bump actions/setup-go from 3 to 4
  • #379: Bump github.com/hashicorp/hcl/v2 from 2.13.0 to 2.17.0
  • #380: Bump github.com/zclconf/go-cty from 1.13.0 to 1.13.2
  • #381: Bump github.com/aws/aws-sdk-go from 1.44.173 to 1.44.289
  • #382: Go 1.20

v1.3.1

05 Jan 11:48
Compare
Choose a tag to compare

v1.3.1 (2023-01-05)

  • #353: Fix release workflow

v1.3.0 (2023-01-05)

Enhancements

  • #259: Bump github.com/hashicorp/aws-sdk-go-base from 0.7.1 to 1.1.0
  • #315: Bump github.com/hashicorp/packer-plugin-sdk from 0.2.3 to 0.3.2
  • #350: Bump aws-sdk-go

Chores

  • #331: Bump github.com/hashicorp/hcl/v2 from 2.10.0 to 2.13.0
  • #341: Bump goreleaser/goreleaser-action from 2 to 4
  • #349: Upgrade to Go 1.19
  • #351: Improve build workflows
  • #352: Add goreleaser check workflow

v1.2.0

23 Jul 14:34
Compare
Choose a tag to compare

v1.2.0 (2021-07-23)

Enhancements

  • #207: Add support for assume_role access config

Chores

  • #192: Bump actions/cache from 2.1.5 to 2.1.6
  • #196: Bump github.com/hashicorp/packer-plugin-sdk from 0.2.0 to 0.2.3
  • #197: Bump github.com/golang/mock from 1.5.0 to 1.6.0
  • #203: Bump github.com/zclconf/go-cty from 1.8.2 to 1.9.0
  • #206: Bump github.com/aws/aws-sdk-go from 1.38.25 to 1.40.5

v1.1.2

25 Apr 08:21
Compare
Choose a tag to compare

v1.1.2 (2021-04-25)

  • #184: build: Fix installation command for Go 1.16 style

v1.1.1 (2021-04-25)

  • #183: build: Fix Go version in release action

v1.1.0 (2021-04-25)

Changes

Chores

  • #173: Remove support for the installation script
  • #175: Bump actions/cache from v2.1.4 to v2.1.5
  • #176: Bump github.com/hashicorp/packer-plugin-sdk from 0.1.0 to 0.2.0
  • #178: Bump github.com/hashicorp/hcl/v2 from 2.9.1 to 2.10.0
  • #179: Bump github.com/golang/mock from 1.4.4 to 1.5.0
  • #180: Bump github.com/hashicorp/aws-sdk-go-base from 0.6.0 to 0.7.1
  • #181: Bump github.com/aws/aws-sdk-go from 1.38.0 to 1.38.25
  • #182: Bump github.com/zclconf/go-cty from 1.8.1 to 1.8.2

v1.0.0

21 Feb 16:13
Compare
Choose a tag to compare

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

v0.9.0

17 Oct 15:16
Compare
Choose a tag to compare

v0.9.0 (2020-10-17)

Changes

Bug Fixes

  • Fix panic by nil pointer dereference (#133)

Others

  • Fix download URL (#82)
  • Bump github.com/hashicorp/hcl/v2 from 2.3.0 to 2.7.0 (#93 #130)
  • Bump github.com/golang/mock from 1.4.0 to 1.4.4 (#107)
  • Bump github.com/zclconf/go-cty from 1.2.1 to 1.6.1 (#115)
  • Bump github.com/hashicorp/packer from 1.5.4 to 1.6.4 (#121)
  • Bump github.com/aws/aws-sdk-go from 1.29.8 to 1.35.9 (#125)
  • Switch into GitHub's Dependabot (#126)
  • Update actions/checkout requirement to v2.3.3 (#127)
  • Bump actions/setup-go from v1 to v2.1.3 (#128)
  • Bump actions/cache from v1 to v2.1.2 (#129)
  • Make mock from interface (#132)

v0.8.0

22 Feb 14:31
Compare
Choose a tag to compare

v0.8.0 (2020-02-22)

Enhacements

  • Add support for Packer 1.5.4 (#59)

Others

  • Stop GitHub Actions (#48)
  • Fix wrong download URL (#57)
  • Remove FOSSA (#63)
  • Retry GitHub Actions (#50)
  • Bump github.com/golang/mock from 1.3.1 to 1.4.0 (#61)
  • Bump github.com/aws/aws-sdk-go from 1.24.1 to 1.29.8 (#62)
  • Run tests on GitHub Actions (#64)