Skip to content

Releases: guardian/cdk

v61.3.0

14 Feb 21:21
abd4dd8
Compare
Choose a tag to compare

Minor Changes

  • fabe6d1: Fix construct id for GuKCLPolicy

v61.2.0

14 Feb 11:46
f67202f
Compare
Choose a tag to compare

Minor Changes

  • 5cae0ff: Add GuKCLPolicy, a IAM-policy construct for the Kinesis Client Library

v61.1.4

11 Feb 08:58
96805e9
Compare
Choose a tag to compare

Patch Changes

  • c19ee84: Update aws-cdk to 2.178.1, aws-cdk-lib to 2.178.1, constructs to 10.4.2

v61.1.3

30 Jan 07:03
04ee730
Compare
Choose a tag to compare

Patch Changes

  • f3e3fe8: Update aws-cdk to 2.177.0, aws-cdk-lib to 2.177.0, constructs to 10.4.2

v61.1.2

14 Jan 08:32
afe2001
Compare
Choose a tag to compare

Patch Changes

  • fc1b881: Update aws-cdk to 2.175.1, aws-cdk-lib to 2.175.1, constructs to 10.4.2

v61.1.1

10 Jan 16:46
1d874c8
Compare
Choose a tag to compare

Patch Changes

  • d1b7fa6: Update aws-cdk to 2.175.0, aws-cdk-lib to 2.175.0, constructs to 10.4.2

v61.1.0

20 Dec 16:19
3d00b8f
Compare
Choose a tag to compare

Minor Changes

  • a11349f: Expose taskDefinition, containerDefinition and task in GuEcsTask

v61.0.2

11 Dec 08:07
d493216
Compare
Choose a tag to compare

Patch Changes

  • 3098169: Update aws-cdk to 2.172.0, aws-cdk-lib to 2.172.0, constructs to 10.4.2

v61.0.1

06 Dec 10:34
5342d83
Compare
Choose a tag to compare

Patch Changes

  • 60639fd: Apply the standard Stack, Stage, App and gu:repo tags to the AWS::IAM::OIDCProvider resource
    created via the GitHubOidcProvider construct.

v61.0.0

05 Dec 17:37
5f483a0
Compare
Choose a tag to compare

Major Changes

  • d3259e7: Support multiple usages of GuGithubActionsRole in a single AWS account

    This significantly changes the resources constructed by GuGithubActionsRole,
    specifically, the construct will no longer instantiate a GitHubOidcProvider.
    This is because you can only ever have one GitHubOidcProvider per provider
    domain (ie token.actions.githubusercontent.com) - while we may want multiple
    instances of GuGithubActionsRole in an AWS account, we can't have the
    GuGithubActionsRole construct trying to make a new GitHubOidcProvider with
    each instance.

    Consequently, you will need to instantiate the GitHubOidcProvider elsewhere
    as a singleton. At the Guardian, we do this with https://github.com/guardian/aws-account-setup.

Minor Changes

  • bf08a5e: Default to GP3 storage type for RDS