add beta exception for binding components

Signed-off-by: Cassandra Coyle <cassie@diagrid.io>
This commit is contained in:
Cassandra Coyle 2023-09-14 10:55:25 -05:00
parent 7e1fa65c0e
commit 8fc717d25c
1 changed files with 3 additions and 0 deletions

View File

@ -48,6 +48,9 @@ All components start at the Alpha stage.
- The component contains a record of the conformance test result reviewed and approved by Dapr maintainers with specific components-contrib version - The component contains a record of the conformance test result reviewed and approved by Dapr maintainers with specific components-contrib version
- Recommended for only non-business-critical uses because of potential for incompatible changes in subsequent releases - Recommended for only non-business-critical uses because of potential for incompatible changes in subsequent releases
A component may skip the Beta stage and conformance test requirement per the discretion of the Maintainer if:
- The component is a binding and the certification tests are comprehensive
### Stable ### Stable
- The component must have component [certification tests](#certification-tests) validating functionality and resiliency - The component must have component [certification tests](#certification-tests) validating functionality and resiliency