Skip to content

Commit

Permalink
(DOCS-15493): 100.5.4 release notes (#75)
Browse files Browse the repository at this point in the history
* (DOCS-15493): 100.5.4 release notes

* fix release number
  • Loading branch information
jeff-allen-mongo authored Jul 19, 2022
1 parent 4390dd5 commit 47146f9
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.3"
version = "100.5.4"
release = "{+version+}"
pgp-version = "{+version+}"
pgp-fingerprint = "E162F504A20CDF15827F718D4B7C549A058F8B6B"
Expand Down
42 changes: 42 additions & 0 deletions source/includes/changelogs/releases/100.5.4.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
.. _100.5.4-changelog:

100.5.4 Changelog
-----------------

*Released 2022-07-19*

This release mostly consists of build failure fixes, support for new
platforms, and tests against server version 6.0. The new platforms are
Debian 11 on x86, Ubuntu 22.04 on x86 and ARM, and RHEL 8.3 on s390x.
The version of Go driver used by the tools has been updated to 1.10.0.

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

- :issue:`TOOLS-3100` - Fix native-cert-ssl-4.4 task failure in all
build variants
- :issue:`TOOLS-3101` - Fix failing aws-auth-6.0 and aws-auth-latest
tasks
- :issue:`TOOLS-3102` - Fix intermittent failures of qa-tests-{5.3, 6.0,
latest} tasks
- :issue:`TOOLS-3110` - Fix integration test failures with server 6.0+
- :issue:`TOOLS-3111` - Fix intermittent legacy JS test task failure
- :issue:`TOOLS-3122` - Fix SSL cert test(s) on RHEL 6.2
- :issue:`TOOLS-3156` - Unable to publish to Ubuntu 22.04 repos


Task
~~~~

- :issue:`TOOLS-3045` - Add tests for latest server release
- :issue:`TOOLS-3051` - Release Tools with Debian 11
- :issue:`TOOLS-3058` - Add Ubuntu 22.04 ARM to Tools
- :issue:`TOOLS-3059` - Release Tools with Ubuntu 22.04 ARM
- :issue:`TOOLS-3060` - Add Ubuntu 22.04 x86 to Tools
- :issue:`TOOLS-3061` - Release Tools with Ubuntu 22.04 x86
- :issue:`TOOLS-3103` - Add tests for 6.0 to evergreen
- :issue:`TOOLS-3113` - Test secondary indexes on timeseries collections
- :issue:`TOOLS-3130` - Add 6.0 to list of linux repos we release to
- :issue:`TOOLS-3149` - Update the Go Driver to 1.10.0
- :issue:`TOOLS-3155` - Repo config for RHEL 8.3 on s390x is incorrect
- :issue:`TOOLS-2939` - Add Enterprise RHEL 8 zSeries
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.4.rst

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

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

0 comments on commit 47146f9

Please sign in to comment.