Skip to content

Commit 3b919ad

Browse files
authored
DOCSP-40527 100.9.5 Changelog (#159)
* DOCSP-40527 100.9.5 Changelog * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
1 parent 4153ab9 commit 3b919ad

12 files changed

+106
-40
lines changed

source/includes/changelogs/dbtools-changelogs.rst

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

13-
* - :ref:`Database Tools 1.8.0 <dbtools-1.8-changelog>`
13+
* - :ref:`Database Tools 100.9.0 - 100.9.5 <dbtools-100.9.0-changelog>`
14+
- June 2024
15+
- MongoDB Server 7.0
16+
17+
* - :ref:`Database Tools 100.8.0 <dbtools-100.8.0-changelog>`
1418
- August 2023
15-
- MongoDB Server (Linux) 7.0
19+
- MongoDB Server 7.0
1620

17-
* - :ref:`Database Tools 1.7.0 - 1.7.5 <dbtools-1.7-changelog>`
21+
* - :ref:`Database Tools 100.7.0 - 1.7.5 <dbtools-100.7.0-changelog>`
1822
- March - August 2023
1923
- MongoDB Server 6.3
2024

21-
* - :ref:`Database Tools 1.6.0 <dbtools-1.6-changelog>`
25+
* - :ref:`Database Tools 100.6.0 <dbtools-100.6.0-changelog>`
2226
- August - November 2022
2327
-
2428

25-
* - :ref:`Database Tools 1.5.0 - 1.5.4 <dbtools-1.5-changelog>`
29+
* - :ref:`Database Tools 100.5.0 - 100.5.4 <dbtools-100.5.0-changelog>`
2630
- August 2021 - July 2022
2731
- MongoDB Server 6.0
2832

29-
* - :ref:`Database Tools 1.4.0 - 1.4.1 <dbtools-1.4-changelog>`
33+
* - :ref:`Database Tools 100.4.0 - 100.4.1 <dbtools-100.4.0-changelog>`
3034
- July 2021
3135
- MongoDB Server 5.0
3236

33-
* - :ref:`Database Tools 1.3.0 - 1.3.1 <dbtools-1.3-changelog>`
37+
* - :ref:`Database Tools 100.3.0 - 100.3.1 <dbtools-100.3.0-changelog>`
3438
- February - March 2021
3539
-
3640

37-
* - :ref:`Database Tools 1.2.0 - 1.2.1 <dbtools-1.2-changelog>`
41+
* - :ref:`Database Tools 100.2.0 - 100.2.1 <dbtools-100.2.0-changelog>`
3842
- October - November 2020
3943
-
4044

41-
* - :ref:`Database Tools 1.1.0 - 1.1.1 <dbtools-1.1-changelog>`
45+
* - :ref:`Database Tools 1.1.0 - 1.1.1 <dbtools-100.1.0-changelog>`
4246
- July 2020
4347
- MongoDB Server 4.4
4448

45-
* - :ref:`Database Tools 1.0.0 - 1.0.2 <dbtools-1.0-changelog>`
49+
* - :ref:`Database Tools 1.0.0 - 1.0.2 <dbtools-100.0.0-changelog>`
4650
- July 2020
4751
-
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
.. _100.9.5-changelog:
2+
3+
100.9.5 Changelog
4+
-----------------
5+
6+
*Released 2024-06-18*
7+
8+
For this release, we have updated many of our third-party dependencies,
9+
as well as adding third-party dependency vulnerability scanning, static
10+
analysis, and other tooling to comply with MongoDB's Software Security
11+
Development Lifecycle initiative. Notably, all releases now ship with
12+
a Software Bill of Materials (SBOM). Look for a file ending with
13+
``.cdx.json`` in the archive. For OS packages, this file should be
14+
installed in an appropriate location for each package, such as
15+
``/usr/share/docs`` for deb packages.
16+
17+
Investigation
18+
~~~~~~~~~~~~~
19+
20+
- :issue:`TOOLS-3486` - Investigate changes in :issue:`SERVER-81378`
21+
Change classic behavior: equality to null should not match undefined
22+
- :issue:`TOOLS-3498` - Investigate changes in :issue:`SERVER-86928`
23+
Local Privilege Escalation via Untrusted Directory | mongodbldap.exe
24+
- :issue:`TOOLS-3500` - Investigate changes in :issue:`SERVER-88071`
25+
Deprecate filemd5 with the intent of eventual removal
26+
27+
Bug
28+
~~~
29+
30+
- :issue:`TOOLS-3519` - mongodump/mongoreplay docs don't include a
31+
disclaimer against using --oplog/--oplogReplay in sharded clusters
32+
- :issue:`TOOLS-3554` - Security Vulnerability in mongodb db tools
33+
packages
34+
35+
Task
36+
~~~~
37+
38+
- :issue:`TOOLS-3499` - Clean up release code to remove unused tags and
39+
remove libsasl.dll from MSI
40+
- :issue:`TOOLS-3526` - Artifact: Authorized publication on distribution
41+
channels for DB Tools 7.0.x
42+
- :issue:`TOOLS-3527` - Artifact: Third Party Dependencies Report for
43+
DB Tools 7.0.x
44+
- :issue:`TOOLS-3528` - Prep for Silk Onboarding: Add DB Tools to
45+
Silk Inventory
46+
- :issue:`TOOLS-3532` - Onboard DB Tools to Papertrail Service for
47+
SSDLC Compliance
48+
- :issue:`TOOLS-3534` - Integrate this project with Snyk for third-party
49+
vulnerability scanning
50+
- :issue:`TOOLS-3535` - Add gosec as a linter and add minimal precious
51+
config
52+
- :issue:`TOOLS-3550` - Create augmented SBOM file and add it to the
53+
release artifacts
54+
- :issue:`TOOLS-3551` - Fix integration test failures with MongoDB 8.0
55+
RC release
56+
- :issue:`TOOLS-3555` - Remove support for Debian 8
57+
- :issue:`TOOLS-3559` - Include the Augmented SBOM in all release
58+
artifacts
59+
- :issue:`TOOLS-3565` - Artifact: Static Code Analysis Report for
60+
DB Tools 7.0.x

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

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

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

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

32+
.. include:: /includes/changelogs/releases/100.9.5.rst
33+
3234
.. include:: /includes/changelogs/releases/100.9.4.rst
3335

3436
.. include:: /includes/changelogs/releases/100.9.3.rst
@@ -42,12 +44,12 @@ Database Tools |tool-version|
4244
.. toctree::
4345
:maxdepth: 1
4446

45-
/release-notes/dbtools-1.8-changelog
46-
/release-notes/dbtools-1.7-changelog
47-
/release-notes/dbtools-1.6-changelog
48-
/release-notes/dbtools-1.5-changelog
49-
/release-notes/dbtools-1.4-changelog
50-
/release-notes/dbtools-1.3-changelog
51-
/release-notes/dbtools-1.2-changelog
52-
/release-notes/dbtools-1.1-changelog
53-
/release-notes/dbtools-1.0-changelog
47+
/release-notes/dbtools-100.8.0-changelog
48+
/release-notes/dbtools-100.7.0-changelog
49+
/release-notes/dbtools-100.6.0-changelog
50+
/release-notes/dbtools-100.5.0-changelog
51+
/release-notes/dbtools-100.4.0-changelog
52+
/release-notes/dbtools-100.3.0-changelog
53+
/release-notes/dbtools-100.2.0-changelog
54+
/release-notes/dbtools-100.1.0-changelog
55+
/release-notes/dbtools-100.0.0-changelog

source/release-notes/dbtools-1.0-changelog.txt renamed to source/release-notes/dbtools-100.0.0-changelog.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.. |tool-version| replace:: 1.0
1+
.. |tool-version| replace:: 100.0.0
22

3-
.. _dbtools-1.0-changelog:
3+
.. _dbtools-100.0.0-changelog:
44

55
========================================
66
Database Tools |tool-version| Changelogs
@@ -34,4 +34,4 @@ Database Tools |tool-version|
3434

3535
.. include:: /includes/changelogs/releases/100.0.1.rst
3636

37-
.. include:: /includes/changelogs/releases/100.0.0.rst
37+
.. include:: /includes/changelogs/releases/100.0.0.rst

source/release-notes/dbtools-1.1-changelog.txt renamed to source/release-notes/dbtools-100.1.0-changelog.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.. |tool-version| replace:: 1.1
1+
.. |tool-version| replace:: 100.1.0
22

3-
.. _dbtools-1.1-changelog:
3+
.. _dbtools-100.1.0-changelog:
44

55
========================================
66
Database Tools |tool-version| Changelogs

source/release-notes/dbtools-1.2-changelog.txt renamed to source/release-notes/dbtools-100.2.0-changelog.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.. |tool-version| replace:: 1.2
1+
.. |tool-version| replace:: 100.2.0
22

3-
.. _dbtools-1.2-changelog:
3+
.. _dbtools-100.2.0-changelog:
44

55
========================================
66
Database Tools |tool-version| Changelogs

source/release-notes/dbtools-1.3-changelog.txt renamed to source/release-notes/dbtools-100.3.0-changelog.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.. |tool-version| replace:: 1.3
1+
.. |tool-version| replace:: 100.3.0
22

3-
.. _dbtools-1.3-changelog:
3+
.. _dbtools-100.3.0-changelog:
44

55
========================================
66
Database Tools |tool-version| Changelogs

source/release-notes/dbtools-1.4-changelog.txt renamed to source/release-notes/dbtools-100.4.0-changelog.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.. |tool-version| replace:: 1.4
1+
.. |tool-version| replace:: 100.4.0
22

3-
.. _dbtools-1.4-changelog:
3+
.. _dbtools-100.4.0-changelog:
44

55
========================================
66
Database Tools |tool-version| Changelogs

source/release-notes/dbtools-1.5-changelog.txt renamed to source/release-notes/dbtools-100.5.0-changelog.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.. |tool-version| replace:: 1.5
1+
.. |tool-version| replace:: 100.5.0
22

3-
.. _dbtools-1.5-changelog:
3+
.. _dbtools-100.5.0-changelog:
44

55
========================================
66
Database Tools |tool-version| Changelogs

source/release-notes/dbtools-1.6-changelog.txt renamed to source/release-notes/dbtools-100.6.0-changelog.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.. |tool-version| replace:: 1.6
1+
.. |tool-version| replace:: 100.6.0
22

3-
.. _dbtools-1.6-changelog:
3+
.. _dbtools-100.6.0-changelog:
44

55
========================================
66
Database Tools |tool-version| Changelogs

source/release-notes/dbtools-1.7-changelog.txt renamed to source/release-notes/dbtools-100.7.0-changelog.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.. |tool-version| replace:: 1.7
1+
.. |tool-version| replace:: 100.7.0
22

3-
.. _dbtools-1.7-changelog:
3+
.. _dbtools-100.7.0-changelog:
44

55
========================================
66
Database Tools |tool-version| Changelogs

source/release-notes/dbtools-1.8-changelog.txt renamed to source/release-notes/dbtools-100.8.0-changelog.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.. |tool-version| replace:: 1.8
1+
.. |tool-version| replace:: 100.8.0
22

3-
.. _dbtools-1.8-changelog:
3+
.. _dbtools-100.8.0-changelog:
44

55
========================================
66
Database Tools |tool-version| Changelogs

0 commit comments

Comments
 (0)