Releases: wata727/packer-plugin-amazon-ami-management
Releases · wata727/packer-plugin-amazon-ami-management
v1.6.1
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.
- If
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
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
v1.4.0
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
v1.2.0
v1.1.2
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
- #174: Upgrade to Go 1.16
- darwin/arm64 is now available. See also https://golang.org/doc/go1.16
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
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
Chores
v0.9.0
v0.9.0 (2020-10-17)
Changes
- Upgrade Go 1.15 (#131)
- darwin/386 build will no longer available from the release. See also https://golang.org/doc/go1.15#darwin
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)