File tree Expand file tree Collapse file tree 4 files changed +51
-2
lines changed Expand file tree Collapse file tree 4 files changed +51
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dbtools-short = "Database Tools"
12
12
dbtools-pkg = " mongodb-database-tools"
13
13
package-name-org = " mongodb-org"
14
14
package-name-enterprise = " mongodb-enterprise"
15
- version = " 100.7.0 "
15
+ version = " 100.7.1 "
16
16
release = " {+version+}"
17
17
pgp-version = " {+version+}"
18
18
pgp-fingerprint = " E162F504A20CDF15827F718D4B7C549A058F8B6B"
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 11
11
- PPC64LE
12
12
- s390x
13
13
14
+ * - Amazon Linux 2023
15
+ - |checkmark |
16
+ - |checkmark |
17
+ -
18
+ -
19
+
14
20
* - Amazon 2
15
21
- |checkmark |
16
22
-
41
47
-
42
48
-
43
49
50
+ * - :abbr: `RHEL ( Red Hat Enterprise Linux ) ` / CentOS 9
51
+ - |checkmark |
52
+ - |checkmark |
53
+ -
54
+ -
55
+
44
56
* - :abbr: `RHEL ( Red Hat Enterprise Linux ) ` / CentOS 8
45
57
- |checkmark |
46
58
-
101
113
-
102
114
-
103
115
104
- * - macOS 10.12 or later
116
+ * - macOS 11 and later
117
+ - |checkmark |
118
+ - |checkmark |
119
+ -
120
+ -
121
+
122
+ * - macOS 10.12 - 10.15
105
123
- |checkmark |
106
124
-
107
125
-
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ Database Tools Changelog
10
10
:depth: 1
11
11
:class: twocols
12
12
13
+ .. include:: /includes/changelogs/releases/100.7.1.rst
14
+
13
15
.. include:: /includes/changelogs/releases/100.7.0.rst
14
16
15
17
.. include:: /includes/changelogs/releases/100.6.1.rst
You can’t perform that action at this time.
0 commit comments