Pre-package MS Teams v2.0 (#27708)

* Pre-package MS Teams v2.0.0

* bump to v2.0.1

* add MS Teams plugin to known list for tracking telemetry

* bump to v2.0.2
This commit is contained in:
Jesse Hallam 2024-07-31 16:18:09 -03:00 committed by GitHub
parent 2b12a311d7
commit 295c8c277b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -154,6 +154,7 @@ PLUGIN_PACKAGES += mattermost-plugin-servicenow-v2.3.4
PLUGIN_PACKAGES += mattermost-plugin-zoom-v1.8.0
PLUGIN_PACKAGES += mattermost-plugin-ai-v0.8.3
PLUGIN_PACKAGES += focalboard-v8.0.0
PLUGIN_PACKAGES += mattermost-plugin-msteams-v2.0.2
EE_PACKAGES=$(shell $(GO) list $(BUILD_ENTERPRISE_DIR)/...)

View File

@ -1438,6 +1438,7 @@ func (ts *TelemetryService) trackPluginConfig(cfg *model.Config, marketplaceURL
"skype4business",
"zoom",
"focalboard",
"com.mattermost.msteams-sync",
}
marketplacePlugins, err := ts.GetAllMarketplacePlugins(marketplaceURL)