Skip to content

Commit

Permalink
Merge pull request #2245 from guardian/changeset-release/main
Browse files Browse the repository at this point in the history
🦋 Release package updates
  • Loading branch information
akash1810 authored Mar 8, 2024
2 parents 5b71970 + 96f789b commit 8efff74
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-countries-bake.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/forty-spies-heal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-boats-relate.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/soft-bears-drum.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

## 56.0.0

### Major Changes

- 5fead41: - Load balancers now add headers with information about the TLS version and cipher suite used during negotiation
- Load balancers now drop invalid headers before forwarding requests to the target. Invalid headers are described as HTTP header names that do not conform to the regular expression [-A-Za-z0-9]+

### Patch Changes

- a551119: Apply the `App` tag to the launch template created in the EC2 App pattern.
- de7c472: Update dependencies
- e1f3751: Fixes a bug where `this.app` on a `GuStack` is always `undefined`, as it is never set.

See https://github.com/guardian/cdk/pull/1497#issuecomment-1480997050.

## 55.0.0

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

0 comments on commit 8efff74

Please sign in to comment.