Skip to content

Commit

Permalink
DOCS-15412 100.5.3 RNs (#74)
Browse files Browse the repository at this point in the history
* DOCS-15412 100.5.3 RNs

* arrange

* fix

* snooty-toml
  • Loading branch information
ianf-mongodb authored Jun 16, 2022
1 parent 96b3515 commit 4390dd5
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 1 deletion.
2 changes: 1 addition & 1 deletion snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dbtools-short = "Database Tools"
dbtools-pkg = "mongodb-database-tools"
package-name-org = "mongodb-org"
package-name-enterprise = "mongodb-enterprise"
version = "100.5.2"
version = "100.5.3"
release = "{+version+}"
pgp-version = "{+version+}"
pgp-fingerprint = "E162F504A20CDF15827F718D4B7C549A058F8B6B"
Expand Down
42 changes: 42 additions & 0 deletions source/includes/changelogs/releases/100.5.3.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
.. _100.5.3-changelog:

100.5.3 Changelog
-----------------

*Released 2022-06-14*

This release contains a number of bug fixes and changes. Highlights
include support for clustered collections in mongorestore, updating
our Go version from 1.16.7 to 1.17.8 to address CVEs, and supported
platform updates.

Build Failure
~~~~~~~~~~~~~

- :issue:`TOOLS-3119` - All builds are failing on RHEL6.2
- :issue:`TOOLS-3126` - The unit tests for options processing segfault on macOS
- :issue:`TOOLS-3127` - The dist CI task is failing on Windows

Bug
~~~

- :issue:`TOOLS-2958` - An index deletion or collMod in the oplog can be applied to the wrong index
- :issue:`TOOLS-2961` - The RHEL82 ARM release does not use the correct architecture
- :issue:`TOOLS-2963` - Tools are not prompting for a password in many cases where they should
- :issue:`TOOLS-3044` - The zip file for tools on Windows contains invalid paths
- :issue:`TOOLS-3071`- Tools installed by RPM packages to /usr/bin are owned by mongod:mongod instead of root:root

Task
~~~~

- :issue:`TOOLS-2906` - Update Evergreen config to use new merge key format
- :issue:`TOOLS-3001` - bsondump should allow documents up to the internal max bson size (16mb + 16kb)
- :issue:`TOOLS-3028` - Remove evergreen batchtimes from ZAP
- :issue:`TOOLS-3049` - Update the Go version used to build mongo-tools to address several critical and high CVEs
- :issue:`TOOLS-3050` - Add Debian 11 to platforms we publish tools packages for
- :issue:`TOOLS-3095` - Remove Ubuntu 14.04 from CI and release platforms
- :issue:`TOOLS-3104` - Add tests for 5.3 to evergreen
- :issue:`TOOLS-3105` - Pin Go driver to version 1.9.1
- :issue:`TOOLS-3106` - Remove tests for 5.1 and 5.2 for most platforms
- :issue:`TOOLS-3108` - Update mongorestore to support clustered indexes
- :issue:`TOOLS-3116` - Change Windows build to run on windows-vsCurrent-large
2 changes: 2 additions & 0 deletions source/release-notes/database-tools-changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Database Tools Changelog
:depth: 1
:class: twocols

.. include:: /includes/changelogs/releases/100.5.3.rst

.. include:: /includes/changelogs/releases/100.5.2.rst

.. include:: /includes/changelogs/releases/100.5.1.rst
Expand Down

0 comments on commit 4390dd5

Please sign in to comment.