Skip to content

Releases: gruntwork-io/cloud-nuke

v0.29.3

11 Apr 16:45
0ece707
Compare
Choose a tag to compare

What's Changed

  • chore(CORE-659): Improve filtering for EBS Volumes and Snapshots by @MoonMoon1919 in #439

New Contributors

Full Changelog: v0.29.2...v0.29.3

v0.29.2

07 Apr 13:43
f9dd63d
Compare
Choose a tag to compare

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

Full Changelog: v0.29.1...v0.29.2

v0.29.1

06 Apr 17:55
239549d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.29.0...v0.29.1

v0.29.0

05 Apr 14:53
528f556
Compare
Choose a tag to compare

What's Changed

  • CORE-641 - Add telemetry to main nuke flow by @ellisonc in #434

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

04 Apr 16:09
82d9d46
Compare
Choose a tag to compare

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

04 Apr 15:33
8be377c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.27.2...v0.28.0

v0.27.2

04 Apr 15:14
e6753e3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.27.1...v0.27.2

v0.27.1

20 Mar 19:13
0a1246a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.27.0...v0.27.1

v0.27.0

14 Mar 13:15
f9d318a
Compare
Choose a tag to compare

What's Changed

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

28 Feb 16:55
f9c04a9
Compare
Choose a tag to compare
  • Implement support for IAM service-linked Roles