Skip to content

Releases: guardian/cdk

v62.5.3

11 Mar 11:02
Immutable release. Only release title and notes can be modified.
1af9016

Choose a tag to compare

Patch Changes

  • c573651: Update aws-cdk to ^2.1110.0, aws-cdk-lib to ^2.241.0, constructs to ^10.5.1

v62.5.2

06 Mar 10:40
Immutable release. Only release title and notes can be modified.
3a1e3a7

Choose a tag to compare

Patch Changes

  • b2f227f: Updating @aws-sdk/* dependencies.

v62.5.1

02 Mar 21:48
Immutable release. Only release title and notes can be modified.
8d3b89f

Choose a tag to compare

Patch Changes

  • 6c73caa: Update aws-cdk to ^2.1108.0, aws-cdk-lib to ^2.241.0, constructs to ^10.5.1

v62.5.0

02 Mar 10:19
Immutable release. Only release title and notes can be modified.
3ce5900

Choose a tag to compare

Minor Changes

  • 6a41012: Remove dependency @oclif/core.

    We were using @oclif/core to create a spinner with the new project CLI. See https://github.com/oclif/core/tree/main/src/ux#action.
    We currently have some open vulnerabilities with minimatch, which @oclif/core adds transitively.
    This change removes @oclif/core in favour of console.log statements.

v62.4.0

27 Feb 10:37
Immutable release. Only release title and notes can be modified.
bb0eb7b

Choose a tag to compare

Minor Changes

  • 62c6674: Add a class for safe instantiation of managed policies with a specific structure of path
    which enables them to be discoverable.

    This enables teams to define sets of permissions which are re-usable and can be used to
    create credentials suitable to approach a given workload, consistent with the Principle
    of Least Privilege. This is preferred to existing workflows where a wide-ranging
    developer role is used.

    These can be reused in multiple locations, so, for example, an EC2 instance can be given
    a specific set of permissions which are also identically available for a support task.
    Changing one would then change the other, ensuring encapsulation of requirements in a
    single place.

v62.3.5

24 Feb 07:29
f7aa0a1

Choose a tag to compare

Patch Changes

v62.3.4

20 Feb 13:53
738816a

Choose a tag to compare

Patch Changes

  • 7d08810: Remove unnecessary npm script from new project template

v62.3.3

13 Feb 14:54
9494e64

Choose a tag to compare

Patch Changes

  • 7ad7ff0: Update aws-cdk to ^2.1105.0, aws-cdk-lib to ^2.238.0, constructs to ^10.4.5

v62.3.2

06 Feb 09:00
91f9ecf

Choose a tag to compare

Patch Changes

  • c35e7db: Add the option to create a WAF parameter to GuEc2App.

    Various projects use WAF to protect their load balancer. This is implemented by an SSM Parameter which is picked up by WAF configuration.

    Rather than have multiple projects create the param, it is now possible to simply mark the GuEc2App as WAF enabled, and the param will be created with a standard format.

v62.3.1

23 Jan 11:04
3e4182a

Choose a tag to compare

Patch Changes

  • 0bcd45c: Update aws-cdk to ^2.1100.3, aws-cdk-lib to ^2.234.1, constructs to ^10.4.4