Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOCSP-40527 100.9.5 Changelog #159

Merged
merged 20 commits into from
Jun 20, 2024
24 changes: 14 additions & 10 deletions source/includes/changelogs/dbtools-changelogs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,38 +10,42 @@ releases.
- Release Dates
- MongoDB Server Support

* - :ref:`Database Tools 1.8.0 <dbtools-1.8-changelog>`
* - :ref:`Database Tools 100.9.0 - 100.9.5 <dbtools-100.9.0-changelog>`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this end up linking to the 100.9.5 notes? I don't really understand the details of how this is structured.

Copy link
Contributor Author

@ianf-mongodb ianf-mongodb Jun 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, it is a little confusing for me as well, but if you click the link it loads the 100.9.0 - 100.9.5 content.
A better way to test is:

  1. Click the 100.7.0 release notes in the side nav
  2. Click the Database Tools 100.9.0 - 100.9.5 link at the top of the page, that should bring back the 100.9.0 RN's

@autarch

- June 2024
- MongoDB Server 7.0

* - :ref:`Database Tools 100.8.0 <dbtools-100.8.0-changelog>`
- August 2023
- MongoDB Server (Linux) 7.0
- MongoDB Server 7.0

* - :ref:`Database Tools 1.7.0 - 1.7.5 <dbtools-1.7-changelog>`
* - :ref:`Database Tools 100.7.0 - 1.7.5 <dbtools-100.7.0-changelog>`
- March - August 2023
- MongoDB Server 6.3

* - :ref:`Database Tools 1.6.0 <dbtools-1.6-changelog>`
* - :ref:`Database Tools 100.6.0 <dbtools-100.6.0-changelog>`
- August - November 2022
-

* - :ref:`Database Tools 1.5.0 - 1.5.4 <dbtools-1.5-changelog>`
* - :ref:`Database Tools 100.5.0 - 100.5.4 <dbtools-100.5.0-changelog>`
- August 2021 - July 2022
- MongoDB Server 6.0

* - :ref:`Database Tools 1.4.0 - 1.4.1 <dbtools-1.4-changelog>`
* - :ref:`Database Tools 100.4.0 - 100.4.1 <dbtools-100.4.0-changelog>`
- July 2021
- MongoDB Server 5.0

* - :ref:`Database Tools 1.3.0 - 1.3.1 <dbtools-1.3-changelog>`
* - :ref:`Database Tools 100.3.0 - 100.3.1 <dbtools-100.3.0-changelog>`
- February - March 2021
-

* - :ref:`Database Tools 1.2.0 - 1.2.1 <dbtools-1.2-changelog>`
* - :ref:`Database Tools 100.2.0 - 100.2.1 <dbtools-100.2.0-changelog>`
- October - November 2020
-

* - :ref:`Database Tools 1.1.0 - 1.1.1 <dbtools-1.1-changelog>`
* - :ref:`Database Tools 1.1.0 - 1.1.1 <dbtools-100.1.0-changelog>`
- July 2020
- MongoDB Server 4.4

* - :ref:`Database Tools 1.0.0 - 1.0.2 <dbtools-1.0-changelog>`
* - :ref:`Database Tools 1.0.0 - 1.0.2 <dbtools-100.0.0-changelog>`
- July 2020
-
60 changes: 60 additions & 0 deletions source/includes/changelogs/releases/100.9.5.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
.. _100.9.5-changelog:

100.9.5 Changelog
-----------------

*Released 2024-06-18*

For this release, we have updated many of our third-party dependencies,
as well as adding third-party dependency vulnerability scanning, static
analysis, and other tooling to comply with MongoDB's Software Security
Development Lifecycle initiative. Notably, all releases now ship with
a Software Bill of Materials (SBOM). Look for a file ending with
``.cdx.json`` in the archive. For OS packages, this file should be
installed in an appropriate location for each package, such as
``/usr/share/docs`` for deb packages.

Investigation
~~~~~~~~~~~~~

- :issue:`TOOLS-3486` - Investigate changes in :issue:`SERVER-81378`
Change classic behavior: equality to null should not match undefined
- :issue:`TOOLS-3498` - Investigate changes in :issue:`SERVER-86928`
Local Privilege Escalation via Untrusted Directory | mongodbldap.exe
- :issue:`TOOLS-3500` - Investigate changes in :issue:`SERVER-88071`
Deprecate filemd5 with the intent of eventual removal

Bug
~~~

- :issue:`TOOLS-3519` - mongodump/mongoreplay docs don't include a
disclaimer against using --oplog/--oplogReplay in sharded clusters
- :issue:`TOOLS-3554` - Security Vulnerability in mongodb db tools
packages

Task
~~~~

- :issue:`TOOLS-3499` - Clean up release code to remove unused tags and
remove libsasl.dll from MSI
- :issue:`TOOLS-3526` - Artifact: Authorized publication on distribution
channels for DB Tools 7.0.x
- :issue:`TOOLS-3527` - Artifact: Third Party Dependencies Report for
DB Tools 7.0.x
- :issue:`TOOLS-3528` - Prep for Silk Onboarding: Add DB Tools to
Silk Inventory
- :issue:`TOOLS-3532` - Onboard DB Tools to Papertrail Service for
SSDLC Compliance
- :issue:`TOOLS-3534` - Integrate this project with Snyk for third-party
vulnerability scanning
- :issue:`TOOLS-3535` - Add gosec as a linter and add minimal precious
config
- :issue:`TOOLS-3550` - Create augmented SBOM file and add it to the
release artifacts
- :issue:`TOOLS-3551` - Fix integration test failures with MongoDB 8.0
RC release
- :issue:`TOOLS-3555` - Remove support for Debian 8
- :issue:`TOOLS-3559` - Include the Augmented SBOM in all release
artifacts
- :issue:`TOOLS-3565` - Artifact: Static Code Analysis Report for
DB Tools 7.0.x
24 changes: 13 additions & 11 deletions source/release-notes/database-tools-changelog.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. |tool-version| replace:: 1.9
.. |tool-version| replace:: 100.9.0

.. _dbtools-current-changelog:
.. _dbtools-1.9-changelog:
.. _dbtools-100.9.0-changelog:

========================================
Database Tools |tool-version| Changelogs
Expand Down Expand Up @@ -29,6 +29,8 @@ All Releases
Database Tools |tool-version|
-----------------------------

.. include:: /includes/changelogs/releases/100.9.5.rst

.. include:: /includes/changelogs/releases/100.9.4.rst

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

/release-notes/dbtools-1.8-changelog
/release-notes/dbtools-1.7-changelog
/release-notes/dbtools-1.6-changelog
/release-notes/dbtools-1.5-changelog
/release-notes/dbtools-1.4-changelog
/release-notes/dbtools-1.3-changelog
/release-notes/dbtools-1.2-changelog
/release-notes/dbtools-1.1-changelog
/release-notes/dbtools-1.0-changelog
/release-notes/dbtools-100.8.0-changelog
/release-notes/dbtools-100.7.0-changelog
/release-notes/dbtools-100.6.0-changelog
/release-notes/dbtools-100.5.0-changelog
/release-notes/dbtools-100.4.0-changelog
/release-notes/dbtools-100.3.0-changelog
/release-notes/dbtools-100.2.0-changelog
/release-notes/dbtools-100.1.0-changelog
/release-notes/dbtools-100.0.0-changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. |tool-version| replace:: 1.0
.. |tool-version| replace:: 100.0.0

.. _dbtools-1.0-changelog:
.. _dbtools-100.0.0-changelog:

========================================
Database Tools |tool-version| Changelogs
Expand Down Expand Up @@ -34,4 +34,4 @@ Database Tools |tool-version|

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

.. include:: /includes/changelogs/releases/100.0.0.rst
.. include:: /includes/changelogs/releases/100.0.0.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. |tool-version| replace:: 1.1
.. |tool-version| replace:: 100.1.0

.. _dbtools-1.1-changelog:
.. _dbtools-100.1.0-changelog:

========================================
Database Tools |tool-version| Changelogs
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. |tool-version| replace:: 1.2
.. |tool-version| replace:: 100.2.0

.. _dbtools-1.2-changelog:
.. _dbtools-100.2.0-changelog:

========================================
Database Tools |tool-version| Changelogs
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. |tool-version| replace:: 1.3
.. |tool-version| replace:: 100.3.0

.. _dbtools-1.3-changelog:
.. _dbtools-100.3.0-changelog:

========================================
Database Tools |tool-version| Changelogs
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. |tool-version| replace:: 1.4
.. |tool-version| replace:: 100.4.0

.. _dbtools-1.4-changelog:
.. _dbtools-100.4.0-changelog:

========================================
Database Tools |tool-version| Changelogs
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. |tool-version| replace:: 1.5
.. |tool-version| replace:: 100.5.0

.. _dbtools-1.5-changelog:
.. _dbtools-100.5.0-changelog:

========================================
Database Tools |tool-version| Changelogs
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. |tool-version| replace:: 1.6
.. |tool-version| replace:: 100.6.0

.. _dbtools-1.6-changelog:
.. _dbtools-100.6.0-changelog:

========================================
Database Tools |tool-version| Changelogs
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. |tool-version| replace:: 1.7
.. |tool-version| replace:: 100.7.0

.. _dbtools-1.7-changelog:
.. _dbtools-100.7.0-changelog:

========================================
Database Tools |tool-version| Changelogs
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. |tool-version| replace:: 1.8
.. |tool-version| replace:: 100.8.0

.. _dbtools-1.8-changelog:
.. _dbtools-100.8.0-changelog:

========================================
Database Tools |tool-version| Changelogs
Expand Down