diff --git a/snooty.toml b/snooty.toml index d4c12a34..c714fa9f 100644 --- a/snooty.toml +++ b/snooty.toml @@ -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" diff --git a/source/includes/changelogs/releases/100.5.3.rst b/source/includes/changelogs/releases/100.5.3.rst new file mode 100644 index 00000000..1ae38cfd --- /dev/null +++ b/source/includes/changelogs/releases/100.5.3.rst @@ -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 diff --git a/source/release-notes/database-tools-changelog.txt b/source/release-notes/database-tools-changelog.txt index 10a6bf9f..0695461b 100644 --- a/source/release-notes/database-tools-changelog.txt +++ b/source/release-notes/database-tools-changelog.txt @@ -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