Skip to content

Commit

Permalink
Merge pull request #2498 from guardian/changeset-release/main
Browse files Browse the repository at this point in the history
🦋 Release package updates
  • Loading branch information
akash1810 authored Nov 12, 2024
2 parents 4e2c57e + 64d4759 commit ff170c6
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 22 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
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 ff170c6

Please sign in to comment.