Skip to content

Releases: guardian/cdk

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

v60.1.3

22 Nov 09:23
5aa8c40
Compare
Choose a tag to compare

Patch Changes

  • b488c2e: Update aws-cdk to 2.170.0, aws-cdk-lib to 2.170.0, constructs to 10.4.2

v60.1.2

22 Nov 08:57
604f534
Compare
Choose a tag to compare

Patch Changes

  • b8f4bbe: Update codemaker from 1.104.0 to 1.105.0
  • 0d7dd47: Update git-url-parse from 15.0.0 to 16.0.0

v60.1.1

14 Nov 09:46
c3a5fbf
Compare
Choose a tag to compare

Patch Changes

  • d00fa34: Update aws-sdk from 2.1691.0 to 2.1692.0

v60.1.0

13 Nov 08:12
a63a33e
Compare
Choose a tag to compare

Minor Changes

  • 6e67597: feat(riff-raff.yaml): Add minInstancesInServiceParameters when applicable

    To complement the changes in guardian/riff-raff#1383,
    add the minInstancesInServiceParameters property to the riff-raff.yaml file when applicable.

v60.0.0

12 Nov 09:24
ff170c6
Compare
Choose a tag to compare

Major Changes

  • 1105831: Set CPU architecture of ECS tasks to ARM64

  • 8e1c15f: ECS task now uses GuVpc.subnetsFromParameter rather than defaulting to CDK context

    Note that this is a breaking change, because the previous behaviour was this

    • which relied on a CDK context file with details of the different subnets.

Patch Changes

  • 3d26489: Update aws-cdk to 2.166.0, aws-cdk-lib to 2.166.0, constructs to 10.4.2

v59.5.6

21 Oct 17:56
ebb00c7
Compare
Choose a tag to compare

Patch Changes

  • 55c7c09: Update aws-cdk to 2.162.1, aws-cdk-lib to 2.162.1, constructs to 10.4.2