From e5344bc57d7a057da5f9299ec904a39adf9f51e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Garc=C3=ADa=20Montoro?= Date: Mon, 4 May 2026 13:17:40 +0200 Subject: [PATCH] Update Agents plugin FIPS version to v2.0.2 (#36389) Automatic Merge --- server/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Makefile b/server/Makefile index 9e2326d5e6f..bee09b91c0d 100644 --- a/server/Makefile +++ b/server/Makefile @@ -179,7 +179,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.8.0%2Bc4449ac-fips - PLUGIN_PACKAGES += mattermost-plugin-agents-v2.0.0%2B67aa35a-fips + PLUGIN_PACKAGES += mattermost-plugin-agents-v2.0.2%2B3b1ec24-fips PLUGIN_PACKAGES += mattermost-plugin-boards-v9.2.4%2B5855fe1-fips endif