backstage / backstage

Backstage is an open framework for building developer portals
https://backstage.io/
Apache License 2.0
26.61k stars 5.46k forks source link

feat: add processor to send notifications to ms teams #24599

Open drodil opened 2 weeks ago

drodil commented 2 weeks ago

Hey, I just made a Pull Request!

A new processor that can be used to send notifications to Microsoft Teams webhooks. The webhook must be either entity annotation or for broadcast in the configuration.

:heavy_check_mark: Checklist

backstage-goalie[bot] commented 2 weeks ago

Changed Packages

Package Name Package Path Changeset Bump Current Version
@backstage/plugin-notifications-backend-module-email plugins/notifications-backend-module-email patch v0.0.1-next.0
@backstage/plugin-notifications-backend-module-teams plugins/notifications-backend-module-teams patch v0.0.0
@backstage/plugin-notifications-node plugins/notifications-node patch v0.1.4-next.1
github-actions[bot] commented 2 weeks ago

Uffizzi Ephemeral Environment - Virtual Cluster

Your cluster pr-24599 was successfully created. Learn more about Uffizzi virtual clusters To connect to this cluster, follow these steps:

  1. Download and install the Uffizzi CLI from https://docs.uffizzi.com/install
  2. Login to Uffizzi, then select the backstage account and project:
    uffizzi login
Select an account: 
  ‣ backstage
    jdoe

Select a project or create a new project: 
  ‣ backstage-6783521
  1. Update your kubeconfig: uffizzi cluster update-kubeconfig pr-24599 --kubeconfig=[PATH_TO_KUBECONFIG] After updating your kubeconfig, you can manage your cluster with kubectl, kustomize, helm, and other tools that use kubeconfig files: kubectl get namespace --kubeconfig [PATH_TO_KUBECONFIG]

Access the backstage endpoint at https://backstage-default-pr-24599-c5372.uclusters.app.uffizzi.com

drodil commented 2 weeks ago

The absolute link utility is the same as here #24555 which needs refactoring once this is merged.