File tree Expand file tree Collapse file tree 3 files changed +25
-1
lines changed
includes/changelogs/releases Expand file tree Collapse file tree 3 files changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dbtools-short = "Database Tools"
1212dbtools-pkg = " mongodb-database-tools"
1313package-name-org = " mongodb-org"
1414package-name-enterprise = " mongodb-enterprise"
15- version = " 100.7.1 "
15+ version = " 100.7.3 "
1616release = " {+version+}"
1717pgp-version = " {+version+}"
1818pgp-fingerprint = " E162F504A20CDF15827F718D4B7C549A058F8B6B"
Original file line number Diff line number Diff line change 1+ .. _100.7.3-changelog :
2+
3+ 100.7.3 Changelog
4+ -----------------
5+
6+ *Released 2023-06-26 *
7+
8+ This release fixes an issue introduced in 100.7.1 where specifying
9+ ``mongodump --db=confg `` would not dump the entire config collection.
10+
11+ Bug
12+ ~~~
13+
14+ - :issue: `TOOLS-3324 ` Fix failure to dump needed sharded collections
15+ from config database
16+
17+ Task
18+ ~~~~
19+
20+ - :issue: `TOOLS-3319 ` Change mongorestore so that it works with atlas proxy
21+ backup tests
22+
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ Database Tools Changelog
1010 :depth: 1
1111 :class: twocols
1212
13+ .. include:: /includes/changelogs/releases/100.7.3.rst
14+
1315.. include:: /includes/changelogs/releases/100.7.2.rst
1416
1517.. include:: /includes/changelogs/releases/100.7.1.rst
You can’t perform that action at this time.
0 commit comments