Skip to content

Releases: guardian/cdk

v6.2.2

30 Mar 12:44
b4ad69d
Compare
Choose a tag to compare

6.2.2 (2021-03-30)

Bug Fixes

v6.2.1

30 Mar 09:57
2ea989d
Compare
Choose a tag to compare

v6.2.0

29 Mar 14:45
b65a4f0
Compare
Choose a tag to compare

6.2.0 (2021-03-29)

Features

v6.1.0

29 Mar 13:27
5488958
Compare
Choose a tag to compare

6.1.0 (2021-03-29)

Features

v6.0.1

29 Mar 11:06
b668437
Compare
Choose a tag to compare

6.0.1 (2021-03-29)

Bug Fixes

  • rename loadbalancing files for clarity (#353) (b668437)

v6.0.0

24 Mar 10:47
bff9009
Compare
Choose a tag to compare

6.0.0 (2021-03-24)

Features

BREAKING CHANGES

  • GuSSMRunCommandPolicy and GuDescribeEC2Policy can no longer be directly instantiated

v5.0.0

24 Mar 10:33
1260ce2
Compare
Choose a tag to compare

5.0.0 (2021-03-24)

Features

BREAKING CHANGES

    • The removal of the static parameterName field means GuDistributionBucketParameter.parameterName becomes GuDistributionBucketParameter.getInstance(stack).id

v4.0.0

19 Mar 08:49
51ea983
Compare
Choose a tag to compare

4.0.0 (2021-03-19)

Code Refactoring

  • GuLogShippingPolicy: make GuLogShippingPolicy a singleton (#337) (51ea983)

BREAKING CHANGES

  • GuLogShippingPolicy: * The API for GuLogShippingPolicy has changed. It is now a singleton and direct instantiation is not possible.

v3.0.1

18 Mar 12:00
51da822
Compare
Choose a tag to compare

3.0.1 (2021-03-18)

Bug Fixes

  • deps: move semantic-release to devDependencies (#330) (51da822)

v3.0.0

17 Mar 15:02
1bda3c1
Compare
Choose a tag to compare

3.0.0 (2021-03-17)

Features

  • Tag support for a stack with multiple apps (#326) (1bda3c1)

BREAKING CHANGES

  • GuStack no longer knows about an "app"
  • Constructors for GuAutoScalingGroup, GuUserData, GuParameterStoreReadPolicy, GuGetDistributablePolicy and GuInstanceRole now require props
  • Props for GuLambdaFunction, GuDatabaseInstance, GuInstanceTypeParameter and GuAmiParameter now take an "app" prop