Skip to content

Commit

Permalink
Bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and akash1810 committed Nov 12, 2024
1 parent 4e2c57e commit 5d78cd9
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 20 deletions.
6 changes: 0 additions & 6 deletions .changeset/aws-cdk-update-v2.166.0.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/brave-pots-act.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/bright-lamps-repair.md

This file was deleted.

15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @guardian/cdk

## 60.0.0

### 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](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_stepfunctions_tasks.EcsRunTask.html#subnets)

- 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

## 59.5.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@guardian/cdk",
"description": "Generic Guardian flavoured AWS CDK components",
"version": "59.5.6",
"version": "60.0.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
Expand Down

0 comments on commit 5d78cd9

Please sign in to comment.