packer-plugin-amazon-ami-management

Packer post-processor plugin for Amazon AMI management

MPL-2.0 License

Stars
102
Committers
10

Bot releases are hidden (Show)

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.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