Releases: gruntwork-io/cloud-nuke
Releases · gruntwork-io/cloud-nuke
v0.23.0
What's Changed
- Support nuking EC2 Dedicated Hosts - CORE-286 by @arsci in #392
- Cloud nuke failing tests fixes by @denis256 in #390
- Change the order of cloud-nuke to delete IAM policy first before IAM groups by @hongil0316 in #393
- Implement ECR support by @zackproser in #396
Full Changelog: v0.22.1...v0.23.0
v0.22.1
What's Changed
- Update README.md with instructions on how to use with AWS profile by @brianpham in #343
- Fix CODEOWNERS by @pete0emerson in #386
- add more patterns to nuke by @Etiene in #387
- update worker size and build parallelism by @ellisonc in #388
New Contributors
- @brianpham made their first contribution in #343
- @pete0emerson made their first contribution in #386
Full Changelog: v0.22.0...v0.22.1
v0.22.0
What's Changed
- Temporarily avoid nuking IAM groups and policies in GW test accounts by @zackproser in #372
- Fix whitespace by @ellisonc in #373
- Update pull request template with check re: exclusions by @zackproser in #375
- Support use of --log-level flag in inspect-aws command by @zackproser in #377
- UI overhaul and per-resource error reporting by @zackproser in #356
- Support nuking IAM EC2 instance profiles with roles - CORE-285 by @arsci in #378
- CORE-298 Use new UI with IAM groups and IAM policies by @ellisonc in #381
- CORE-188 rate limits by @ellisonc in #382
- Add support to delete ec2 key pairs using cloud-nuke by @hongil0316 in #379
- cloud-nuke fixes by @denis256 in #384
- Support deletion of KMS Key Aliases - CORE-292 by @arsci in #383
- Bugfix/core 271 vpc with eni by @ellisonc in #385
New Contributors
Full Changelog: v0.21.0...v0.22.0
v0.21.0
v0.20.0
Implement support for nuking and inspecting Cloudtrail Trails.
v0.19.1
Fix a bug breaking API Gateway v2 nuking behavior. The wrong underlying delete method was being called.