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