From c75005582b3fbee6a00b82fade2a8a0300af41f7 Mon Sep 17 00:00:00 2001 From: "Alessandro (Ale) Segala" <43508+ItalyPaleAle@users.noreply.github.com> Date: Mon, 24 Jul 2023 16:02:39 -0700 Subject: [PATCH] Add metadata.yaml for in-memory state store (#2991) Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com> Co-authored-by: Bernd Verst --- pubsub/in-memory/metadata.yaml | 4 ++-- state/in-memory/metadata.yaml | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 state/in-memory/metadata.yaml diff --git a/pubsub/in-memory/metadata.yaml b/pubsub/in-memory/metadata.yaml index ff9b77dc8..94383c657 100644 --- a/pubsub/in-memory/metadata.yaml +++ b/pubsub/in-memory/metadata.yaml @@ -3,8 +3,8 @@ schemaVersion: v1 type: pubsub name: in-memory version: v1 -status: beta -title: "In-Memory" +status: stable +title: "In-memory" urls: - title: Reference url: https://docs.dapr.io/reference/components-reference/supported-pubsub/setup-inmemory/ diff --git a/state/in-memory/metadata.yaml b/state/in-memory/metadata.yaml new file mode 100644 index 000000000..1036664e2 --- /dev/null +++ b/state/in-memory/metadata.yaml @@ -0,0 +1,11 @@ +# yaml-language-server: $schema=../../component-metadata-schema.json +schemaVersion: v1 +type: state +name: in-memory +version: v1 +status: stable +title: "In-memory" +urls: + - title: Reference + url: https://docs.dapr.io/reference/components-reference/supported-state-stores/setup-inmemory/ +metadata: [] \ No newline at end of file