Update Agents plugin FIPS version to v2.0.2 (#36389)

Automatic Merge
This commit is contained in:
Alejandro García Montoro
2026-05-04 13:17:40 +02:00
committed by GitHub
parent d4f147e2da
commit e5344bc57d
+1 -1
View File
@@ -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