|
| 1 | +.. _opsmgr-server-8.0.2: |
| 2 | + |
| 3 | +|onprem| Server 8.0.2 |
| 4 | +~~~~~~~~~~~~~~~~~~~~~ |
| 5 | + |
| 6 | +*Released 2024-12-05* |
| 7 | + |
| 8 | +Improvements |
| 9 | +````````````` |
| 10 | + |
| 11 | +- Updates the {+mdbagent+} to :ref:`108.0.2.8729-1 <mongodb-108.0.2.8729-1>`. |
| 12 | +- Adds support for |bic-full| 2.14.19. |
| 13 | +- Adds {+mdbagent+} support for Ubuntu 24.04 on x86_64 and ARM architectures. |
| 14 | +- Adds support for deploying |onprem| on Ubuntu 24.04 on x86_64 and ARM architectures. |
| 15 | +- Updates the password hashing algorithm to ``pbkdf2``. Old passwords are migrated |
| 16 | + automatically without any user impact. New passwords cannot exceed 256 |
| 17 | + characters. Users with passwords longer than 256 characters must migrate their passwords. |
| 18 | +- Adds a new custom configuration :setting:`mms.user.passwordHashIterations`. |
| 19 | + to dynamically modify the number of iterations for the hashing algorithm. |
| 20 | +- Adds the following fields to the :ref:`snapshot APIs <snapshots-api>`: |
| 21 | + ``machineId``, ``name``, ``completedTime``, ``fcv``, and ``replicaState``. |
| 22 | +- Adds ability to cancel a failed queryable restore for sharded clusters. |
| 23 | + |
| 24 | + |
| 25 | +Bug Fixes |
| 26 | +``````````` |
| 27 | + |
| 28 | +Fixes the following issues: |
| 29 | + |
| 30 | +- User invite API didn't respect the :setting:`mms.user.bypassInviteForExistingUsers` settings. |
| 31 | +- Deployments from deleted groups caused MongoDB version validation to fail and prevented the |onprem| upgrade. |
| 32 | +- Arbiter nodes caused the :guilabel:`Edit Namespace filter` option in the UI to not be visible. |
| 33 | +- Topology change requests couldn't be processed when backup wasn't enabled. |
| 34 | +- The {+mdbagent+} couldn't download the correct |bic-full| versions on certain platforms. |
| 35 | +- When deploying |onprem| in hybrid mode, ``.tmp`` files could be left behind unintentionally. |
| 36 | +- The {+mdbagent+} could incorrectly report that goal state was reached |
| 37 | + while encountering a transient error. |
| 38 | + |
| 39 | +.. _opsmgr-server-8.0.1: |
| 40 | + |
| 41 | +|onprem| Server 8.0.1 |
| 42 | +~~~~~~~~~~~~~~~~~~~~~ |
| 43 | + |
| 44 | +*Released 2024-11-01* |
| 45 | + |
| 46 | +- Updates JDK to ``jdk-21.0.5+11``. |
| 47 | +- Supports :ref:`Workload Identity Federation <om-oidc-authentication-workload>` on top of the already existing Workforce Identity Federation. |
| 48 | +- Supports configuring separate SAML signature validation for responses and assertions so that only one is |
| 49 | + required through the :setting:`mms.saml.signedAssertions` and :setting:`mms.saml.signedMessages` settings. |
| 50 | +- Supports ability to set a custom idle session timeout using new app settings, :guilabel:`Idle Session Timeout Mode` and :guilabel:`Idle Session Timeout Max Minutes`. |
| 51 | +- Removes the |onprem| version number from the login page. |
| 52 | +- Updates the MongoDB Agent to :ref:`108.0.1.8718-1 <mongodb-108.0.1.8718-1>`. |
| 53 | +- Adds support for |bic-full| 2.14.17. |
| 54 | +- Upgrades Jetty library to 11.0.23. |
| 55 | +- Fixes an issue where the {+mdbagent+} gets stuck because indexes are set to the ``CANCEL`` action. |
| 56 | +- Fixes `CVE-2024-8184 <https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-8184>`__. |
| 57 | +- Fixes broken ``rpm`` package for |onprem| version 8.0.0 |
| 58 | + containing incorrect version information that could cause standard |
| 59 | + upgrades to fail. If upgrading from this version to |
| 60 | + version 8.0.1 or greater, upgrade the package using the |
| 61 | + ``--oldpackage`` flag: |
| 62 | + |
| 63 | + .. code-block:: sh |
| 64 | +
|
| 65 | + sudo rpm -Uvh --oldpackage mongodb-mms-<version>.x86_64.rpm |
| 66 | +
|
| 67 | +
|
| 68 | +.. _opsmgr-server-8.0.0: |
| 69 | + |
| 70 | +|onprem| Server 8.0.0 |
| 71 | +~~~~~~~~~~~~~~~~~~~~~ |
| 72 | + |
| 73 | +*Released 2024-9-30* |
| 74 | + |
| 75 | +.. note:: |
| 76 | + |
| 77 | + The following list contains features and improvements |
| 78 | + that have been added since |onprem| 7.0.0, many of which |
| 79 | + are also included in later minor releases of |onprem| 7.0. |
| 80 | + For details, see :ref:`Ops Manager 7.0 releases <opsmgr-server-7.0>`. |
| 81 | + |
| 82 | +- Updates the {+mdbagent+} to :ref:`108.0.1 |
| 83 | + <mongodb-108.0.1>`. |
| 84 | + |
| 85 | +MongoDB Cluster Management |
| 86 | +`````````````````````````` |
| 87 | + |
| 88 | +- Supports managing, monitoring, and backing up MongoDB 8.0 deployments. |
| 89 | +- Supports MongoDB 8.0 as a deployment option. |
| 90 | +- Supports deployments that use :manual:`config shards </core/sharded-cluster-config-servers/#config-shards>`. |
| 91 | + |
| 92 | + .. note:: |
| 93 | + |
| 94 | + :ref:`Queryable backups <restore-from-queryable-backup>` |
| 95 | + are not supported when you use config shards. |
| 96 | + |
| 97 | +- Deprecates support for MongoDB 4.4 and MongoDB 5.0 deployments. |
| 98 | +- Deprecates support for MongoDB Server 6.0 as a :ref:`backing database <om-install-backing-dbs>`. |
| 99 | +- Removes support for MongoDB 4.2 deployments. |
| 100 | + |
| 101 | +Backup |
| 102 | +`````` |
| 103 | + |
| 104 | +- Supports performing :ref:`on-demand snapshots <on-demand-snapshots>` |
| 105 | + in addition to scheduled snapshots. |
| 106 | +- Supports enabling and configuring :ref:`regional backups <regional-backup>`. |
| 107 | +- Supports parsing multiple certificates, or a chain, from PEM |
| 108 | + files for |s3| backup store configuration. |
| 109 | +- Adds additional snapshot history metadata for block tracking, |
| 110 | + incremental updates for data and indexes, transfer speed, and duration in the |
| 111 | + :guilabel:`Admin` interface and :guilabel:`Diagnostic Archive`. |
| 112 | +- Adds additional snapshot metrics to the snapshot summary table. |
| 113 | +- Adds ability to track restore block download performance. |
| 114 | +- Enhances logging for MongoDB blockstores groom progress and checks |
| 115 | + that grooms have enough space to run before starting. |
| 116 | + |
| 117 | +Automation |
| 118 | +`````````` |
| 119 | + |
| 120 | +- Improves the redaction of sensitive fields. |
| 121 | +- Supports ``net.tls.clusterAuthX509`` parameter in MongoDB 7.0 for |
| 122 | + ``clusterAuthMode`` set to ``x509``. |
| 123 | +- Adds ability to configure the :setting:`net.tls.clusterCAFile` parameter. |
| 124 | +- Adds API support for project-level MongoDB log rotation settings. |
| 125 | +- Adds automation support for :manual:`at-rest encryption |
| 126 | + </core/security-encryption-at-rest/#encryption-at-rest>` of |
| 127 | + :ref:`audit logs <deployment-advanced-options-audit-log>` in MongoDB |
| 128 | + 6.0 and later versions. |
| 129 | + |
| 130 | +|onprem| Platform Support |
| 131 | +``````````````````````````` |
| 132 | + |
| 133 | +- Removes |onprem| support for RedHat Enterprise Linux 7. |
| 134 | +- Removes |onprem| support for SUSE Linux Enterprise Server 12. |
| 135 | +- Removes |onprem| support for Ubuntu 20.04 LTS. |
| 136 | +- Deprecates |onprem| support for Amazon Linux v2 LTS. |
| 137 | +- Deprecates |onprem| support for Debian 11. |
0 commit comments