@@ -125,7 +125,7 @@ The following example shows the ``AtlasDeployment`` resource with a
125
125
connectionStrings:
126
126
standard: mongodb://test-cluster-shard-00-00.kpc8f.mongodb.net:27017,test-cluster-shard-00-01.kpc8f.mongodb.net:27017,test-cluster-shard-00-02.kpc8f.mongodb.net:27017/?ssl=true&authSource=admin&replicaSet=atlas-1gm1pv-shard-0
127
127
standardSrv: mongodb+srv://test-cluster.kpc8f.mongodb.net
128
- mongoDBVersion: 4.4.4
128
+ mongoDBVersion: 6.0
129
129
mongoURIUpdated: "2021-03-12T12:21:41Z"
130
130
observedGeneration: 1
131
131
stateName: IDLE
@@ -549,7 +549,6 @@ examples, and the |api| documentation.
549
549
Version of the {+cluster+} to deploy. |service| supports the
550
550
following MongoDB versions for ``M10+`` {+clusters+}:
551
551
552
- - 4.4
553
552
- 5.0
554
553
- 6.0
555
554
- 7.0
@@ -1043,9 +1042,6 @@ examples, and the |api| documentation.
1043
1042
requested from MongoDB for read operations
1044
1043
</reference/read-concern/>` set for this {+cluster+}.
1045
1044
1046
- MongoDB 4.4 {+clusters+} default to
1047
- :manual:`available </reference/read-concern-available>`.
1048
-
1049
1045
MongoDB 5.0 {+clusters+} default to
1050
1046
:manual:`local </reference/read-concern-local>`.
1051
1047
@@ -1056,12 +1052,9 @@ examples, and the |api| documentation.
1056
1052
*Optional*
1057
1053
1058
1054
String that indicates the :manual:`default level of acknowledgment
1059
- requested from MongoDB for write operations
1055
+ requested from MongoDB for write operations
1060
1056
</reference/write-concern/>` set for this {+cluster+}.
1061
1057
1062
- MongoDB 4.4 {+clusters+} default to :manual:`1
1063
- </reference/write-concern>`.
1064
-
1065
1058
MongoDB versions 5.0 and later {+clusters+} default to
1066
1059
:manual:`majority
1067
1060
</reference/write-concern>`.
@@ -1090,13 +1083,7 @@ examples, and the |api| documentation.
1090
1083
Flag that indicates whether the {+cluster+} allows execution of
1091
1084
operations that perform server-side executions of JavaScript.
1092
1085
1093
- - If your {+cluster+} runs a MongoDB version less than 4.4, this
1094
- option corresponds to modifying the
1095
- :setting:`security.javascriptEnabled` configuration file
1096
- option for each |mongod| in the {+cluster+}.
1097
-
1098
- - If your {+cluster+} runs MongoDB version 4.4 or greater, this
1099
- option corresponds to modifying the
1086
+ - This option corresponds to modifying the
1100
1087
:setting:`security.javascriptEnabled` configuration file
1101
1088
option for each |mongod| and |mongos| in the {+cluster+}.
1102
1089
0 commit comments