Releases: ttskp/cdk-pipelines
Releases · ttskp/cdk-pipelines
v0.2.9
0.2.9 (2022-06-09)
Bug Fixes
- do not synth a deployment stage if it doesn't contain a deployment target (ec444e9)
v0.2.7
0.2.7 (2022-06-09)
Features
- Added new mixin CleanupStacksMixin which deletes stacks when they are removed as deployment target (bc1f4e6)
v0.2.5
0.2.5 (2022-05-05)
BREAKING CHANGE: IStackFactory
forwards only Environment
instead of StackProps
v0.2.4
0.2.4 (2022-05-05)
FEATURE: Added methods to synth event rules which additional trigger the MultiDeployCodePipeline
, e.g. if an SSM parameter has changed
BREAKING CHANGE: made some types compatible with JSII which in turn changes the way how to use them, please refer to the examples
folder
v0.2.2
0.2.2 (2022-03-14)
Bug Fixes
- doBuildPipeline now calls super (1758669)
v0.2.1
0.2.1 (2022-03-14)
Features
- first version of MultiDeployCodePipeline (1978bd1)
Bug Fixes
- removed authorOrganization (9a0e6ea)
- temporarily moved integration tests out of test folder (2f72f23)
v0.2.0
0.2.0 (2022-03-10)
⚠ BREAKING CHANGES
- requires at least CDK v2.15.0
Features
- moved to CDK v2, added some more project information (6576b60)