mirror of https://github.com/dapr/docs.git
29 lines
865 B
HTML
29 lines
865 B
HTML
<p>Table headers to note:</p>
|
|
|
|
<table>
|
|
<tr>
|
|
<th>Header</th>
|
|
<th>Description</th>
|
|
<th>Example</th>
|
|
</tr>
|
|
<tr>
|
|
<td>Status</td>
|
|
<td><a href="/operations/components/certification-lifecycle/">Component certification</a> status</td>
|
|
<td>
|
|
<a href="/operations/components/certification-lifecycle/#alpha">Alpha</a><br>
|
|
<a href="/operations/components/certification-lifecycle/#beta">Beta</a><br>
|
|
<a href="/operations/components/certification-lifecycle/#stable">Stable</a><br>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Component version</td>
|
|
<td>The version of the component</td>
|
|
<td>v1</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Since runtime version</td>
|
|
<td>The version of the Dapr runtime when the component status was set or updated </td>
|
|
<td>1.11</td>
|
|
</tr>
|
|
</table> |