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] committed Sep 20, 2024
1 parent e9f9862 commit 8bdea84
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 21 deletions.
15 changes: 0 additions & 15 deletions .changeset/popular-laws-thank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-eggs-cheat.md

This file was deleted.

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

## 59.5.2

### Patch Changes

- 1110a11: fix(experimental-ec2-pattern): Create Policy first

When deploying Prism with the `GuEc2AppExperimental` for the first time, the deployment failed with the cloud-init-output logs stating:

```log
An error occurred (AccessDenied) when calling the DescribeTargetHealth operation: User: arn:aws:sts::000000000000:assumed-role/prism-CODE-InstanceRolePrism/i-0cee86d64de253ca4 is not authorized to perform: elasticloadbalancing:DescribeTargetHealth because no identity-based policy allows the elasticloadbalancing:DescribeTargetHealth action
```

This suggests the instance update was started before the policy was created.

Make the ASG depend on the policy that grants these permissions to resolve, as CloudFormation creates dependencies first.

- 5add16c: feat(experimental-ec2-pattern): Tag launch template to improve observability

## 59.5.1

### 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.1",
"version": "59.5.2",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
Expand Down

0 comments on commit 8bdea84

Please sign in to comment.