Skip to content

Releases: gruntwork-io/cloud-nuke

v0.2.0

28 Jun 13:31
835acd6
Compare
Choose a tag to compare

#194: Cloud nuke will now delete secrets manager secrets. If you wish to avoid nuking secrets manager entries, you can either pass in --exclude-resource-type secretsmanager, or specify a config file.

Release practice change

⚠️ Starting this release, new resources nuked by cloud-nuke will be marked as a minor version bump (X in v0.X.Y) to indicate backward incompatibilities. Previously, all new resources were considered backward compatible, but since new resources are included automatically (opt-out vs opt-in), users with CI practices around cloud-nuke would be surprised by new resources that are suddenly being picked up for deletion. This surprise is stronger for resources that are actively in use for any account, such as IAM Users.

As such, we have decided to mark the addition of new nuked resources as backward incompatible releases to provide better signals for users when we introduce a new resource.

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