Skip to content

Releases: ekristen/aws-nuke

v3.58.0

28 Aug 20:45
7af6e90
Compare
Choose a tag to compare

3.58.0 (2025-08-28)

Features

  • network-firewall: support network firewall resources (#713) (7af6e90)

v3.57.0

28 Aug 01:24
c772803
Compare
Choose a tag to compare

3.57.0 (2025-08-28)

Features

  • ec2-verified-access: add new support for ec2 verified access resources (#714) (c772803)

v3.56.4

22 Aug 15:45
9e63659
Compare
Choose a tag to compare

3.56.4 (2025-08-22)

Bug Fixes

  • EC2VPCPeeringConnection: filter on proper final states (0c6bfb0)

v3.56.3

22 Aug 15:18
959fd5b
Compare
Choose a tag to compare

3.56.3 (2025-08-22)

Bug Fixes

  • IAMServiceSpecificCredential: nil pointer from a bad property value (4c87149)

v3.56.2

19 Jun 14:22
37ea112
Compare
Choose a tag to compare

3.56.2 (2025-06-19)

Bug Fixes

  • cloudformation-stack: improve termination protection message matching (c94e305)

v3.56.1

09 Jun 15:48
9de4b0e
Compare
Choose a tag to compare

3.56.1 (2025-06-09)

Special Notes

This introduces a new feature, but doesn't affect the tool, therefore it's a patch, for creating resources that allows for a unique key to be defined per resource from an arbitrary amount of fields. Why this matters is that not all resources in AWS have a truly unique field to key off of. Thanks @apgrucza for your support on getting this over the finish line.

This also fixes a potential deadlock issue when the number of items per region hit over 50k. To combat this, once the tool hits 50k per region it will STOP processing resources for that region and log a warning. You can increase the the 50k limit with the CLI flag --max-queue-size on the run command.

Bug Fixes

v3.56.1-beta.1

06 Jun 03:06
3192b6a
Compare
Choose a tag to compare

3.56.1-beta.1 (2025-06-06)

Bug Fixes

  • cloudwatchlogs-loggroup: use libnuke unique key to ensure removal (2e8c644)
  • deps: upgrade to libnuke@1.3.0 (5945587)

v3.56.0

02 Jun 18:11
f843e65
Compare
Choose a tag to compare

3.56.0 (2025-06-02)

Chores

Bug Fixes

Features

v3.55.0

22 May 18:50
938a03e
Compare
Choose a tag to compare

3.55.0 (2025-05-22)

Features

  • efs-filesystem: migrate efs-filesystem aws sdk to v2 (#670) (938a03e)

v3.54.1

21 May 02:31
a1591b4
Compare
Choose a tag to compare

3.54.1 (2025-05-21)

Bug Fixes

  • deps: update golang (#590) (5c2b19c)
  • deps: update module github.com/aws/aws-sdk-go-v2/service/docdb to v1.41.3 (#669) (d293231)