Skip to content

Commit 54fed6d

Browse files
authored
(DOCSP-27933): Release notes, source constant updates for 1.28.0 (#807)
* Release notes, source constant updates for 1.28.0 * Set submodule to 1.28.0 * copy review
1 parent 8fcf396 commit 54fed6d

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-3
lines changed

config/redirects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
define: prefix docs/mongocli
22
define: base https://www.mongodb.com/${prefix}
3-
define: versions v1.0.0 v1.1.0 v1.2.0 v1.3.0 v1.4.0 v1.5 v1.6 v1.7 v1.8 v1.9 v1.10 v1.11 v1.12 v1.13 v1.14 v1.15 v1.16 v1.17 v1.18 v1.19 v1.20 v1.21 v1.22 v1.23 1.24 master
3+
define: versions v1.0.0 v1.1.0 v1.2.0 v1.3.0 v1.4.0 v1.5 v1.6 v1.7 v1.8 v1.9 v1.10 v1.11 v1.12 v1.13 v1.14 v1.15 v1.16 v1.17 v1.18 v1.19 v1.20 v1.21 v1.22 v1.23 v1.24 v1.25 v1.26 v1.27 master
44

55
raw: ${prefix}/ -> ${base}/stable/
66
raw: ${prefix} -> ${base}/stable/

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.27.0"
180+
mcli-version = "1.28.0"
181181
mdbagent = "MongoDB Agent"
182182
mdbVersion = "6.0"
183183
mongosh = ":binary:`~bin.mongosh`"

source/release-notes.txt

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

17+
.. _mcli_1.28.0:
18+
19+
{+mcli+} 1.28.0
20+
------------------
21+
22+
*Released 2023-02-09*
23+
24+
- Fixes a bug where the ``DefaultRWConcern`` cluster setting was not
25+
properly set.
26+
- Updates the :ref:`mongocli-config-describe` command to no longer redact
27+
public |api| keys.
28+
- Deprecates the ``atlas-integrations-create-NEW_RELIC`` command.
29+
- Adds support for cluster termination protection.
30+
31+
- To enable cluster termination protection, run
32+
:ref:`mongocli-atlas-clusters-create` or :ref:`mongocli-atlas-clusters-update`
33+
with the ``--enableTerminationProtection`` option.
34+
- To disable cluster termination protection, run :ref:`mongocli-atlas-clusters-update`
35+
with the ``--disableTerminationProtection`` option.
36+
37+
- Improves help text and documentation for multiple commands.
38+
1739
.. _mcli_1.27.0:
1840

1941
{+mcli+} 1.27.0

submodules/mongocli

0 commit comments

Comments
 (0)