Skip to content

Releases: jcoreio/cloudformation-tools

v5.0.0

07 Oct 20:01
Compare
Choose a tag to compare

5.0.0 (2022-10-07)

Bug Fixes

  • remove StackResourceWatcher and watchStackResources (f421792)
  • try to fix error where deployer tries to recreate existing stack (5daa807)

BREAKING CHANGES

  • StackResourceWatcher and watchStackResources exports have been removed.

v4.1.2

05 Oct 20:24
Compare
Choose a tag to compare

4.1.2 (2022-10-05)

Bug Fixes

v4.1.1

26 Sep 21:15
Compare
Choose a tag to compare

4.1.1 (2022-09-26)

Bug Fixes

  • printStackEvents: improve layout (d54d9c4)

v4.1.0

26 Sep 18:53
Compare
Choose a tag to compare

4.1.0 (2022-09-26)

Features

  • print stack events in sequence instead of watching stack resources (63d4090)

v4.0.0

02 Jun 19:50
Compare
Choose a tag to compare

4.0.0 (2022-06-02)

Bug Fixes

  • upgrade promisify-child-process (61b4e2e)

BREAKING CHANGES

  • drop support for Node < 8

v3.0.2

05 Apr 17:35
Compare
Choose a tag to compare

3.0.2 (2022-04-05)

Bug Fixes

  • StackResourceWatcher: fix mysterious NPE (b48a15e)

v3.0.1

02 Apr 01:16
Compare
Choose a tag to compare

3.0.1 (2022-04-02)

Bug Fixes

  • use AWS TS types in TS defs (6060521)

v3.0.0

02 Apr 01:04
Compare
Choose a tag to compare

3.0.0 (2022-04-02)

Bug Fixes

  • deployCloudFormationStack: confirm stack deletion if approve: true (65538a7)

BREAKING CHANGES

  • deployCloudFormationStack: deployCloudFormationStack now throws if approve: true and user aborts the operation

v2.17.1

01 Apr 21:11
Compare
Choose a tag to compare

2.17.1 (2022-04-01)

Bug Fixes

  • deployCloudFormationStack: wait for existing in progress operations (0540710)
  • printStackResources: match blue IN_PROGRESS color used in AWS Console (01d9421)
  • StackResourceWatcher: clear number of lines written instead of entire terminal (a4c71f8)

v2.17.0

01 Apr 19:07
Compare
Choose a tag to compare

2.17.0 (2022-04-01)

Bug Fixes

  • deployCloudFormationStack: wait for stackDeleteComplete correctly (473b589)

Features

  • StackResourceWatcher: add clearScreen option (c6e67f0)