From 54097ef34aef84697b8ff2bc9a02f53df4265f1c Mon Sep 17 00:00:00 2001 From: Jesse Hallam Date: Thu, 8 Jul 2021 19:24:43 -0300 Subject: [PATCH] Pre-package Incident Collaboration v1.14.2 (#17886) --- Makefile | 2 +- model/feature_flags.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0a500f91e6..5c53055587 100644 --- a/Makefile +++ b/Makefile @@ -111,7 +111,7 @@ PLUGIN_PACKAGES += mattermost-plugin-channel-export-v0.2.2 PLUGIN_PACKAGES += mattermost-plugin-custom-attributes-v1.3.0 PLUGIN_PACKAGES += mattermost-plugin-github-v2.0.1 PLUGIN_PACKAGES += mattermost-plugin-gitlab-v1.3.0 -PLUGIN_PACKAGES += mattermost-plugin-incident-collaboration-v1.12.0 +PLUGIN_PACKAGES += mattermost-plugin-incident-collaboration-v1.14.2 PLUGIN_PACKAGES += mattermost-plugin-jenkins-v1.1.0 PLUGIN_PACKAGES += mattermost-plugin-jira-v2.4.0 PLUGIN_PACKAGES += mattermost-plugin-nps-v1.1.0 diff --git a/model/feature_flags.go b/model/feature_flags.go index f9d28a325f..d74d282daf 100644 --- a/model/feature_flags.go +++ b/model/feature_flags.go @@ -48,7 +48,7 @@ func (f *FeatureFlags) SetDefaults() { f.EnableRemoteClusterService = false f.AppsEnabled = false - f.PluginIncidentManagement = "1.12.0" + f.PluginIncidentManagement = "1.14.2" f.PluginApps = "" f.PluginFocalboard = "" f.CustomDataRetentionEnabled = false