Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement MS Teams notifications #235

Merged
merged 6 commits into from
Jul 7, 2019
Merged

Implement MS Teams notifications #235

merged 6 commits into from
Jul 7, 2019

Conversation

stefanprodan
Copy link
Member

This PR adds support for Microsoft Teams notifications. Fix: #116

MS Teams can be enabled with -msteams-url=https://YOUR/TEAMS/WEBHOOK flag or using the Helm chart:

helm upgrade -i flagger flagger/flagger \
--set msteams.url=https://outlook.office.com/webhook/YOUR/TEAMS/WEBHOOK

Flagger will post a message card to MS Teams when a new revision has been detected and if the canary analysis succeeded:

flagger-ms-teams-notifications

And you'll get a notification on rollback:

flagger-ms-teams-failed

@stefanprodan stefanprodan merged commit e577311 into master Jul 7, 2019
@stefanprodan stefanprodan deleted the msteams branch July 7, 2019 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for MS Teams notifications
1 participant