From f245605a6b74c1041307a4f6f35944983cce8525 Mon Sep 17 00:00:00 2001 From: Rodolfo Sanchez Date: Mon, 16 May 2022 15:18:26 -0500 Subject: Add Streaming Runtime channel Hi admins, I am working on a Streaming Runtime on top of Kubernetes. I would like to create a space (slack channel) where people can ask questions and involve themselves in this project. Git Repo: https://github.com/vmware-tanzu/streaming-runtimes Docs: https://vmware-tanzu.github.io/streaming-runtimes/ --- communication/slack-config/channels.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/communication/slack-config/channels.yaml b/communication/slack-config/channels.yaml index bfe0c43e..badc8099 100644 --- a/communication/slack-config/channels.yaml +++ b/communication/slack-config/channels.yaml @@ -409,6 +409,7 @@ channels: - name: spinnaker - name: sre - name: steering-committee + - name: streaming-runtime - name: submariner - name: surveys - name: summit-staff -- cgit v1.2.3 From 533db9e2c2d5cd8c6b2db977d62a8a33ffe7abcb Mon Sep 17 00:00:00 2001 From: Rodolfo Sanchez Date: Fri, 20 May 2022 08:04:28 -0500 Subject: update the channel name to be less generic less generic name for the streaming runtime --- communication/slack-config/channels.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/communication/slack-config/channels.yaml b/communication/slack-config/channels.yaml index badc8099..e4bc53e2 100644 --- a/communication/slack-config/channels.yaml +++ b/communication/slack-config/channels.yaml @@ -409,13 +409,13 @@ channels: - name: spinnaker - name: sre - name: steering-committee - - name: streaming-runtime - name: submariner - name: surveys - name: summit-staff - name: suse-caasp - name: talk-proposals - name: tanzu-community-edition + - name: tanzu-streaming-runtimes - name: terraform-providers - name: test-failures - name: tilt -- cgit v1.2.3