Skip to content

Releases: jcoreio/cloudformation-tools

v8.0.1

05 Jun 19:14
Compare
Choose a tag to compare

8.0.1 (2024-06-05)

Bug Fixes

  • deployCloudFormationStack: fix invalid type of StackPolicy (a485434)

v8.0.0

05 Jun 19:05
Compare
Choose a tag to compare

8.0.0 (2024-06-05)

  • feat!: use @jcoreio/cloudformation-template-types (4481427)

BREAKING CHANGES

  • the TS types for Template and Parameters have changed in
    deployCloudFormationStack(s). Now it uses @jcoreio/cloudformation-template-types
    to automatically infer the parameter types from the template.

v7.1.0

21 May 22:19
Compare
Choose a tag to compare

7.1.0 (2024-05-21)

Features

  • deployCloudFormationStack: add BlanketDeletionPolicy option (4760a6c)

v7.0.0

21 May 20:56
Compare
Choose a tag to compare

7.0.0 (2024-05-21)

BREAKING CHANGES

  • drop support for aws-sdk v2

v6.0.0

21 May 15:32
Compare
Choose a tag to compare

6.0.0 (2024-05-21)

  • feat!: convert project to typescript (10308c7)

BREAKING CHANGES

  • drop flow types, remove null from optional input property types

v5.1.3

21 May 00:52
Compare
Choose a tag to compare

5.1.3 (2024-05-21)

Bug Fixes

  • ignore REVIEW_IN_PROGRESS status (c9da47d)

v5.1.2

21 May 00:42
Compare
Choose a tag to compare

5.1.2 (2024-05-21)

Bug Fixes

  • fix "State stackReviewComplete not found" error (9946832)

v5.1.1

24 Mar 17:48
Compare
Choose a tag to compare

5.1.1 (2023-03-24)

Bug Fixes

  • types: allow numbers and nullish values as template parameter values (41b800e)

v5.1.0

30 Nov 18:40
Compare
Choose a tag to compare

5.1.0 (2022-11-30)

Features

  • look up CIDR block address range by VPC ID (bdef0be)

v5.0.1

07 Oct 20:33
Compare
Choose a tag to compare

5.0.1 (2022-10-07)

Bug Fixes

  • deployCloudFormationStack: fix watch start time (fb2fbde)