diff --git a/.changeset/stupid-apes-poke.md b/.changeset/stupid-apes-poke.md deleted file mode 100644 index 6f7a4e148b..0000000000 --- a/.changeset/stupid-apes-poke.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@guardian/cdk": major ---- - -Remove support for classic load balancers. - -Use of application load balancers (ALBs) is considered best practice, -as ALBs are receiving [more capabilities](https://aws.amazon.com/elasticloadbalancing/features/) than elastic (classic) load balancers (ELBs). -GuCDK should be encoding best practice, so remove support for ELBs. - -Please adopt application load balancers instead, or if necessary, use ELBs directly from AWS CDK. diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000000..23540f8514 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# @guardian/cdk + +## 52.0.0 + +### Major Changes + +- 2fd7d333c: Remove support for classic load balancers. + + Use of application load balancers (ALBs) is considered best practice, + as ALBs are receiving [more capabilities](https://aws.amazon.com/elasticloadbalancing/features/) than elastic (classic) load balancers (ELBs). + GuCDK should be encoding best practice, so remove support for ELBs. + + Please adopt application load balancers instead, or if necessary, use ELBs directly from AWS CDK. diff --git a/package.json b/package.json index 8011228dd6..35a5bad3f4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@guardian/cdk", "description": "Generic Guardian flavoured AWS CDK components", - "version": "51.0.0", + "version": "52.0.0", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [