Skip to content

Commit 00d8284

Browse files
authored
DOCS-16161 100.7.1 Release Notes (#88)
* DOCS-16161 100.7.1 Release Notes * * * * * * * platform support matrix update * PS Matrix Updates * macOS 11 or later * add macOS range * and later
1 parent 6a4bb7c commit 00d8284

File tree

4 files changed

+51
-2
lines changed

4 files changed

+51
-2
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
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.7.0"
15+
version = "100.7.1"
1616
release = "{+version+}"
1717
pgp-version = "{+version+}"
1818
pgp-fingerprint = "E162F504A20CDF15827F718D4B7C549A058F8B6B"
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
.. _100.7.1-changelog:
2+
3+
100.7.1 Changelog
4+
-----------------
5+
6+
*Released 2023-05-24*
7+
8+
This release fixes a few bugs and adds downloads for the following platforms:
9+
10+
- macOS 11 on ARM
11+
- RedHat Enterprise Linux 9 (x86 and ARM)
12+
- Amazon Linux 2023 (x86 and ARM)
13+
14+
Bug
15+
~~~
16+
17+
- :issue:`TOOLS-2598` Tools improperly parse multi-certs inside client certificate file
18+
- :issue:`TOOLS-3203` mongodump fails because it can’t query system.sharding_ddl_coordinators collection
19+
- :issue:`TOOLS-3273` Validation added in 100.7.0 prevents Atlas proxy from running mongodump
20+
- :issue:`TOOLS-3279` Test suite segfaults in some failure cases
21+
22+
Task
23+
~~~~
24+
25+
- :issue:`TOOLS-2722` Add MacOS 11.0 ARM to Tools
26+
- :issue:`TOOLS-3052` Add Amazon Linux 2023 ARM to Tools
27+
- :issue:`TOOLS-3054` Add RHEL9 ARM to Tools
28+
- :issue:`TOOLS-3062` Add Amazon Linux 2023 to Tools
29+
- :issue:`TOOLS-3276` Skip columnstore indexes tests in mongodump and mongorestore if error is NotImplemented

source/includes/fact-platform-support.rst

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
- PPC64LE
1212
- s390x
1313

14+
* - Amazon Linux 2023
15+
- |checkmark|
16+
- |checkmark|
17+
-
18+
-
19+
1420
* - Amazon 2
1521
- |checkmark|
1622
-
@@ -41,6 +47,12 @@
4147
-
4248
-
4349

50+
* - :abbr:`RHEL (Red Hat Enterprise Linux)` / CentOS 9
51+
- |checkmark|
52+
- |checkmark|
53+
-
54+
-
55+
4456
* - :abbr:`RHEL (Red Hat Enterprise Linux)` / CentOS 8
4557
- |checkmark|
4658
-
@@ -101,7 +113,13 @@
101113
-
102114
-
103115

104-
* - macOS 10.12 or later
116+
* - macOS 11 and later
117+
- |checkmark|
118+
- |checkmark|
119+
-
120+
-
121+
122+
* - macOS 10.12 - 10.15
105123
- |checkmark|
106124
-
107125
-

source/release-notes/database-tools-changelog.txt

Lines changed: 2 additions & 0 deletions
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.7.1.rst
14+
1315
.. include:: /includes/changelogs/releases/100.7.0.rst
1416

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

0 commit comments

Comments
 (0)