Skip to content

Commit 47146f9

Browse files
(DOCS-15493): 100.5.4 release notes (#75)
* (DOCS-15493): 100.5.4 release notes * fix release number
1 parent 4390dd5 commit 47146f9

File tree

3 files changed

+45
-1
lines changed

3 files changed

+45
-1
lines changed

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.3"
15+
version = "100.5.4"
1616
release = "{+version+}"
1717
pgp-version = "{+version+}"
1818
pgp-fingerprint = "E162F504A20CDF15827F718D4B7C549A058F8B6B"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
.. _100.5.4-changelog:
2+
3+
100.5.4 Changelog
4+
-----------------
5+
6+
*Released 2022-07-19*
7+
8+
This release mostly consists of build failure fixes, support for new
9+
platforms, and tests against server version 6.0. The new platforms are
10+
Debian 11 on x86, Ubuntu 22.04 on x86 and ARM, and RHEL 8.3 on s390x.
11+
The version of Go driver used by the tools has been updated to 1.10.0.
12+
13+
Build Failure
14+
~~~~~~~~~~~~~
15+
16+
- :issue:`TOOLS-3100` - Fix native-cert-ssl-4.4 task failure in all
17+
build variants
18+
- :issue:`TOOLS-3101` - Fix failing aws-auth-6.0 and aws-auth-latest
19+
tasks
20+
- :issue:`TOOLS-3102` - Fix intermittent failures of qa-tests-{5.3, 6.0,
21+
latest} tasks
22+
- :issue:`TOOLS-3110` - Fix integration test failures with server 6.0+
23+
- :issue:`TOOLS-3111` - Fix intermittent legacy JS test task failure
24+
- :issue:`TOOLS-3122` - Fix SSL cert test(s) on RHEL 6.2
25+
- :issue:`TOOLS-3156` - Unable to publish to Ubuntu 22.04 repos
26+
27+
28+
Task
29+
~~~~
30+
31+
- :issue:`TOOLS-3045` - Add tests for latest server release
32+
- :issue:`TOOLS-3051` - Release Tools with Debian 11
33+
- :issue:`TOOLS-3058` - Add Ubuntu 22.04 ARM to Tools
34+
- :issue:`TOOLS-3059` - Release Tools with Ubuntu 22.04 ARM
35+
- :issue:`TOOLS-3060` - Add Ubuntu 22.04 x86 to Tools
36+
- :issue:`TOOLS-3061` - Release Tools with Ubuntu 22.04 x86
37+
- :issue:`TOOLS-3103` - Add tests for 6.0 to evergreen
38+
- :issue:`TOOLS-3113` - Test secondary indexes on timeseries collections
39+
- :issue:`TOOLS-3130` - Add 6.0 to list of linux repos we release to
40+
- :issue:`TOOLS-3149` - Update the Go Driver to 1.10.0
41+
- :issue:`TOOLS-3155` - Repo config for RHEL 8.3 on s390x is incorrect
42+
- :issue:`TOOLS-2939` - Add Enterprise RHEL 8 zSeries

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

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

0 commit comments

Comments
 (0)