Skip to content

cluster-cleanup v3.0.0

Latest
Compare
Choose a tag to compare
@YashdalfTheGray YashdalfTheGray released this 12 Mar 15:53
· 2 commits to stable since this release

3.0.0 (2022-03-09)

BREAKING CHANGES

  • The ClusterCleanup class can take AWS service clients as arguments.
  • The ClusterCleanupEvents uses standard on and emit methods with type overloads.
  • The ClusterCleanup::deleteClusterAndResources function is now async and returns a list of cleaned up resources.
  • The ClusterCleanup::deleteClusterAndResources function now takes an optional stack name and a verbosity level. Additionally, it takes an options object that you can use to tune the timings.
  • Verbosity across the library is now an integer and can range from 0 to 2, inclusive.
  • Added a color, and a no-color option as well, defaults to color enabled.

Added

  • Added a CLI support script and changed the API to support using a CLI.
  • Added a script that supports npm install --global executable script.
  • Added running under Docker support.
  • Updated versions of packages.