Update Playbooks plugin to v2.11.1 (incl. FIPS) (#37631)

This commit is contained in:
Julien Tant
2026-07-23 08:44:18 -07:00
committed by GitHub
parent 5afa3b8cbf
commit bc3ad86a23
+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.11.0
PLUGIN_PACKAGES += mattermost-plugin-playbooks-v2.11.1
PLUGIN_PACKAGES += mattermost-plugin-servicenow-v2.4.0
PLUGIN_PACKAGES += mattermost-plugin-zoom-v1.13.0
PLUGIN_PACKAGES += mattermost-plugin-agents-v2.5.0-rc1
@@ -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.11.0%2B931852a-fips
PLUGIN_PACKAGES = mattermost-plugin-playbooks-v2.11.1%2B329b65c-fips
PLUGIN_PACKAGES += mattermost-plugin-agents-v2.5.0-rc1%2B666ae7a-fips
PLUGIN_PACKAGES += mattermost-plugin-boards-v9.3.1%2B29b4688-fips
endif