From a322c74f0b8f5b5bb2bdd5ce06314334e252877a Mon Sep 17 00:00:00 2001 From: "theguardian.com continuous integration" Date: Wed, 1 May 2024 14:22:51 +0100 Subject: [PATCH] Bump package version (#2296) Co-authored-by: github-actions[bot] --- .changeset/tiny-steaks-jump.md | 11 ----------- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 3 files changed, 13 insertions(+), 12 deletions(-) delete mode 100644 .changeset/tiny-steaks-jump.md diff --git a/.changeset/tiny-steaks-jump.md b/.changeset/tiny-steaks-jump.md deleted file mode 100644 index b9671a3734..0000000000 --- a/.changeset/tiny-steaks-jump.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@guardian/cdk": major ---- - -BREAKING CHANGE: DevX Backups can no longer be enabled via the `withBackup` prop, which has been removed. - -Users should now opt-in/out of DevX Backups at the construct level (i.e. when defining an RDS instance, cluster or -DynamoDB table). - -We recommend using the `GuDatabaseInstance` or `GuDynamoTable` to help with this. If these constructs cannot be used, -resources can also be tagged like this: `Tags.of(myDatabase).add("devx-backup-enabled", "true")`. diff --git a/CHANGELOG.md b/CHANGELOG.md index b9244c144c..01e1ac6b43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @guardian/cdk +## 58.0.0 + +### Major Changes + +- fa0719b: BREAKING CHANGE: DevX Backups can no longer be enabled via the `withBackup` prop, which has been removed. + + Users should now opt-in/out of DevX Backups at the construct level (i.e. when defining an RDS instance, cluster or + DynamoDB table). + + We recommend using the `GuDatabaseInstance` or `GuDynamoTable` to help with this. If these constructs cannot be used, + resources can also be tagged like this: `Tags.of(myDatabase).add("devx-backup-enabled", "true")`. + ## 57.1.0 ### Minor Changes diff --git a/package.json b/package.json index 9ee2135586..b44e72194f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@guardian/cdk", "description": "Generic Guardian flavoured AWS CDK components", - "version": "57.1.0", + "version": "58.0.0", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [