mirror of https://github.com/dapr/docs.git
Update newly stable components
Signed-off-by: Bernd Verst <github@bernd.dev>
This commit is contained in:
parent
189711d97a
commit
09790e4025
|
@ -8,9 +8,9 @@
|
||||||
output: true
|
output: true
|
||||||
- component: AWS S3
|
- component: AWS S3
|
||||||
link: s3
|
link: s3
|
||||||
state: Alpha
|
state: Stable
|
||||||
version: v1
|
version: v1
|
||||||
since: "1.0"
|
since: "1.11"
|
||||||
features:
|
features:
|
||||||
input: false
|
input: false
|
||||||
output: true
|
output: true
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
- component: Redis
|
- component: Redis
|
||||||
link: redis-configuration-store
|
link: redis-configuration-store
|
||||||
state: Alpha
|
state: Stable
|
||||||
version: v1
|
version: v1
|
||||||
since: "1.5"
|
since: "1.11"
|
||||||
- component: Postgres
|
- component: Postgres
|
||||||
link: postgres-configuration-store
|
link: postgres-configuration-store
|
||||||
state: Alpha
|
state: Stable
|
||||||
version: v1
|
version: v1
|
||||||
since: "1.9"
|
since: "1.11"
|
||||||
- component: Azure App Configuration
|
- component: Azure App Configuration
|
||||||
link: azure-appconfig-configuration-store
|
link: azure-appconfig-configuration-store
|
||||||
state: Alpha
|
state: Alpha
|
||||||
|
|
|
@ -15,7 +15,8 @@
|
||||||
description: Enables the [OAuth2 Client Credentials Grant flow](https://tools.ietf.org/html/rfc6749#section-4.4) on a Web API
|
description: Enables the [OAuth2 Client Credentials Grant flow](https://tools.ietf.org/html/rfc6749#section-4.4) on a Web API
|
||||||
- component: OpenID Connect
|
- component: OpenID Connect
|
||||||
link: /reference/components-reference/supported-middleware/middleware-bearer
|
link: /reference/components-reference/supported-middleware/middleware-bearer
|
||||||
state: Alpha
|
state: Stable
|
||||||
|
since: "1.11"
|
||||||
version: v1
|
version: v1
|
||||||
description: Verifies a [Bearer Token](https://tools.ietf.org/html/rfc6750) using [OpenID Connect](https://openid.net/connect/) on a Web API
|
description: Verifies a [Bearer Token](https://tools.ietf.org/html/rfc6750) using [OpenID Connect](https://openid.net/connect/) on a Web API
|
||||||
- component: Rego/OPA Policies
|
- component: Rego/OPA Policies
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
- component: GCP Pub/Sub
|
- component: GCP Pub/Sub
|
||||||
link: setup-gcp-pubsub
|
link: setup-gcp-pubsub
|
||||||
state: Alpha
|
state: Stable
|
||||||
version: v1
|
version: v1
|
||||||
since: "1.0"
|
since: "1.11"
|
||||||
features:
|
features:
|
||||||
bulkPublish: false
|
bulkPublish: false
|
||||||
bulkSubscribe: false
|
bulkSubscribe: false
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
since: "1.10"
|
since: "1.10"
|
||||||
features:
|
features:
|
||||||
crud: true
|
crud: true
|
||||||
transactions: false
|
transactions: true
|
||||||
etag: true
|
etag: true
|
||||||
ttl: true
|
ttl: true
|
||||||
query: false
|
query: false
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
- component: GCP Firestore
|
- component: GCP Firestore
|
||||||
link: setup-firestore
|
link: setup-firestore
|
||||||
state: Alpha
|
state: Stable
|
||||||
version: v1
|
version: v1
|
||||||
since: "1.0"
|
since: "1.11"
|
||||||
features:
|
features:
|
||||||
crud: true
|
crud: true
|
||||||
transactions: false
|
transactions: false
|
||||||
|
|
|
@ -165,9 +165,9 @@
|
||||||
query: false
|
query: false
|
||||||
- component: SQLite
|
- component: SQLite
|
||||||
link: setup-sqlite
|
link: setup-sqlite
|
||||||
state: Beta
|
state: Stable
|
||||||
version: v1
|
version: v1
|
||||||
since: "1.10"
|
since: "1.11"
|
||||||
features:
|
features:
|
||||||
crud: true
|
crud: true
|
||||||
transactions: true
|
transactions: true
|
||||||
|
|
Loading…
Reference in New Issue