From bc3ad86a236431364a13ab03942902eb84daaf9f Mon Sep 17 00:00:00 2001 From: Julien Tant <785518+JulienTant@users.noreply.github.com> Date: Thu, 23 Jul 2026 08:44:18 -0700 Subject: [PATCH] Update Playbooks plugin to v2.11.1 (incl. FIPS) (#37631) --- server/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/Makefile b/server/Makefile index 1908fcb4738..11f2982a45c 100644 --- a/server/Makefile +++ b/server/Makefile @@ -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