Releases: gruntwork-io/cloud-nuke
Releases · gruntwork-io/cloud-nuke
v0.29.3
What's Changed
- chore(CORE-659): Improve filtering for EBS Volumes and Snapshots by @MoonMoon1919 in #439
New Contributors
- @MoonMoon1919 made their first contribution in #439
Full Changelog: v0.29.2...v0.29.3
v0.29.2
What's Changed
- Migrate to using aws-sdk-go-v2 for Kinesis Data Streams by @jbleduigou in #425
- Only run the nuke function if there are resources in the region to nuke by @ellisonc in #438
New Contributors
- @jbleduigou made their first contribution in #425
Full Changelog: v0.29.1...v0.29.2
v0.29.1
What's Changed
- Fix secrets manager can nuke secret replica. by @Jennas-Lee in #436
- Fix tests by @ellisonc in #437
Full Changelog: v0.29.0...v0.29.1
v0.29.0
What's Changed
Full Changelog: v0.28.1...v0.29.0
Migration Guide
This release adds telemetry and sends metrics back to gruntwork. No Identifying information is recorded. The following metrics are included:
- Command and Arguments
- Version Number
- Timestamps
- Resource Types
- Resource Counts
- A randomly generated Run ID
- AWS Account ID
We never collect:
- IP Addresses
- Resource Names
- Telemetry can be disabled entirely by setting the DISABLE_TELEMETRY environment variable on the command line.
v0.28.1
What's Changed
- Simplify presentation of which resources are supported by @zackproser in #433
Full Changelog: v0.28.0...v0.28.1
v0.28.0
What's Changed
- Add cloudwatch alarm support (#429) by @Jennas-Lee in #430
Full Changelog: v0.27.2...v0.28.0
v0.27.2
What's Changed
- [skip ci] Refactor contexts by @eak12913 in #427
- Fix VPC endpoint removal failure by @Jennas-Lee in #432
New Contributors
- @Jennas-Lee made their first contribution in #432
Full Changelog: v0.27.1...v0.27.2
v0.27.1
What's Changed
- Backport UI enhancements to defaults-aws cmd by @zackproser in #407
Full Changelog: v0.27.0...v0.27.1
v0.27.0
What's Changed
- Exclude service-linked IAM roles by @pete0emerson in #418
- fix exclusion rules for roles and policies by @ellisonc in #419
- Update Go Commons to support logging upgrade by @ellisonc in #422
Full Changelog: v0.26.0...v0.27.0
Migration Guide
- If using cloud nuke as a library, you'll need to update to version 1.18 of Go
v0.26.0
- Implement support for IAM service-linked Roles