Update Playbooks plugin to v2.11.0 (incl. FIPS) (#37528) (#37534)

Automatic Merge
This commit is contained in:
Mattermost Build
2026-07-16 09:50:45 +03:00
committed by GitHub
parent e3f0463706
commit 1daea369fc
+2 -2
View File
@@ -160,7 +160,7 @@ PLUGIN_PACKAGES += mattermost-plugin-calls-v1.12.2
PLUGIN_PACKAGES += mattermost-plugin-github-v2.7.1
PLUGIN_PACKAGES += mattermost-plugin-gitlab-v1.13.0
PLUGIN_PACKAGES += mattermost-plugin-jira-v4.7.1
PLUGIN_PACKAGES += mattermost-plugin-playbooks-v2.10.0
PLUGIN_PACKAGES += mattermost-plugin-playbooks-v2.11.0
PLUGIN_PACKAGES += mattermost-plugin-servicenow-v2.4.0
PLUGIN_PACKAGES += mattermost-plugin-zoom-v1.13.0
PLUGIN_PACKAGES += mattermost-plugin-agents-v2.4.2
@@ -176,7 +176,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%2B090a26d-fips
PLUGIN_PACKAGES = mattermost-plugin-playbooks-v2.11.0%2B931852a-fips
PLUGIN_PACKAGES += mattermost-plugin-agents-v2.4.2%2B1305067-fips
PLUGIN_PACKAGES += mattermost-plugin-boards-v9.3.0%2Bd454327-fips
endif