kubereboot / kured

Kubernetes Reboot Daemon
https://kured.dev
Apache License 2.0
2.21k stars 205 forks source link

MS Teams notifications are currently broken with new message format #1024

Open wargamez opened 2 weeks ago

wargamez commented 2 weeks ago

Microsoft are urging users to convert to a / generate a new url for webhook by December. This new format which adds a new path to existing webhook urls seems not to be supported by shoutrrr https://github.com/containrrr/shoutrrr/issues/446. Any plans to change this library which seems like it hasn't gotten any commits in over a year? (To be clear, I am not talking about MS workflows, just new webhook urls)


old:
https://<organization>.webhook.office.com/webhookb2/<group>@<tenant>/IncomingWebhook/<altId>/<groupOwner>

new:
https://<organization>.webhook.office.com/webhookb2/<group>@<tenant>/IncomingWebhook/<altId>/<groupOwner>/<newSegment>

/E

jorgelon commented 2 weeks ago

Yep Here is the link

https://devblogs.microsoft.com/microsoft365dev/retirement-of-office-365-connectors-within-microsoft-teams/