Skip to content

Releases: openwebsolns/cdk-deployment-constructs

v0.1.8

17 Nov 01:23
Compare
Choose a tag to compare

0.1.8 (2023-11-17)

Bug Fixes

  • PutMetricData permissions by default (a3826fc)

v0.1.7

13 Nov 18:18
Compare
Choose a tag to compare

0.1.7 (2023-11-13)

Bug Fixes

  • Metrics always provide a namespace (7dae1ba)

v0.1.6

03 Nov 20:56
Compare
Choose a tag to compare

0.1.6 (2023-11-03)

Features

  • buildEnforcer() returns created instance (57bf448)

v0.1.5

31 Oct 17:24
Compare
Choose a tag to compare

0.1.5 (2023-10-31)

Features

  • expose metrics from DeploymentSafetyEnforcer (a4e801b)

v0.1.4

30 Oct 19:45
Compare
Choose a tag to compare

0.1.4 (2023-10-30)

Features

  • emit metrics on pipeline health (on by default) (e82ce64)

v0.1.3

28 Mar 23:42
Compare
Choose a tag to compare

0.1.3 (2023-03-28)

Bug Fixes

  • ID alarms by account, not just name (dd0ca15)

v0.1.2

25 Feb 15:16
Compare
Choose a tag to compare

0.1.2 (2023-02-25)

v0.1.1

20 Dec 11:03
308d304
Compare
Choose a tag to compare

0.1.1 (2022-12-20)

v0.1.0

19 Dec 14:19
8625a30
Compare
Choose a tag to compare

0.1.0 (2022-12-19)

⚠ BREAKING CHANGES

  • rename method newBakeStep as newWaveBakeStep, to
    condone its usage only for wave steps, because the CodePipeline
    construct names stage-added actions in a non-deterministic way, such as
    sometimes prefixing the step ID with the stage ID, thus breaking the
    relationship between the pipeline and the enforcer.

Co-authored-by: Dayan Paez [email protected]

Bug Fixes

  • bake steps only supported for waves (#5) (8625a30)

v0.0.7

12 Dec 12:08
c29b27a
Compare
Choose a tag to compare

0.0.7 (2022-12-12)

Features