mirror of https://github.com/dapr/docs.git
Merge pull request #3731 from cicoyle/docs-update-conformance-reqs
add beta exception for binding components
This commit is contained in:
commit
5d3ae81284
|
|
@ -48,6 +48,12 @@ 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
|
||||||
|
|
||||||
|
{{% alert title="Note" color="primary" %}}
|
||||||
|
A component may skip the Beta stage and conformance test requirement per the discretion of the Maintainer if:
|
||||||
|
- The component is a binding
|
||||||
|
- The certification tests are comprehensive
|
||||||
|
{{% /alert %}}
|
||||||
|
|
||||||
### 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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue