Skip to content

Commit a0311b6

Browse files
authored
(DOCSP-43989): Prep v8.0 branch for OM 8.0 (#414)
<!-- Add a description of your PR here (optional) --> - [DOCSP-43989](https://jira.mongodb.org/browse/DOCSP-43980) - - [STAGING](https://deploy-preview-413--10gen-docs-ops-manager.netlify.app)
1 parent f57023c commit a0311b6

File tree

7 files changed

+54
-9
lines changed

7 files changed

+54
-9
lines changed

.backportrc.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"repoOwner": "10gen",
33
"repoName": "docs-ops-manager",
4-
4+
55
"targetBranchChoices": ["v7.0", "v6.0"],
6-
6+
77
"editor": "code",
8-
8+
99
"maxNumber": 15,
10-
10+
1111
"backportBranchName": "{{sourcePullRequest.number}}-{{targetBranch}}-backport",
12-
12+
1313
"prTitle": "{{sourcePullRequest.title}}-{{targetBranch}}-backport ({{sourcePullRequest.number}})"
14-
}
14+
}

source/core/requirements.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,26 +409,33 @@ Intel/AMD (``x86_64``) Hardware Architectures
409409
* - Operating System
410410
- Ops Manager 6.0
411411
- Ops Manager 7.0
412+
- Ops Manager 8.0
413+
412414

413415
* - Amazon Linux
414416
- 2
415417
- 2, 2023
418+
- 2023
416419

417420
* - Debian
418421
- 10, 11
419422
- 11, 12
423+
- 12
420424

421425
* - :abbr:`RHEL (Red Hat Enterprise Linux)` :sup:`1`
422426
- 7, 8, 9
423427
- 7 *(deprecated)*, 8, 9
424-
428+
- 8, 9
429+
425430
* - SUSE Linux Enterprise Server
426431
- 12, 15
427432
- 12 *(deprecated)*, 15
433+
- 15
428434

429435
* - Ubuntu
430436
- 18.04, 20.04, 22.04
431437
- 20.04 *(deprecated)*, 22.04
438+
- 22.04, 24.04
432439

433440
:sup:`1` :abbr:`RHEL (Red Hat Enterprise Linux)` is different from :abbr:`RHEL (Red Hat Enterprise Linux)` Server. |mms| supports only :abbr:`RHEL (Red Hat Enterprise Linux)`.
434441

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
.. list-table::
2+
:widths: 40 60
3+
:header-rows: 1
4+
5+
* - Ops Manager Server Versions
6+
- Compatible MongoDB Database Tools Version
7+
8+
* - :ref:`8.0.0 <opsmgr-server-8.0.0>`
9+
- :dl:`100.10.0 <database-tools>`
10+
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.. _mongodb-108.0.1:
2+
3+
MongoDB Agent 108.0.1
4+
-----------------------------
5+
6+
:ref:`Released with Ops Manager 8.0.0 on 2024-09-30
7+
<opsmgr-server-8.0.0>`.

source/release-notes/changelogs/ops-manager/changelog-onprem-v8.0.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,18 @@
33
|onprem| Server 8.0.0
44
~~~~~~~~~~~~~~~~~~~~~
55

6-
*Released 2024-10-01*
6+
*Released 2024-9-30*
77

88
.. note::
99

1010
The following list contains features and improvements
1111
that have been added since |onprem| 7.0.0, many of which
1212
are also included in later minor releases of |onprem| 7.0.
1313
For details, see :ref:`Ops Manager 7.0 releases <opsmgr-server-7.0>`.
14-
14+
15+
- Updates the {+mdbagent+} to :ref:`108.0.1
16+
<mongodb-108.0.1>`.
17+
1518
MongoDB Cluster Management
1619
``````````````````````````
1720

source/release-notes/mongodb-agent.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ MongoDB Agent Changelog
1212
:depth: 1
1313
:class: singlecol
1414

15+
.. include:: /release-notes/changelogs/mongodb-agent/changelog-mongodb-agent-onprem-v8.0.rst
16+
1517
.. include:: /release-notes/changelogs/mongodb-agent/changelog-mongodb-agent-onprem-v7.0.rst
1618

1719
.. include:: /release-notes/changelogs/mongodb-agent/changelog-mongodb-agent-onprem-v6.0.rst

source/release-notes/release-advisories/advisories-v8.0.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,22 @@ databases.
88

99
.. include:: /includes/fact-opsmanager-backingdb-version.rst
1010

11+
Compatible MongoDB Tools
12+
~~~~~~~~~~~~~~~~~~~~~~~~
13+
14+
If |onprem| manages your MongoDB Tools, the tool versions are upgraded
15+
when you upgrade |onprem|.
16+
17+
If you run |onprem| 8.0.x in :doc:`local mode
18+
</tutorial/configure-local-mode>`, you must :dl:`download and
19+
install a compatible version of the MongoDB Tools TGZ package
20+
<database-tools>` to the ``versions`` directory.
21+
22+
.. include:: /includes/list-tables/compatibility-matrix/db-tools-OMv8.0.rst
23+
24+
To access older versions of the MongoDB Tools, click
25+
`Archived releases <https://www.mongodb.com/download-center/database-tools/releases/archive>`__ on the Download page.
26+
1127
|onprem| Platform Support
1228
~~~~~~~~~~~~~~~~~~~~~~~~~
1329

0 commit comments

Comments
 (0)