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

feat!: Upgrades DocumentDB version to 5.0.0 #1364

Merged
merged 1 commit into from
Nov 4, 2024

Conversation

marofke
Copy link
Contributor

@marofke marofke commented Nov 1, 2024

Summary

This change bumps our default DocumentDB version to 5.0.0.

Note that users with existing DocumentDB clusters with previous versions will need to manually upgrade by following the documentation: https://docs.aws.amazon.com/documentdb/latest/developerguide/docdb-mvu.html

Testing

  • Deployed the All-In-AWS-Infrastructure-Basic typescript example to my account, using the latest release version, which created a DocDB 3.6 cluster
  • Submitted a job, and confirmed it wrote to the DB successfully
  • Followed the documentation to migrate my DocumentDB cluster to 5.0.0
  • Confirmed I could submit and retrieve jobs to/from my DB (and my existing jobs showed up)
  • Using these changes, redeployed to my existing RFDK stacks, confirmed it deployed correctly
  • Confirmed I could submit and retrieve jobs to/from my DB (and my existing jobs showed up)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

Note that users with existing DocumentDB clusters with previous versions
will need to manually upgrade by following the documentation:
https://docs.aws.amazon.com/documentdb/latest/developerguide/docdb-mvu.html

Signed-off-by: Caden Marofke <132690522+marofke@users.noreply.github.com>
@marofke marofke merged commit f0ca078 into mainline Nov 4, 2024
3 checks passed
@marofke marofke deleted the marofke/document-db-5.0.0 branch November 4, 2024 16:13
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.

3 participants