From 27d054c4d39cafeef2f3e67df683197c4f180ea1 Mon Sep 17 00:00:00 2001 From: Mattermost Build Date: Tue, 3 Mar 2026 09:25:21 +0100 Subject: [PATCH] Prepackage Playbooks FIPS v2.7.0 (#35450) (#35456) Automatic Merge --- server/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Makefile b/server/Makefile index 614f1d1d63c..f1f226e0a88 100644 --- a/server/Makefile +++ b/server/Makefile @@ -174,7 +174,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.6.2%2Bb8f2bd9-fips + PLUGIN_PACKAGES = mattermost-plugin-playbooks-v2.7.0%2B1031c5e-fips PLUGIN_PACKAGES += mattermost-plugin-agents-v1.7.2%2B866e2dd-fips PLUGIN_PACKAGES += mattermost-plugin-boards-v9.2.2%2B4282c63-fips endif