Releases: ekristen/aws-nuke
Releases · ekristen/aws-nuke
v3.58.0
3.58.0 (2025-08-28)
Features
- network-firewall: support network firewall resources (#713) (7af6e90)
v3.57.0
3.57.0 (2025-08-28)
Features
- ec2-verified-access: add new support for ec2 verified access resources (#714) (c772803)
v3.56.4
3.56.4 (2025-08-22)
Bug Fixes
- EC2VPCPeeringConnection: filter on proper final states (0c6bfb0)
v3.56.3
3.56.3 (2025-08-22)
Bug Fixes
- IAMServiceSpecificCredential: nil pointer from a bad property value (4c87149)
v3.56.2
3.56.2 (2025-06-19)
Bug Fixes
- cloudformation-stack: improve termination protection message matching (c94e305)
v3.56.1
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
Bug Fixes
- cloudwatchlogs-loggroup: use libnuke unique key to ensure removal (2e8c644)
- deps: upgrade to libnuke@1.3.0 (5945587)
v3.56.0
3.56.0 (2025-06-02)
Chores
Bug Fixes
Features
v3.55.0
3.55.0 (2025-05-22)
Features
- efs-filesystem: migrate efs-filesystem aws sdk to v2 (#670) (938a03e)
v3.54.1
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)