Skip to content

Releases: gruntwork-io/cloud-nuke

v0.11.3

17 Mar 20:49
1c5eb51
Compare
Choose a tag to compare

#291 updates VPC config to filter by name instead of VPC Id.

Special thanks

Special thanks to @brandonstrohmeyer for their contribution!

v0.11.2

16 Mar 23:34
7ab9690
Compare
Choose a tag to compare

#287 ElasticIPs, AutoScalingGroups, LaunchConfigurations and EC2 instances can now be filtered by the config file using their names.

Special thanks

Special thanks to @brandonstrohmeyer for their contribution!

v0.11.1

15 Mar 14:35
fbbd28f
Compare
Choose a tag to compare

#284: KMS Customer Managed Key deletion now supports the config file format to filter by alias.

v0.11.0

11 Mar 16:57
745a0b2
Compare
Choose a tag to compare

cloud-nuke will now delete CloudWatch Log Groups. If you wish to avoid nuking Log Groups, you can either pass in --exclude-resource-type cloudwatch-loggroup, or specify a config file.

Special thanks

Special thanks to @ekristen for their contribution!

v0.10.0

01 Feb 20:41
fcea108
Compare
Choose a tag to compare

cloud-nuke will now delete KMS Customer Managed Keys. If you wish to avoid nuking KMS Keys, you can either pass in --exclude-resource-type kmscustomerkeys, or specify a config file.

NOTE: This is equivalent to v0.9.2, but released as backward incompatible to indicate a new resource was added to prevent users from inadvertently updating to a new patch release without realizing a new resource is being included in the nuking.

v0.9.2

01 Feb 20:29
07da6c6
Compare
Choose a tag to compare

#257 : cloud-nuke now can remove customer-managed in AWS Key Management Service

v0.9.1

23 Jan 00:24
4b341ca
Compare
Choose a tag to compare

#272 VPC nuking now respects the --older-than flag

v0.9.0

18 Jan 20:42
6bc22b9
Compare
Choose a tag to compare

#271: cloud-nuke will now delete IAM OpenID Connect (OIDC) Providers. If you wish to avoid nuking IAM OIDC Providers, you can either pass in --exclude-resource-type oidcprovider, or specify a config file.

v0.8.2

14 Jan 23:25
998852c
Compare
Choose a tag to compare

#269 cloud-nuke now has config file support for VPCs

v0.8.1

12 Jan 19:49
46f5270
Compare
Choose a tag to compare
  • #262: Added pagination for lambda functions listing