File tree Expand file tree Collapse file tree 2 files changed +31
-0
lines changed
includes/changelogs/releases Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ .. _100.6.1-changelog :
2
+
3
+ 100.6.1 Changelog
4
+ -----------------
5
+
6
+ *Released 2022-11-03 *
7
+
8
+ This release fixes an issue where users without permissions
9
+ to read ``config.system.preimages `` could not run
10
+ :program: `mongodump `.
11
+ This release also fixes issues with installing the Database Tools on
12
+ Amazon Linux 2 aarch64 and RHEL 8.3 s390x. The Database Tools
13
+ are now available on RHEL 9.0 x86. We also made several
14
+ improvements to our testing and release infrastructure.
15
+
16
+ Bug
17
+ ~~~
18
+
19
+ - :issue: `TOOLS-3176 ` - Ignore config.system.preimages namespace
20
+ - :issue: `TOOLS-3179 ` - Mongo Tools Enterprise Z series package is being published to Community repo
21
+ - :issue: `TOOLS-3204 ` - Tools should not be packaged as arm64 on aarch64 platforms
22
+
23
+ Task
24
+ ~~~~
25
+
26
+ - :issue: `TOOLS-2956 ` - Use the new notary service to notarize MacOS builds
27
+ - :issue: `TOOLS-3056 ` - Add RHEL9 x86 to Tools
28
+ - :issue: `TOOLS-3185 ` - Fix TestMongorestoreTxns failure on all platforms when run against latest Server
29
+ - :issue: `TOOLS-3201 ` - Add a .snyk file to exclude tests from snyk code analysis
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.6.1.rst
14
+
13
15
.. include:: /includes/changelogs/releases/100.6.0.rst
14
16
15
17
.. include:: /includes/changelogs/releases/100.5.4.rst
You can’t perform that action at this time.
0 commit comments