Skip to content

Commit

Permalink
Merge pull request #2105 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 9, 2023
2 parents 1f6b4de + 1462c4d commit 053b91d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
13 changes: 0 additions & 13 deletions .changeset/lazy-wasps-repair.md

This file was deleted.

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

## 52.2.0

### Minor Changes

- 5ee2c0955: feat(backup): Support backups provided by DevX

Adds a new property `withBackup` to `GuStack` to enable backups provided by DevX.

When `true`, all supported resources in the stack will receive a new tag `devx-backup-enabled`.

To opt in/out an individual resource, you can manually apply this tag.

See https://github.com/guardian/aws-backup.

## 52.1.0

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

0 comments on commit 053b91d

Please sign in to comment.