From d57581d01efed720c9394ce6cc13f14cdef510a7 Mon Sep 17 00:00:00 2001 From: Caleb Roseland Date: Fri, 25 Aug 2023 13:26:37 -0500 Subject: [PATCH] Upgrade & verify prepackaged plugins in prep for remote marketplace decommissioning. (#24336) --- server/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/Makefile b/server/Makefile index 4bfb580f5e..0979467203 100644 --- a/server/Makefile +++ b/server/Makefile @@ -157,7 +157,7 @@ MMCTL_PACKAGES=$(shell $(GO) list ./... | grep -E 'server/v8/cmd/mmctl') TEMPLATES_DIR=templates # Plugins Packages -PLUGIN_PACKAGES ?= mattermost-plugin-antivirus-v0.1.2 +PLUGIN_PACKAGES ?= mattermost-plugin-antivirus-v1.0.0 PLUGIN_PACKAGES += mattermost-plugin-autolink-v1.4.0 PLUGIN_PACKAGES += mattermost-plugin-aws-SNS-v1.2.0 PLUGIN_PACKAGES += mattermost-plugin-calls-v0.18.0 @@ -174,7 +174,7 @@ PLUGIN_PACKAGES += mattermost-plugin-nps-v1.3.2 PLUGIN_PACKAGES += mattermost-plugin-servicenow-v2.3.4 PLUGIN_PACKAGES += mattermost-plugin-todo-v0.6.1 PLUGIN_PACKAGES += mattermost-plugin-welcomebot-v1.3.0 -PLUGIN_PACKAGES += mattermost-plugin-zoom-v1.6.0 +PLUGIN_PACKAGES += mattermost-plugin-zoom-v1.6.2 PLUGIN_PACKAGES += mattermost-plugin-apps-v1.2.2 PLUGIN_PACKAGES += focalboard-v7.11.3