Skip to content

Releases: guardian/cdk

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)

v6.3.0

01 Apr 08:54
87f6014
Compare
Choose a tag to compare

6.3.0 (2021-04-01)

Features

  • make Wazuh access security group a singleton (742c674)

v6.2.3

31 Mar 08:00
f8aebdf
Compare
Choose a tag to compare

6.2.3 (2021-03-31)

Bug Fixes