Skip to content

Releases: guardian/cdk

v8.0.2

12 Apr 09:28
63e532d
Compare
Choose a tag to compare

8.0.2 (2021-04-12)

Bug Fixes

  • Add multi app support to GuApplicationLoadBalancer (1f52b37)
  • Add multi app support to GuApplicationTargetGroup (a1cf249)
  • Apply App tag to GuApplicationLoadBalancer (a19f4b2)
  • Apply App tag to GuApplicationTargetGroup (cfab666)
  • Make GuApplicationListeners support multiple apps (3f024f2)

v8.0.1

09 Apr 12:27
9040502
Compare
Choose a tag to compare

8.0.1 (2021-04-09)

Bug Fixes

  • silence alarms in CODE and handle missing data correctly (#404) (9040502)

v8.0.0

09 Apr 10:39
5a2b5bf
Compare
Choose a tag to compare

8.0.0 (2021-04-09)

Bug Fixes

BREAKING CHANGES

    • Update GuWazuhAccess group description to follow guide

See:

    • Hardcode the logicalId for GuWazuhAccess to WazuhSecurityGroup

v7.1.2

08 Apr 08:35
5450280
Compare
Choose a tag to compare

7.1.2 (2021-04-08)

Bug Fixes

  • ensure all generated logical ids conform to CloudFormation standard (#396) (01e271b)

v7.1.1

08 Apr 08:01
d896ada
Compare
Choose a tag to compare

7.1.1 (2021-04-08)

Bug Fixes

  • Improve GuAutoScalingGroup's support of a multi-app stack (ad9aea6)

v7.1.0

08 Apr 06:44
345995d
Compare
Choose a tag to compare

7.1.0 (2021-04-08)

Bug Fixes

  • use traffic port for ALB healthcheck by default (#391) (25f4bd0)

Features

v7.0.0

07 Apr 06:26
e001123
Compare
Choose a tag to compare

7.0.0 (2021-04-07)

  • refactor!: Improve Mappings helper function(s) (#387) (e001123), closes #387

BREAKING CHANGES

  • The setStageDependentValue and getStageDependentValue helper functions have been removed. In order to reduce boilerplate, the same functionality is now provided via a single function (withStageDependentValue).

v6.4.0

06 Apr 08:08
6c6dadd
Compare
Choose a tag to compare

6.4.0 (2021-04-06)

Features

  • allow GuSecurityGroup to be specified at the app level (598f226)

v6.3.2

01 Apr 12:24
d1d7542
Compare
Choose a tag to compare

6.3.2 (2021-04-01)

Bug Fixes

  • use Math.random to generate a uid for GuSSMParameter (3285bf9)

Reverts

  • "fix: use performance.now for a high resolution timer" (98e6a5b)

v6.3.1

01 Apr 11:34
4cad8aa
Compare
Choose a tag to compare

6.3.1 (2021-04-01)

Bug Fixes

  • further namespace the id function (f3a8656)
  • use performance.now for a high resolution timer (660da8a)