Skip to content

Releases: jcoreio/cloudformation-tools

v2.2.0

24 Feb 04:10
Compare
Choose a tag to compare

2.2.0 (2019-02-24)

Features

  • add optional approval step for deployment changes (228f37c)

v2.1.1

17 Feb 21:22
Compare
Choose a tag to compare

2.1.1 (2019-02-17)

Bug Fixes

  • exclude generated files from Flow analysis (5092bce)
  • properly handle CloudFormation deploys that result in no changes (d549724)

v2.1.0

03 Feb 08:53
Compare
Choose a tag to compare

2.1.0 (2019-02-03)

Bug Fixes

  • fix crash in hasStack when stack does not exist (3ed8d91)

Features

  • add optional region parameter to deployCloudFormationStack and getStackOutputs (5c977d8)

v2.0.3

24 Jan 02:13
Compare
Choose a tag to compare

2.0.3 (2019-01-24)

Bug Fixes

  • describeCloudFormationFailure: filter out more irrelevant messages (a2c6db8)
  • printStackResources: prevent error from being thrown when resources.length == 0 (f598967)

v2.0.2

24 Jan 02:02
Compare
Choose a tag to compare

2.0.2 (2019-01-24)

Bug Fixes

  • deployCloudFormationStack: handle error from stack not existing yet (e09d9e4)

v2.0.1

23 Jan 01:51
Compare
Choose a tag to compare

2.0.1 (2019-01-23)

Bug Fixes

  • describeCloudFormationFailure: get number of columns from stream (62a81d4)
  • describeCloudFormationFailure: tolerate non-TTY stdout (f738154)

v1.1.0

09 Dec 19:30
Compare
Choose a tag to compare

1.1.0 (2018-12-09)

Features

v1.0.3

06 Dec 03:40
Compare
Choose a tag to compare

1.0.3 (2018-12-06)

Bug Fixes

  • rate limit the CloudFormation status checks (f5a351c)

v1.0.2

25 Nov 06:21
Compare
Choose a tag to compare

1.0.2 (2018-11-25)

Bug Fixes

  • fix Flow types for deployCloudFormationStack (63ae622)

v1.0.1

25 Nov 06:08
Compare
Choose a tag to compare

1.0.1 (2018-11-25)

Bug Fixes

  • fix missing error message by inheriting stdio from deploy command (36da9ba)