Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🦋 Release package updates #2296

Merged
merged 1 commit into from
May 1, 2024
Merged

🦋 Release package updates #2296

merged 1 commit into from
May 1, 2024

Conversation

guardian-ci
Copy link
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@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").

@guardian-ci guardian-ci requested a review from a team as a code owner May 1, 2024 13:13
@jacobwinch jacobwinch merged commit a322c74 into main May 1, 2024
2 checks passed
@jacobwinch jacobwinch deleted the changeset-release/main branch May 1, 2024 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants