Skip to content

Releases: ekristen/aws-nuke

v3.0.0-beta.34

08 Mar 23:48
5f7e651
Compare
Choose a tag to compare

3.0.0-beta.34 (2024-03-08)

Features

v3.0.0-beta.33

08 Mar 18:52
db586ea
Compare
Choose a tag to compare

3.0.0-beta.33 (2024-03-08)

Bug Fixes

  • sagemaker-domain: bug with mock service vs real service (fb92627)

v3.0.0-beta.32

08 Mar 02:42
089df08
Compare
Choose a tag to compare

3.0.0-beta.32 (2024-03-08)

Features

  • sagemaker-domain: include tags on resource for filtering (9f6ba23)

v3.0.0-beta.31

07 Mar 15:48
9ebe2a6
Compare
Choose a tag to compare

3.0.0-beta.31 (2024-03-07)

Features

  • rename command file to nuke and add q alias for --quiet (#107) (9ebe2a6)

v3.0.0-beta.30

24 Feb 01:34
92780b7
Compare
Choose a tag to compare

3.0.0-beta.30 (2024-02-24)

Features

  • NetworkManager: add core network resources (e1b0e23)

What's New in Version 3

This is not a comprehensive list, but here are some of the highlights:

  • New Feature: Signed Darwin Binaries for MacOS
  • New Feature: Published Homebrew Tap (ekristen/tap/aws-nuke@3)
  • New Feature: Global Filters
  • New Feature: Run Against All Enabled Regions
  • New Feature: Explain Account and Explain Config Commands
  • Upcoming Feature: Filter Groups (in progress)
  • Breaking Change: root command no longer triggers the run, must use subcommand run (alias: nuke)
  • Completely rewrote the core of the tool as a dedicated library libnuke
    • This library has over 95% test coverage which makes iteration and new features easier to implement.
  • Semantic Releases with notifications on issues / pull requests
  • New Resources
  • Broke away from rebuy-de/aws-nuke project as a fork for reasons outlined in the history section

v3.0.0-beta.29

24 Feb 00:43
625ea11
Compare
Choose a tag to compare

3.0.0-beta.29 (2024-02-24)

Features

  • EC2VPCEndpointServiceConfiguration: add tags to properties (#100) (625ea11)

v3.0.0-beta.28

24 Feb 00:19
de42561
Compare
Choose a tag to compare

3.0.0-beta.28 (2024-02-24)

Features

  • IAMRolesAnywhere: add support for IAM RolesAnywhere TrustAnchors, Profiles, and CRLs (b9bb5fd)

v3.0.0-beta.27

23 Feb 23:49
e51aaca
Compare
Choose a tag to compare

3.0.0-beta.27 (2024-02-23)

Bug Fixes

  • revert property change from an earlier pull request (#97) (e51aaca)

v3.0.0-beta.26

23 Feb 23:23
68e5459
Compare
Choose a tag to compare

3.0.0-beta.26 (2024-02-23)

Bug Fixes

  • resource/ecrpublicrepository: only run if region is us-east-1 (#94) (68e5459)

v3.0.0-beta.24

23 Feb 22:43
bf62237
Compare
Choose a tag to compare

3.0.0-beta.24 (2024-02-23)

Features

  • write log message if s3 bucket deletion is going to take a while (238c985)

What's New in Version 3

This is not a comprehensive list, but here are some of the highlights:

  • New Feature: Signed Darwin Binaries for MacOS
  • New Feature: Published Homebrew Tap (ekristen/tap/aws-nuke@3)
  • New Feature: Global Filters
  • New Feature: Run Against All Enabled Regions
  • New Feature: Explain Account and Explain Config Commands
  • Upcoming Feature: Filter Groups (in progress)
  • Breaking Change: root command no longer triggers the run, must use subcommand run (alias: nuke)
  • Completely rewrote the core of the tool as a dedicated library libnuke
    • This library has over 95% test coverage which makes iteration and new features easier to implement.
  • Semantic Releases with notifications on issues / pull requests
  • New Resources
  • Broke away from rebuy-de/aws-nuke project as a fork for reasons outlined in the history section