From f7954c2eee81a210a06be9035ba7461b34782147 Mon Sep 17 00:00:00 2001 From: Bernd Verst <4535280+berndverst@users.noreply.github.com> Date: Mon, 29 Aug 2022 14:37:02 -0700 Subject: [PATCH] Mark components as stable in v1.8 Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com> --- daprdocs/data/components/bindings/azure.yaml | 4 ++-- daprdocs/data/components/bindings/generic.yaml | 4 ++-- daprdocs/data/components/pubsub/azure.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/daprdocs/data/components/bindings/azure.yaml b/daprdocs/data/components/bindings/azure.yaml index 6c700832f..f469c1349 100644 --- a/daprdocs/data/components/bindings/azure.yaml +++ b/daprdocs/data/components/bindings/azure.yaml @@ -40,9 +40,9 @@ output: true - component: Azure Event Hubs link: eventhubs - state: Beta + state: Stable version: v1 - since: "1.0" + since: "1.8" features: input: true output: true diff --git a/daprdocs/data/components/bindings/generic.yaml b/daprdocs/data/components/bindings/generic.yaml index eeb486f21..a36553618 100644 --- a/daprdocs/data/components/bindings/generic.yaml +++ b/daprdocs/data/components/bindings/generic.yaml @@ -32,9 +32,9 @@ output: true - component: Kafka link: kafka - state: Beta + state: Stable version: v1 - since: "1.7" + since: "1.8" features: input: true output: true diff --git a/daprdocs/data/components/pubsub/azure.yaml b/daprdocs/data/components/pubsub/azure.yaml index cc4abda3e..3bb3c279a 100644 --- a/daprdocs/data/components/pubsub/azure.yaml +++ b/daprdocs/data/components/pubsub/azure.yaml @@ -1,8 +1,8 @@ - component: Azure Event Hubs link: setup-azure-eventhubs - state: Beta + state: Stable version: v1 - since: "1.6" + since: "1.8" - component: Azure Service Bus link: setup-azure-servicebus state: Stable