Skip to content

Commit dfa4d2e

Browse files
(DOCSP-11446): Mongocli v1.3 release notes & version bump (#167)
* (DOCSP-11446): Mongocli v1.3 release notes & version bump * tech review
1 parent c435c11 commit dfa4d2e

File tree

5 files changed

+27
-7
lines changed

5 files changed

+27
-7
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
'version': version,
6262
'mcli': 'MongoDB CLI',
6363
'mcli-long': 'MongoDB Command Line Interface (``mongocli``)',
64-
'mcli-version': '1.1.0',
64+
'mcli-version': '1.4.0',
6565
'mdbVersion': '4.2',
6666
'mdbagent': 'MongoDB Agent',
6767
'aagent': 'Automation Agent',

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.3.0'
32+
release: '1.4.0'
3333
branch: 'master'
3434
assets:
3535
- branch: master

config/redirects

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
define: base https://docs.mongodb.com/mongocli
2-
define: versions v0.0.3 v0.0.4 v0.1.0 v0.2.0 v0.5.0 v1.0.0 v1.1.0 v1.2.0 master
3-
symlink: v1.3.0 -> master
2+
define: versions v0.0.3 v0.0.4 v0.1.0 v0.2.0 v0.5.0 v1.0.0 v1.1.0 v1.2.0 v1.3.0 master
3+
symlink: v1.4.0 -> master
44
symlink: upcoming -> master
5-
symlink: stable -> v1.2.0
5+
symlink: stable -> v1.3.0
66

77
raw: mongocli/ -> ${base}/stable
88

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ aagent = "Automation Agent"
77
default-profile = ":ref:`default profile <mcli-profiles>`"
88
mcli = "MongoDB CLI"
99
mcli-long = "MongoDB Command Line Interface (``mongocli``)"
10-
mcli-version = "1.1.0"
10+
mcli-version = "1.4.0"
1111
mdbagent = "MongoDB Agent"
1212
mdbVersion = "4.2"
1313

source/release-notes.txt

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

17+
{+mcli+} 1.3.0
18+
-------------------------------
19+
20+
*Released 2020-07-30*
21+
22+
New Features
23+
~~~~~~~~~~~~
24+
25+
- Adds support for :ref:`Atlas Search <mcli-reference-atlas-search>`.
26+
- Adds support for X.509 configurations in |service|.
27+
- Adds support for X.509 database users in |service|.
28+
- Adds support for |aws| IAM database users in |service|.
29+
30+
Bug Fixes and Improvements
31+
~~~~~~~~~~~~~~~~~~~~~~~~~~
32+
33+
- Improves advanced cluster configurations in |com|.
34+
- When creating a project in |com|, returns {+mdbagent+} |API| keys.
35+
36+
1737
{+mcli+} 1.2.0
1838
-------------------------------
1939

@@ -22,7 +42,7 @@ Release Notes for {+mcli-long+}
2242
New Features
2343
~~~~~~~~~~~~
2444

25-
- Adds support for Atlas Search.
45+
- Adds support for :ref:`Atlas Online Archive <mcli-reference-atlas-onlinearchive>`.
2646
- Adds support for :ref:`Atlas Data Lake <mcli-reference-atlas-datalake>`.
2747

2848
Bug Fixes and Improvements

0 commit comments

Comments
 (0)