Skip to content

Commit cef8f7f

Browse files
authored
(DOCSP-24696) Adds release notes for 1.26.0 and 1.26.1, source constants and compatibility (#762)
* (DOCSP-24696) Adds release notes for 1.26.0 and 1.26.1, source constants and compatibility * Sets submodule to mongocli/v1.26.1 * Removes v4.2 from compatibility table after tech review * Includes change from Kanchana's copy review
1 parent 6906833 commit cef8f7f

File tree

5 files changed

+33
-6
lines changed

5 files changed

+33
-6
lines changed

config/build_conf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ system:
2929
- 'sphinx_local.yaml'
3030
- htaccess: ['htaccess.yaml']
3131
version:
32-
release: '1.25.0'
32+
release: '1.26.1'
3333
branch: 'master'
3434
assets:
3535
- branch: master

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ data-lake-store = "data store"
177177
default-profile = ":ref:`default profile <mcli-profiles>`"
178178
mcli = "MongoDB CLI"
179179
mcli-long = "MongoDB Command Line Interface (``mongocli``)"
180-
mcli-version = "1.25.0"
180+
mcli-version = "1.26.1"
181181
mdbagent = "MongoDB Agent"
182182
mdbVersion = "6.0"
183183
mongosh = ":binary:`~bin.mongosh`"

source/install/compatibility.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,4 @@ versions of |service|, |cloud-short|, and |onprem|.
6969
- Current
7070

7171
* - |onprem|
72-
- 4.2 [*]_, 4.4, 5.0
73-
74-
.. [*] Some features are not available in |onprem| 4.2.
72+
- 5.0

source/release-notes.txt

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,35 @@ Release Notes for {+mcli-long+}
1414
:depth: 1
1515
:class: singlecol
1616

17+
.. _mcli_1.26.1:
18+
19+
{+mcli+} 1.26.1
20+
-------------------
21+
22+
*Released 2022-08-18*
23+
24+
- Adds support for the following platforms:
25+
26+
- RHEL 9
27+
- Ubuntu 22.04
28+
- ``yum`` and ``apt`` using MongoDB version 6.0
29+
30+
To learn more, see :ref:`mcli-install`.
31+
32+
.. _mcli_1.26.0:
33+
34+
{+mcli+} 1.26.0
35+
-------------------
36+
37+
*Released 2022-08-18*
38+
39+
- Drops support for Ops Manager 4.4.
40+
- Updates the help message for roles when using the
41+
:ref:`atlas-dbusers-create` command.
42+
- Fixes a bug that prevented option validation when using the
43+
:ref:`atlas-backups-restores-start` command.
44+
- Fixes a bug that returned the wrong link for upgrading {+mcli+}.
45+
1746
.. _mcli_1.25.0:
1847

1948
{+mcli+} 1.25.0

submodules/mongocli

0 commit comments

Comments
 (0)