packer-plugin-amazon-ami-management

Packer post-processor plugin for Amazon AMI management

MPL-2.0 License

Stars
102
Committers
10

Bot releases are visible (Hide)

packer-plugin-amazon-ami-management - v1.5.0 Latest Release

Published by github-actions[bot] 5 months ago

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
packer-plugin-amazon-ami-management - v1.4.1

Published by github-actions[bot] over 1 year ago

v1.4.1 (2023-06-26)

  • #384: Pin go-cty version to v1.10.0
packer-plugin-amazon-ami-management - v1.4.0

Published by github-actions[bot] over 1 year ago

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
packer-plugin-amazon-ami-management - v1.3.1

Published by github-actions[bot] almost 2 years ago

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
packer-plugin-amazon-ami-management - v1.2.0

Published by github-actions[bot] over 3 years ago

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
packer-plugin-amazon-ami-management - v1.1.2

Published by github-actions[bot] over 3 years ago

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
packer-plugin-amazon-ami-management - v1.0.0

Published by github-actions[bot] over 3 years ago

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
packer-plugin-amazon-ami-management - v0.9.0

Published by github-actions[bot] about 4 years ago

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)
packer-plugin-amazon-ami-management - v0.8.0

Published by github-actions[bot] over 4 years ago

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)
packer-plugin-amazon-ami-management - v0.7.0

Published by wata727 about 5 years ago

v0.7.0 (2019-08-16)

Enhancements

  • Bump packer and others dependencies (#42)

Others

  • Migrate main.workflow to new yaml syntaxes (#43)
  • Update README for AWS configuration attributes (#47)
packer-plugin-amazon-ami-management - v0.6.2

Published by wata727 over 5 years ago

v0.6.2 (2019-04-11)

Re-release due to #151. There is no change from v0.6.1.

Others

  • Fix installation scripts (#38)
packer-plugin-amazon-ami-management - v0.6.1

Published by github-actions[bot] over 5 years ago

v0.6.1 (2019-03-22)

There is no change from v0.6.0. Only changes related to the project, such as documentation.

Others

  • making for easier copy and paste (#33)
  • Add license scan report and status (#34)
  • automate the Installation for linux environment (#35)
  • Add NOTICE.md (#36)
  • Create releases with GoReleaser and GitHub Action (#37)
packer-plugin-amazon-ami-management - v0.6.0

Published by wata727 over 5 years ago

v0.6.0 (2019-03-04)

Changes

  • Remove only unused images (#32)
    • Previously, the post-processor removes images even if the image is already used elsewhere.
  • Change the minimal set permissions necessary (#32)
    • Additional API operations are required to check whether if an image is in use. See here for updated permissions.

Enhancements

  • Add dry_run option (#26)
  • Add keep_days option (#31)

Others

  • Update README.md (#23)
  • readme: added osx installation instructions (#28)
  • Go 1.12 (#29)
packer-plugin-amazon-ami-management - v0.5.0

Published by wata727 over 6 years ago

v0.5.0 (2018-06-16)

Changes

  • Validate post-processor's configuration (#22)

Others

  • Add note about region parameter (#20)
  • CI against Go 1.10 (#21)
packer-plugin-amazon-ami-management - v0.4.0

Published by wata727 over 6 years ago

Changes

  • Inherit from Packer access config (#18)
packer-plugin-amazon-ami-management - v0.3.0

Published by wata727 over 6 years ago

Enhancements

  • Support multiple regions (#14)

Others

  • Improve plugin architecture (#9)
  • Fix lint issues (#10)
  • Revise docs (#11)
packer-plugin-amazon-ami-management - v0.2.0

Published by wata727 over 7 years ago

Use own credentials #3

packer-plugin-amazon-ami-management - v0.1.1

Published by wata727 about 8 years ago

New Features

Bug Fixes

  • Fix panic when use ephemeral devises

Others

  • Fix SideCI issues
packer-plugin-amazon-ami-management - v0.1.0

Published by wata727 about 8 years ago

New Features

  • first release

Bug Fixes