From 4399e4c97c45781a9636a107e7a7976157ed7c43 Mon Sep 17 00:00:00 2001 From: Just Nev Date: Wed, 8 Apr 2026 13:15:42 +0300 Subject: [PATCH] [release-10.11] Add prepackaged version of github plugin v2.7.0 (#35973) Cherry-pick of e2e7aed678d12e9d2ed121682933943a917a32ba onto release-10.11 Co-authored-by: Nevyana Angelova --- server/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Makefile b/server/Makefile index ca5499461e..bea09e455b 100644 --- a/server/Makefile +++ b/server/Makefile @@ -143,7 +143,7 @@ TEMPLATES_DIR=templates # Plugins Packages PLUGIN_PACKAGES ?= $(PLUGIN_PACKAGES:) PLUGIN_PACKAGES += mattermost-plugin-calls-v1.11.4 -PLUGIN_PACKAGES += mattermost-plugin-github-v2.5.0 +PLUGIN_PACKAGES += mattermost-plugin-github-v2.7.0 PLUGIN_PACKAGES += mattermost-plugin-gitlab-v1.12.1 PLUGIN_PACKAGES += mattermost-plugin-jira-v4.5.0 # We need to prepackage both versions of playbooks and install the correct one based on the server license. See MM-60025.