Skip to content

Commit

Permalink
Clarifications for Calls & Playbooks (#7431)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwarnermm authored Sep 26, 2024
1 parent d8008b3 commit 391ccaa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions source/about/mattermost-v10-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ Support for Mattermost Server v9.5 [Extended Support Release](https://docs.matte
### Important Upgrade Notes
- We no longer support new installations using MySQL starting in v10. All new customers and/or deployments will only be supported with the minimum supported version of the PostgreSQL database. End of support for MySQL is targeted for Mattermost v11.
- Apps Framework is deprecated for new installs. Please extend Mattermost using webhooks, slash commands, OAuth2 apps, and plugins.
- Mattermost v10 introduces Playbooks v2 for all Enterprise licensed customers. New Playbooks features and security updates will only be added to Playbooks v2 moving forward; however, Playbooks v1 will be maintained for Team Edition and Professional instances running [supported v9.x Mattermost server releases](https://docs.mattermost.com/about/mattermost-server-releases.html).
- Mattermost v10 introduces Playbooks v2 for all Enterprise licensed customers. New Playbooks features will only be added to Playbooks v2 moving forward; however, Team Edition and Professional instances may continue to use Playbooks v1 as-is which will be maintained and supported until May 2025.
- Renamed ``Channel Moderation`` to ``Advanced Access Control`` in the channel management section in the **System Console**.
- Renamed announcement banner feature to “system-wide notifications”.
- Renamed “Collapsed Reply Threads” to “Threaded Discussions” in the System Console.
- Renamed “System Roles” to “Delegated Granular Administration” in the System Console.
- Renamed "Office 365" to "Entra ID" for SSO logins.
- Fully deprecated the ``/api/v4/image`` endpoint when the image proxy is disabled.
- Pre-packaged Calls plugin [v1.0.1](https://github.com/mattermost/mattermost-plugin-calls/releases/tag/v1.0.1). This includes breaking changes such as allowing calls in direct message channels only on unlicensed servers.
- Pre-packaged Calls plugin [v1.0.1](https://github.com/mattermost/mattermost-plugin-calls/releases/tag/v1.0.1). This includes breaking changes including removal of group calls from unlicensed servers in order to focus supportability and quality on licensed servers. Unlicensed servers can continue to use Calls in direct message channels, which represent the majority of activity.
- Removed deprecated ``Config.ProductSettings``, ``LdapSettings.Trace``, and ``AdvancedLoggingConfig`` configuration fields.
- Removed deprecated ``pageSize`` query parameter from most API endpoints.
- Deprecated the experimental Strict CSRF token enforcement. This feature will be fully removed in Mattermost v11.
Expand Down
2 changes: 1 addition & 1 deletion source/guides/repeatable-processes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Build repeatable processes

.. important::

Mattermost v10 introduces Playbooks v2 for all Enterprise licensed customers. New Playbooks features & security updates will only be added to Playbooks v2 moving forward; however, Playbooks v1 will be maintained for Team Edition and Professional instances running :doc:`supported v9.x Mattermost server releases </about/mattermost-server-releases>`.
Mattermost v10 introduces Playbooks v2 for all Enterprise licensed customers. New Playbooks features will only be added to Playbooks v2 moving forward; however, Team Edition and Professional instances may continue to use Playbooks v1 as-is which will be maintained and supported until May 2025.

Use collaborative playbooks in Mattermost to provide structure, monitoring and automation for repeatable, team-based processes integrated with the Mattermost platform. Playbooks are :doc:`configurable checklists </repeatable-processes/work-with-tasks>` for teams to achieve :doc:`specific and predictable outcomes </repeatable-processes/metrics-and-goals>`, such as incident response, software release management, and logistical operations.

Expand Down
10 changes: 5 additions & 5 deletions source/upgrade/important-upgrade-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ Important Upgrade Notes
| +------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| | Apps Framework is deprecated for new installs. Please extend Mattermost using webhooks, slash commands, OAuth2 apps, and plugins. |
| +------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| | Mattermost v10 introduces Playbooks v2 for all Enterprise licensed customers. New Playbooks features and security updates will only be added to Playbooks v2 |
| | moving forward; however, Playbooks v1 will be maintained for Team Edition and Professional instances running |
| | `supported v9.x Mattermost server releases <https://docs.mattermost.com/about/mattermost-server-releases.html>`__. |
| | Mattermost v10 introduces Playbooks v2 for all Enterprise licensed customers. New Playbooks features will only be added to Playbooks v2 moving forward; |
| | however, Team Edition and Professional instances may continue to use Playbooks v1 as-is which will be maintained and supported until May 2025. |
| +------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| | Renamed ``Channel Moderation`` to ``Advanced Access Control`` in the channel management section in the **System Console**. |
| +------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Expand All @@ -37,8 +36,9 @@ Important Upgrade Notes
| +------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| | Fully deprecated the ``/api/v4/image`` endpoint when the image proxy is disabled. |
| +------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| | Pre-packaged Calls plugin `v1.0.1 <https://github.com/mattermost/mattermost-plugin-calls/releases/tag/v1.0.1>`__. This includes breaking changes such as allowing|
| | calls in direct message channels only on unlicensed servers. |
| | Pre-packaged `Calls plugin v1.0.1 <https://github.com/mattermost/mattermost-plugin-calls/releases/tag/v1.0.1>`_. This includes breaking changes including |
| | the removal of group calls from unlicensed servers in order to focus supportability and quality on licensed servers. Unlicensed servers can continue to use |
| | Calls in direct message channels, which represent the majority of activity. |
| +------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| | Removed deprecated ``Config.ProductSettings``, ``LdapSettings.Trace``, and ``AdvancedLoggingConfig`` configuration fields. |
| +------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Expand Down

0 comments on commit 391ccaa

Please sign in to comment.