-
Notifications
You must be signed in to change notification settings - Fork 190
INTMDB-323 Remove beta requirement for serverless #783
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
Conversation
…o avoid lint errors
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one small change to remove that it's in preview as it's now GA - but preserve the link to the limitations.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the quick fix. LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, small nit for code cleanup
* Updated serverless instance documentation to be correct (#782) * INTMDB-335 and INTMDB-348: backup - Add option for multiple weekly monthly schedules and fix autoexport (#784) * INTMDB-335: Add option for multiple weekly monthly schedules and Fix missing auto_export_enabled flag setting add test for export example * Correct restore_window_days * Split out export test * Update CHANGELOG.md * Set export to computed to avoid drift in existing configurations * Update CHANGELOG.md * Add support for delaying deletion of mongodbatlas_cloud_backup_snapshot_export_bucket * Delete __debug_bin * Add additional user supplied PR * Update CHANGELOG.md * INTMDB-323 Remove beta requirement for serverless (#783) * Removed serverless beta documentation and resource requirement * Added commented out example beta features and added an early return to avoid lint errors * Removed text about serverless being in preview, it's not * Addressed nit, removed examples Co-authored-by: Dosty Everts <[email protected]>
* Updated serverless instance documentation to be correct (mongodb#782) * INTMDB-335 and INTMDB-348: backup - Add option for multiple weekly monthly schedules and fix autoexport (mongodb#784) * INTMDB-335: Add option for multiple weekly monthly schedules and Fix missing auto_export_enabled flag setting add test for export example * Correct restore_window_days * Split out export test * Update CHANGELOG.md * Set export to computed to avoid drift in existing configurations * Update CHANGELOG.md * Add support for delaying deletion of mongodbatlas_cloud_backup_snapshot_export_bucket * Delete __debug_bin * Add additional user supplied PR * Update CHANGELOG.md * INTMDB-323 Remove beta requirement for serverless (mongodb#783) * Removed serverless beta documentation and resource requirement * Added commented out example beta features and added an early return to avoid lint errors * Removed text about serverless being in preview, it's not * Addressed nit, removed examples Co-authored-by: Dosty Everts <[email protected]>
Description
Removed the requirement to set
MONGODB_ATLAS_ENABLE_BETA
to use serverless and update the docs to match.Internal ticket INTMDB-323
Type of change:
Required Checklist:
Further comments