Skip to content

Releases: YashdalfTheGray/cluster-cleanup

cluster-cleanup v3.0.0

12 Mar 15:53
Compare
Choose a tag to compare

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.

cluster-cleanup v2.1.0

17 Sep 13:53
6b7dc86
Compare
Choose a tag to compare

Added

  • Upgraded to the aws-sdk Javascript version 3 and switched to the new command/send syntax.
  • Updated most of the dependencies to the newest versions.

cluster-cleanup v2.0.0

27 Oct 08:58
Compare
Choose a tag to compare
  • dropped support for Node.js v8
  • minimum supported Node.js version is now v10
  • added prettier to the project
  • rebuilt project with typescript 4

cluster-cleanup v1.1.1

24 Jun 19:02
8fb4fed
Compare
Choose a tag to compare

Added

  • Tests to make sure a listener exists for each ClusterCleanupEvents event
  • Tasks running outside of a service are now stopped before deleting the cluster

Fixed

  • #1 - Clusters with awsvpc tasks deletes properly now

Install

npm install cluster-cleanup@1.1.1

cluster-cleanup v1.0.0

10 Jun 17:11
9c437e1
Compare
Choose a tag to compare

First release of cluster-cleanup