Skip to content

v0.19.0

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 26 Jun 18:41
· 8 commits to master since this release
f219c9e
Tune aws-nuke: skip S3Objects, include RedShift @Nuru (#117)

what

  • Tune aws-nuke: skip S3Objects, delete RedShift resources, ECS Task Definitions, and OIDC connectors
  • Update Geodesic to current and install Terraform 0.15 and 1.x
  • Disable nightly Docker builds

why

  • Action was timing out after 6 hours, probably because of the overhead of deleting S3 objects one at a time. Not necessary to delete S3 Objects because we will delete entire S3 Buckets which will cause S3 Objects to be deleted as well.
  • We now have a tests that provision RedShift clusters and OIDC connectors, but we were not deleting them.
  • Support current Terraform version as well as legacy version.
  • Image is stable, does not change with nightly builds, and testing now uses curl to pull latest configuration anyway.