Skip to content

Commit e19eb8f

Browse files
authored
DOCSP-41814-100-10-0-Release-Notes (#169)
* * * * * * * * * *
1 parent 0351253 commit e19eb8f

File tree

5 files changed

+88
-14
lines changed

5 files changed

+88
-14
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dbtools-pkg = "mongodb-database-tools"
2323
package-name-org = "mongodb-org"
2424
package-name-enterprise = "mongodb-enterprise"
2525
qe = "Queryable Encryption"
26-
version = "100.9.5"
26+
version = "100.10.0"
2727
release = "{+version+}"
2828
pgp-version = "{+version+}"
2929
server-version = "7.0"

source/includes/changelogs/dbtools-changelogs.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ releases.
1010
- Release Dates
1111
- MongoDB Server Support
1212

13+
* - :ref:`Database Tools 100.10.0 <dbtools-100.10.0-changelog>`
14+
- July 2024
15+
- MongoDB Server 8.0
16+
1317
* - :ref:`Database Tools 100.9.0 - 100.9.5 <dbtools-100.9.0-changelog>`
1418
- June 2024
1519
- MongoDB Server 7.0
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
.. _100.10.0-changelog:
2+
3+
100.10.0 Changelog
4+
------------------
5+
6+
*Released 2024-07-24*
7+
8+
This version adds support for MongoDB Server 8.0, and support for
9+
Ubuntu 24.04 platforms. It also updates several packages and fixes a bug.
10+
11+
12+
Security
13+
~~~~~~~~
14+
15+
- :issue:`TOOLS-3615` - Security Finding: Update package ``golang.org/x/crypto``
16+
to address `CVE-2022-30636 <https://www.cve.org/CVERecord?id=CVE-2022-30636>`__.
17+
18+
Bug
19+
~~~
20+
21+
- :issue:`TOOLS-3611` - Mongodump and restore should not produce a
22+
JSON format error on $-prefixed object keys
23+
24+
Epic
25+
~~~~
26+
27+
- :issue:`TOOLS-3413` - Tools 8.0 Support
28+
29+
Task
30+
~~~~
31+
32+
- :issue:`TOOLS-3546` - Support vectored insertion oplog format
33+
- :issue:`TOOLS-3572` - Fix file names for released deb packages
34+
- :issue:`TOOLS-3574` - Run integration tests against 8.0 and add ubuntu2404 variants
35+
- :issue:`TOOLS-3575` - Support dump and restore mixed-schema timeseries buckets
36+
- :issue:`TOOLS-3604` - Add platforms rhel8.8 (x86_64 and arm64) and rhel9.3 (x86_64 and arm64)
37+
- :issue:`TOOLS-3613` - Run qa and legacy tests against 8.0
38+
- :issue:`TOOLS-3616` - Update go driver version to v1.16.0

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

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
.. |tool-version| replace:: 100.9.0
1+
.. |tool-version| replace:: 100.10.0
22

33
.. _dbtools-current-changelog:
4-
.. _dbtools-100.9.0-changelog:
4+
.. _dbtools-100.10.0-changelog:
55

66
========================================
77
Database Tools |tool-version| Changelogs
@@ -29,21 +29,12 @@ All Releases
2929
Database Tools |tool-version|
3030
-----------------------------
3131

32-
.. include:: /includes/changelogs/releases/100.9.5.rst
33-
34-
.. include:: /includes/changelogs/releases/100.9.4.rst
35-
36-
.. include:: /includes/changelogs/releases/100.9.3.rst
37-
38-
.. include:: /includes/changelogs/releases/100.9.2.rst
39-
40-
.. include:: /includes/changelogs/releases/100.9.1.rst
41-
42-
.. include:: /includes/changelogs/releases/100.9.0.rst
32+
.. include:: /includes/changelogs/releases/100.10.0.rst
4333

4434
.. toctree::
4535
:maxdepth: 1
4636

37+
/release-notes/dbtools-100.9.0-changelog
4738
/release-notes/dbtools-100.8.0-changelog
4839
/release-notes/dbtools-100.7.0-changelog
4940
/release-notes/dbtools-100.6.0-changelog
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
.. |tool-version| replace:: 100.9.0
2+
3+
.. _dbtools-100.9.0-changelog:
4+
5+
========================================
6+
Database Tools |tool-version| Changelogs
7+
========================================
8+
9+
.. default-domain:: mongodb
10+
11+
.. facet::
12+
:name: genre
13+
:values: reference
14+
15+
.. contents:: On this page
16+
:local:
17+
:backlinks: none
18+
:depth: 2
19+
:class: twocols
20+
21+
All Releases
22+
------------
23+
24+
For the current version, see :ref:`dbtools-current-changelog`
25+
26+
.. include:: /includes/changelogs/dbtools-changelogs.rst
27+
28+
Database Tools |tool-version|
29+
-----------------------------
30+
31+
.. include:: /includes/changelogs/releases/100.9.5.rst
32+
33+
.. include:: /includes/changelogs/releases/100.9.4.rst
34+
35+
.. include:: /includes/changelogs/releases/100.9.3.rst
36+
37+
.. include:: /includes/changelogs/releases/100.9.2.rst
38+
39+
.. include:: /includes/changelogs/releases/100.9.1.rst
40+
41+
.. include:: /includes/changelogs/releases/100.9.0.rst

0 commit comments

Comments
 (0)