Update Agents plugin FIPS version to v2.0.0 (#36344)

Automatic Merge
This commit is contained in:
Alejandro García Montoro
2026-04-30 18:47:40 +02:00
committed by GitHub
parent cad4a4509c
commit 8d7507b1eb
+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-v1.7.2%2B866e2dd-fips
PLUGIN_PACKAGES += mattermost-plugin-agents-v2.0.0%2B67aa35a-fips
PLUGIN_PACKAGES += mattermost-plugin-boards-v9.2.4%2B5855fe1-fips
endif