Skip to content

Releases: gruntwork-io/cloud-nuke

v0.1.30

03 May 09:54
fd84a50
Compare
Choose a tag to compare

#184: cloud-nuke now supports nuking SQS queues.

Special thanks to @rafaelleonardocruz for the contribution!

v0.1.29

15 Apr 12:42
1bae3fc
Compare
Choose a tag to compare

#191: Update to the latest versions of Go and the build-go-binaries script, so cloud-nuke will now build binaries for Darwin ARM 64 CPUs.

v0.1.28

06 Apr 11:58
006da08
Compare
Choose a tag to compare

#189: Sync dependencies in go.sum. There should be no change in functionality, but this will hopefully fix build issues, including in Homebrew.

v0.1.27

01 Apr 11:29
37e1170
Compare
Choose a tag to compare

Fix a bug where the reported number of deleted AMIs was inaccurate. Thanks to @Standb for this contribution! See #186 for more details.

v0.1.26

31 Mar 01:45
67a87cf
Compare
Choose a tag to compare

This release updates cloud-nuke to nuke AWS Transit Gateway. Thanks to @rafaelleonardocruz for this contribution! See #178 for details.

v0.1.25

27 Jan 17:22
d0bb98e
Compare
Choose a tag to compare

This release updates cloud-nuke to support AWS U.S. GovCloud regions.

v0.1.24

23 Nov 12:11
08846cc
Compare
Choose a tag to compare

Resources affected

  • lambda [NEW]

Description

Now it's possible to use --resource-type lambda to nuke Lambdas.

Thanks @andreybleme for implementing this!

Related links

v0.1.23

16 Oct 15:31
c63afc8
Compare
Choose a tag to compare

Resources affected

  • ecscluster

Description

This release includes:

  • update cloud-nuke to discover & nuke only ECS clusters in the ACTIVE state
  • fix for s3 tests leaving s3 buckets behind

Related links

v0.1.22

13 Oct 16:45
b3be887
Compare
Choose a tag to compare

Resources affected

  • ecscluster

Description

The ability to nuke ECS Clusters is now supported by cloud-nuke, allowing users to delete ecscluster using the tool, and also to filter by age.

Example usage:
cloud-nuke aws --resource-type ecscluster --older-than 10m

Related links

v0.1.21

01 Oct 14:41
a16b549
Compare
Choose a tag to compare

Resources affected

  • s3

Description

The nuke routine for s3 has been optimized for memory efficiency. Previously the routine was paging in and storing all objects in the bucket in memory before starting the deletion routine. Now the routine will delete as objects are paged in.

Related links