From a69c200574af9a03607950425f94da595b089d69 Mon Sep 17 00:00:00 2001 From: Jason Frerich Date: Tue, 9 Jun 2020 13:20:26 -0500 Subject: [PATCH] update bundled plugins for server version 5.24 (#14727) * update bundled plugins for server version 5.24 * github should be 1.0.0 * upgrade to welcomebot 1.2.0 * autolink 1.2.0 currently has breaking changes. revert to previous version * revert to jira 2.3. users can still upgrade via marketplace * correct the jira version * revert to original versions. Play conservative --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 04d91b9d10..f062875688 100644 --- a/Makefile +++ b/Makefile @@ -85,16 +85,16 @@ TESTS=. TE_PACKAGES=$(shell $(GO) list ./...) # Plugins Packages -PLUGIN_PACKAGES?=mattermost-plugin-zoom-v1.3.0 +PLUGIN_PACKAGES?=mattermost-plugin-zoom-v1.3.1 PLUGIN_PACKAGES += mattermost-plugin-autolink-v1.1.2 PLUGIN_PACKAGES += mattermost-plugin-nps-v1.0.4 -PLUGIN_PACKAGES += mattermost-plugin-custom-attributes-v1.0.2 -PLUGIN_PACKAGES += mattermost-plugin-github-v0.11.0 +PLUGIN_PACKAGES += mattermost-plugin-custom-attributes-v1.2.0 +PLUGIN_PACKAGES += mattermost-plugin-github-v0.14.0 PLUGIN_PACKAGES += mattermost-plugin-welcomebot-v1.1.1 PLUGIN_PACKAGES += mattermost-plugin-aws-SNS-v1.0.2 PLUGIN_PACKAGES += mattermost-plugin-antivirus-v0.1.2 PLUGIN_PACKAGES += mattermost-plugin-jira-v2.3.2 -PLUGIN_PACKAGES += mattermost-plugin-gitlab-v1.0.1 +PLUGIN_PACKAGES += mattermost-plugin-gitlab-v1.1.0 PLUGIN_PACKAGES += mattermost-plugin-jenkins-v1.0.0