Skip to content

Commit 2c993f8

Browse files
(DOCS-14876): 100.5.1 release notes
1 parent 2aac0e7 commit 2c993f8

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dbtools-short = "Database Tools"
1212
dbtools-pkg = "mongodb-database-tools"
1313
package-name-org = "mongodb-org"
1414
package-name-enterprise = "mongodb-enterprise"
15-
version = "100.5.0"
15+
version = "100.5.1"
1616
release = "{+version+}"
1717
pgp-version = "{+version+}"
1818
pgp-fingerprint = "E162F504A20CDF15827F718D4B7C549A058F8B6B"
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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

source/release-notes/database-tools-changelog.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Database Tools Changelog
1010
:depth: 1
1111
:class: twocols
1212

13+
.. include:: /includes/changelogs/releases/100.5.1.rst
14+
1315
.. include:: /includes/changelogs/releases/100.5.0.rst
1416

1517
.. include:: /includes/changelogs/releases/100.4.1.rst

0 commit comments

Comments
 (0)