From dc41b72fdd62e935c80fc05c7ca3949476aa8858 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Tue, 28 Jul 2026 04:01:29 -0700 Subject: [PATCH] Prepackage mattermost-plugin-agents v2.5.0-rc2. (#37691) --- server/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/Makefile b/server/Makefile index 11f2982a45c..ed09e559ef7 100644 --- a/server/Makefile +++ b/server/Makefile @@ -163,7 +163,7 @@ PLUGIN_PACKAGES += mattermost-plugin-jira-v4.7.1 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 +PLUGIN_PACKAGES += mattermost-plugin-agents-v2.5.0-rc2 PLUGIN_PACKAGES += mattermost-plugin-boards-v9.3.1 PLUGIN_PACKAGES += mattermost-plugin-user-survey-v1.1.1 PLUGIN_PACKAGES += mattermost-plugin-mscalendar-v1.7.0 @@ -177,7 +177,7 @@ PLUGIN_PACKAGES += mattermost-plugin-channel-export-v1.3.0 # the way we pre-package FIPS and non-FIPS plugins. ifeq ($(FIPS_ENABLED),true) 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-agents-v2.5.0-rc2%2B2119bcf-fips PLUGIN_PACKAGES += mattermost-plugin-boards-v9.3.1%2B29b4688-fips endif