Commit b564356
authored
fix: update mongodb fcv to 6 (#41534)
## Description
Looks like when the embedded MongoDB version was last updated, the
feature compatibility version parameter was not updated. This means that
any instances that started on 1.66 or less using the embedded MongoDB
didn't have their compatibility version updated. This'll make the jump
to 7.x harder as we need to ensure this is at least 6 in those
scenarios. Getting this in place now.
Fixes #`Issue Number`
_or_
Fixes `Issue URL`
> [!WARNING]
> _If no issue exists, please create an issue first, and check with the
maintainers if the issue is valid._
## Automation
/ok-to-test tags=""
### 🔍 Cypress test results
<!-- This is an auto-generated comment: Cypress test results -->
> [!CAUTION]
> If you modify the content in this section, you are likely to disrupt
the CI result for your PR.
<!-- end of auto-generated comment: Cypress test results -->
## Communication
Should the DevRel and Marketing teams inform users about this change?
- [ ] Yes
- [x] No
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Chores**
* Updated MongoDB feature compatibility from version 5.x to 6.x in
deployment configuration.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->1 parent 3b3eeae commit b564356
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments