Pre-package Incident Collaboration v1.9.3 (#17585)

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Этот коммит содержится в:
Jesse Hallam
2021-05-10 09:47:41 -03:00
коммит произвёл GitHub
родитель 35e3d2d884
Коммит bb35a29ed9
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@@ -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.7.0
PLUGIN_PACKAGES += mattermost-plugin-incident-collaboration-v1.9.3
PLUGIN_PACKAGES += mattermost-plugin-jenkins-v1.1.0
PLUGIN_PACKAGES += mattermost-plugin-jira-v2.4.0
PLUGIN_PACKAGES += mattermost-plugin-nps-v1.1.0

Просмотреть файл

@@ -47,7 +47,7 @@ func (f *FeatureFlags) SetDefaults() {
f.EnableRemoteClusterService = false
f.AppsEnabled = false
f.PluginIncidentManagement = "1.7.0"
f.PluginIncidentManagement = "1.9.3"
f.PluginApps = ""
f.CustomDataRetentionEnabled = false
}