Skip to content

Commit fc684c6

Browse files
DOCSP-37491 -- Remove references to Atlas 4.4 (EOL) (#37)
* DOCSP-37491 - remove references to Atlas 4.4 (EOL) * DOCSP-37491 - remove references to Atlas 4.4 (EOL) * DOCSP-37491 - copy review revision
1 parent b43f341 commit fc684c6

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

source/atlasdeployment-custom-resource.txt

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ The following example shows the ``AtlasDeployment`` resource with a
125125
connectionStrings:
126126
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
127127
standardSrv: mongodb+srv://test-cluster.kpc8f.mongodb.net
128-
mongoDBVersion: 4.4.4
128+
mongoDBVersion: 6.0
129129
mongoURIUpdated: "2021-03-12T12:21:41Z"
130130
observedGeneration: 1
131131
stateName: IDLE
@@ -549,7 +549,6 @@ examples, and the |api| documentation.
549549
Version of the {+cluster+} to deploy. |service| supports the
550550
following MongoDB versions for ``M10+`` {+clusters+}:
551551

552-
- 4.4
553552
- 5.0
554553
- 6.0
555554
- 7.0
@@ -1043,9 +1042,6 @@ examples, and the |api| documentation.
10431042
requested from MongoDB for read operations
10441043
</reference/read-concern/>` set for this {+cluster+}.
10451044

1046-
MongoDB 4.4 {+clusters+} default to
1047-
:manual:`available </reference/read-concern-available>`.
1048-
10491045
MongoDB 5.0 {+clusters+} default to
10501046
:manual:`local </reference/read-concern-local>`.
10511047

@@ -1056,12 +1052,9 @@ examples, and the |api| documentation.
10561052
*Optional*
10571053

10581054
String that indicates the :manual:`default level of acknowledgment
1059-
requested from MongoDB for write operations
1055+
requested from MongoDB for write operations
10601056
</reference/write-concern/>` set for this {+cluster+}.
10611057

1062-
MongoDB 4.4 {+clusters+} default to :manual:`1
1063-
</reference/write-concern>`.
1064-
10651058
MongoDB versions 5.0 and later {+clusters+} default to
10661059
:manual:`majority
10671060
</reference/write-concern>`.
@@ -1090,13 +1083,7 @@ examples, and the |api| documentation.
10901083
Flag that indicates whether the {+cluster+} allows execution of
10911084
operations that perform server-side executions of JavaScript.
10921085

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
11001087
:setting:`security.javascriptEnabled` configuration file
11011088
option for each |mongod| and |mongos| in the {+cluster+}.
11021089

0 commit comments

Comments
 (0)