Bump prepackaged Playbooks plugin to v2.10.0 (#37179)

Bump the prepackaged Playbooks plugin (and its FIPS variant) from
v2.10.0-rc2 to the v2.10.0 GA release for v11.9.

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Julien Tant
2026-06-23 10:35:38 -07:00
committed by GitHub
co-authored by Claude Opus 4.8
parent 0f49f337dc
commit 1bfb13dbc0
+2 -2
View File
@@ -162,7 +162,7 @@ PLUGIN_PACKAGES += mattermost-plugin-calls-v1.12.0
PLUGIN_PACKAGES += mattermost-plugin-github-v2.7.1
PLUGIN_PACKAGES += mattermost-plugin-gitlab-v1.13.0
PLUGIN_PACKAGES += mattermost-plugin-jira-v4.7.0
PLUGIN_PACKAGES += mattermost-plugin-playbooks-v2.10.0-rc2
PLUGIN_PACKAGES += mattermost-plugin-playbooks-v2.10.0
PLUGIN_PACKAGES += mattermost-plugin-servicenow-v2.4.0
PLUGIN_PACKAGES += mattermost-plugin-zoom-v1.13.0
PLUGIN_PACKAGES += mattermost-plugin-agents-v2.4.0
@@ -178,7 +178,7 @@ PLUGIN_PACKAGES += mattermost-plugin-channel-export-v1.3.0
# download the package from to work. This will no longer be needed when we unify
# the way we pre-package FIPS and non-FIPS plugins.
ifeq ($(FIPS_ENABLED),true)
PLUGIN_PACKAGES = mattermost-plugin-playbooks-v2.10.0-rc2%2B30c1de8-fips
PLUGIN_PACKAGES = mattermost-plugin-playbooks-v2.10.0%2B090a26d-fips
PLUGIN_PACKAGES += mattermost-plugin-agents-v2.4.0%2B82431f9-fips
PLUGIN_PACKAGES += mattermost-plugin-boards-v9.3.0-rc2%2B5880c13-fips
endif