Skip to content

Commit 08bbaca

Browse files
(DOCS-15932): DB Tools 100.7.0 release notes (#83)
* (DOCS-15932): DB Tools 100.7.0 release notes * formatting
1 parent f258202 commit 08bbaca

File tree

3 files changed

+59
-1
lines changed

3 files changed

+59
-1
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.6.0"
15+
version = "100.7.0"
1616
release = "{+version+}"
1717
pgp-version = "{+version+}"
1818
pgp-fingerprint = "E162F504A20CDF15827F718D4B7C549A058F8B6B"
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
.. _100.7.0-changelog:
2+
3+
100.7.0 Changelog
4+
-----------------
5+
6+
*Released 2023-03-01*
7+
8+
This release adds tests against MongoDB 6.3. Highlights include:
9+
10+
- New tests for `Column Store Indexes
11+
<https://www.mongodb.com/products/column-store-indexes>`__.
12+
13+
- Updating the minimum Go version to 1.19.
14+
15+
- Fixing a bug that caused the Tools to ignore a password supplied via a
16+
prompt.
17+
18+
- Several build failures are also fixed.
19+
20+
Bug
21+
~~~
22+
23+
- :issue:`TOOLS-3243` Tools produce error about missing password after prompting for a password
24+
25+
Epic
26+
~~~~
27+
28+
- :issue:`TOOLS-3235` Tools 6.3 Support
29+
30+
Task
31+
~~~~
32+
33+
- :issue:`TOOLS-3169` Upgrade Go to 1.19
34+
- :issue:`TOOLS-3202` Fix legacy-jstests failure with latest Server
35+
(6.1)
36+
- :issue:`TOOLS-3208` Investigate test failures in HEAD and make more
37+
tickets as needed
38+
- :issue:`TOOLS-3229` Ignore admin database in dump/restore for
39+
atlasProxy
40+
- :issue:`TOOLS-3241` Fix flaky TestFailDuringResharding test
41+
- :issue:`TOOLS-3247` Remove mongo-tools support for ZAP PPC64LE Ubuntu
42+
16.04
43+
- :issue:`TOOLS-3248` Fix TestRestoreTimeseriesCollections for server
44+
6.3+
45+
- :issue:`TOOLS-3249` Remove mongo-tools support for server version 3.4
46+
on MacOS
47+
- :issue:`TOOLS-3250` Fix aws-auth task failures
48+
- :issue:`TOOLS-3251` Update common.yml to run tests with 6.3
49+
- :issue:`TOOLS-3252` Test support for Columnstore Indexes
50+
- :issue:`TOOLS-3255` Fix qa-tests-3.4
51+
- :issue:`TOOLS-3256` Make the push tasks only run on git tags
52+
- :issue:`TOOLS-3257` Override deprecated mongo shell functions to fix
53+
qa-tests-latest
54+
- :issue:`TOOLS-3259` Remove 6.3 tests on `ZAP s390x RHEL 7.2` and `ZAP
55+
PPC64LE RHEL 8.1`
56+
- :issue:`TOOLS-3260` Fix qa-tests on Debian 11

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

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

0 commit comments

Comments
 (0)