-
Notifications
You must be signed in to change notification settings - Fork 89
Removed defaultMongoDBVersion api call in builders. MongoDB version i… #4054
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
…s still optional.
APIx Bot |
@jeroenvervaeke did you test this against prod? I vaguely remember we had to add a number instead of blank because our tests / prod / dev all behave differently. |
I've tested against QA. According to the prod api docs:
|
Ran the e2e tests that were failing on evergreen. Everything looks green. |
Note to future self: This PR could cause an issue when releasing MongoDB 9.0, but this problem should be resolved by merging #4050 |
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.
🎉 thanks for the offline discussion
if you want you can update the snaphots by adding |
Coverage Report 📈
|
Proposed changes
internal/cli/clusters/create.go
builder.usage.MDBVersionCreate
, because I didn't want theupdate
commands to be affected by the docs change.Made every single api call command 100% faster 🚀
Jira ticket: CLOUDP-333404