From 30547bd02c0132ed4ee6a240cd1b83fd3cf68059 Mon Sep 17 00:00:00 2001 From: Julien Tant <785518+JulienTant@users.noreply.github.com> Date: Thu, 14 May 2026 12:37:14 -0700 Subject: [PATCH] Update Playbooks plugin to v2.9.0 (incl. FIPS) (#36570) (cherry picked from commit d43dbe972ed35ee419d4eda0d66f259c5d5ff08f) --- server/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/Makefile b/server/Makefile index 63b7994c94e..147ad089df3 100644 --- a/server/Makefile +++ b/server/Makefile @@ -161,7 +161,7 @@ PLUGIN_PACKAGES += mattermost-plugin-calls-v1.11.4 PLUGIN_PACKAGES += mattermost-plugin-github-v2.7.0 PLUGIN_PACKAGES += mattermost-plugin-gitlab-v1.12.2 PLUGIN_PACKAGES += mattermost-plugin-jira-v4.7.0 -PLUGIN_PACKAGES += mattermost-plugin-playbooks-v2.8.1 +PLUGIN_PACKAGES += mattermost-plugin-playbooks-v2.9.0 PLUGIN_PACKAGES += mattermost-plugin-servicenow-v2.4.0 PLUGIN_PACKAGES += mattermost-plugin-zoom-v1.13.0 PLUGIN_PACKAGES += mattermost-plugin-agents-v2.0.3 @@ -177,7 +177,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.8.1%2Bac0a223-fips + PLUGIN_PACKAGES = mattermost-plugin-playbooks-v2.9.0%2Bdfb5b30-fips PLUGIN_PACKAGES += mattermost-plugin-agents-v2.0.3%2Bcab391a-fips PLUGIN_PACKAGES += mattermost-plugin-boards-v9.2.4%2B5855fe1-fips endif