Update Agents plugin FIPS version to v2.0.3 (#36417)

Automatic Merge
This commit is contained in:
Alejandro García Montoro
2026-05-05 14:53:38 +02:00
committed by GitHub
parent 969ae195e1
commit 9bbe9ea6e6
+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.1%2Bac0a223-fips
PLUGIN_PACKAGES += mattermost-plugin-agents-v2.0.2%2B3b1ec24-fips
PLUGIN_PACKAGES += mattermost-plugin-agents-v2.0.3%2Bcab391a-fips
PLUGIN_PACKAGES += mattermost-plugin-boards-v9.2.4%2B5855fe1-fips
endif