pre-package incident management v1.3.2 (#16875)

* pre-package incident management v1.3.2

* feature flags

* use repository name, not plugin id, in PLUGIN_PACKAGES

* disable remote marketplace in tests

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Этот коммит содержится в:
Jesse Hallam
2021-02-08 16:31:13 -04:00
коммит произвёл GitHub
родитель cda69d4dd7
Коммит c8fa4ac117
3 изменённых файлов: 7 добавлений и 2 удалений

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

@@ -27,7 +27,7 @@ func (f *FeatureFlags) SetDefaults() {
f.TestBoolFeature = false
f.CloudDelinquentEmailJobsEnabled = false
f.CollapsedThreads = false
f.PluginIncidentManagement = "1.1.1"
f.PluginIncidentManagement = "1.3.2"
}
func (f *FeatureFlags) Plugins() map[string]string {