Skip to content

Releases: ttskp/cdk-pipelines

v0.2.19

02 Apr 14:48

Choose a tag to compare

0.2.19 (2024-04-02)

Features

  • mixins: implemented skip deletion for cleanupStacks and updated runtime (b017af0)

Bug Fixes

  • removed passing of crossRegionReplicationBuckets to higher level MultiDeployCodePipeline, upgraded to higher cdk version (30bc29e)

v0.2.18

22 Sep 09:40

Choose a tag to compare

0.2.18 (2022-09-22)

Bug Fixes

  • fixed breaking change from previous commit, now creating multiDeployCodePipeline from low-level pipeline and added optional crossRegionReplicationBuckets parameter (3a49e1f)

v0.2.17

21 Sep 12:09

Choose a tag to compare

0.2.17 (2022-09-21)

Bug Fixes

  • dropped explicit inclusion of 'crossAccountKeys: true' & 'reuseCrossRegionSupportStacks: true' from MultiDeployCodePipelineProps (f44d0a6)

v0.2.16

21 Sep 08:43

Choose a tag to compare

0.2.16 (2022-09-21)

Bug Fixes

  • moved AdditionalTrigger description to one line (2c991cf)
  • reordered spread operator in MultiDeployCodePipelineProps (5291f06)

v0.2.15

12 Aug 10:08
b927f08

Choose a tag to compare

0.2.15 (2022-08-12)

v0.2.14

12 Aug 09:36

Choose a tag to compare

0.2.14 (2022-08-12)

v0.2.13

11 Jul 10:23

Choose a tag to compare

0.2.13 (2022-07-11)

Features

  • Added optional name for deployment targets (5839491)
  • Added optional name for deployment targets (25a0758)

v0.2.12

11 Jul 07:49

Choose a tag to compare

0.2.12 (2022-07-11)

Features

  • Added optional pre and post steps for deployment stages; Updated cdk version (4ea3f31)
  • Added optional pre and post steps for deployment stages; Updated cdk version; Fixed generated doc (23c1b2b)

v0.2.11

13 Jun 15:26

Choose a tag to compare

0.2.11 (2022-06-13)

Features

  • added possibility to define a single stackFactory (inMultiDeployCodePipelineProps) for all stages; A stackFactory at stage level always take precedence. (cf9cd29)

v0.2.10

09 Jun 14:22

Choose a tag to compare

0.2.10 (2022-06-09)

Features

  • added new additional trigger to schedule pipeline execution (137e015)
  • added new additional trigger to schedule pipeline execution (8cb5c24)