Skip to content

Commit 4390dd5

Browse files
authored
DOCS-15412 100.5.3 RNs (#74)
* DOCS-15412 100.5.3 RNs * arrange * fix * snooty-toml
1 parent 96b3515 commit 4390dd5

File tree

3 files changed

+45
-1
lines changed

3 files changed

+45
-1
lines changed

Diff for: snooty.toml

+1-1
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.2"
15+
version = "100.5.3"
1616
release = "{+version+}"
1717
pgp-version = "{+version+}"
1818
pgp-fingerprint = "E162F504A20CDF15827F718D4B7C549A058F8B6B"

Diff for: source/includes/changelogs/releases/100.5.3.rst

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
.. _100.5.3-changelog:
2+
3+
100.5.3 Changelog
4+
-----------------
5+
6+
*Released 2022-06-14*
7+
8+
This release contains a number of bug fixes and changes. Highlights
9+
include support for clustered collections in mongorestore, updating
10+
our Go version from 1.16.7 to 1.17.8 to address CVEs, and supported
11+
platform updates.
12+
13+
Build Failure
14+
~~~~~~~~~~~~~
15+
16+
- :issue:`TOOLS-3119` - All builds are failing on RHEL6.2
17+
- :issue:`TOOLS-3126` - The unit tests for options processing segfault on macOS
18+
- :issue:`TOOLS-3127` - The dist CI task is failing on Windows
19+
20+
Bug
21+
~~~
22+
23+
- :issue:`TOOLS-2958` - An index deletion or collMod in the oplog can be applied to the wrong index
24+
- :issue:`TOOLS-2961` - The RHEL82 ARM release does not use the correct architecture
25+
- :issue:`TOOLS-2963` - Tools are not prompting for a password in many cases where they should
26+
- :issue:`TOOLS-3044` - The zip file for tools on Windows contains invalid paths
27+
- :issue:`TOOLS-3071`- Tools installed by RPM packages to /usr/bin are owned by mongod:mongod instead of root:root
28+
29+
Task
30+
~~~~
31+
32+
- :issue:`TOOLS-2906` - Update Evergreen config to use new merge key format
33+
- :issue:`TOOLS-3001` - bsondump should allow documents up to the internal max bson size (16mb + 16kb)
34+
- :issue:`TOOLS-3028` - Remove evergreen batchtimes from ZAP
35+
- :issue:`TOOLS-3049` - Update the Go version used to build mongo-tools to address several critical and high CVEs
36+
- :issue:`TOOLS-3050` - Add Debian 11 to platforms we publish tools packages for
37+
- :issue:`TOOLS-3095` - Remove Ubuntu 14.04 from CI and release platforms
38+
- :issue:`TOOLS-3104` - Add tests for 5.3 to evergreen
39+
- :issue:`TOOLS-3105` - Pin Go driver to version 1.9.1
40+
- :issue:`TOOLS-3106` - Remove tests for 5.1 and 5.2 for most platforms
41+
- :issue:`TOOLS-3108` - Update mongorestore to support clustered indexes
42+
- :issue:`TOOLS-3116` - Change Windows build to run on windows-vsCurrent-large

Diff for: source/release-notes/database-tools-changelog.txt

+2
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.3.rst
14+
1315
.. include:: /includes/changelogs/releases/100.5.2.rst
1416

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

0 commit comments

Comments
 (0)