File tree Expand file tree Collapse file tree 3 files changed +20
-1
lines changed
includes/changelogs/releases Expand file tree Collapse file tree 3 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dbtools-short = "Database Tools"
12
12
dbtools-pkg = " mongodb-database-tools"
13
13
package-name-org = " mongodb-org"
14
14
package-name-enterprise = " mongodb-enterprise"
15
- version = " 100.5.0 "
15
+ version = " 100.5.1 "
16
16
release = " {+version+}"
17
17
pgp-version = " {+version+}"
18
18
pgp-fingerprint = " E162F504A20CDF15827F718D4B7C549A058F8B6B"
Original file line number Diff line number Diff line change
1
+ .. _100.5.1-changelog :
2
+
3
+ 100.5.1 Changelog
4
+ -----------------
5
+
6
+ *Released 2021-10-12 *
7
+
8
+ This release fixes an issue where certain ``config `` collections which
9
+ should generally be ignored were included by :binary: `~bin.mongodump `
10
+ and :binary: `~bin.mongorestore `. This release also ensures that any
11
+ operations on these collections will not be applied during the oplog
12
+ replay phase of :binary: `~bin.mongorestore `.
13
+
14
+ Bug
15
+ ~~~
16
+
17
+ - :issue: `TOOLS-2952 ` Filter config collections in dump/restore
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ Database Tools Changelog
10
10
:depth: 1
11
11
:class: twocols
12
12
13
+ .. include:: /includes/changelogs/releases/100.5.1.rst
14
+
13
15
.. include:: /includes/changelogs/releases/100.5.0.rst
14
16
15
17
.. include:: /includes/changelogs/releases/100.4.1.rst
You can’t perform that action at this time.
0 commit comments