Dashboards: Promote dashboard kind to experimental maturity (#61693)

This commit is contained in:
sam boyer 2023-01-18 11:36:35 -05:00 committed by GitHub
parent 5fb4a7f3b6
commit 61d8ab71a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 7 deletions

View File

@ -7,7 +7,7 @@ title: Dashboard kind
# Dashboard kind
### Maturity: merged
### Maturity: experimental
### Version: 0.0
## Properties

View File

@ -3,7 +3,7 @@ package kind
import "strings"
name: "Dashboard"
maturity: "merged"
maturity: "experimental"
lineage: seqs: [
{

View File

@ -126,7 +126,7 @@
"machineName": "dashboard",
"pluralMachineName": "dashboards",
"lineageIsGroup": false,
"maturity": "merged",
"maturity": "experimental",
"currentVersion": [
0,
0
@ -981,8 +981,10 @@
"maturity": {
"experimental": {
"name": "experimental",
"items": [],
"count": 0
"items": [
"dashboard"
],
"count": 1
},
"mature": {
"name": "mature",
@ -995,7 +997,6 @@
"annolist_panel",
"barchart_panel",
"bargauge_panel",
"dashboard",
"dashlist_panel",
"gauge_panel",
"histogram_panel",
@ -1006,7 +1007,7 @@
"team",
"text_panel"
],
"count": 13
"count": 12
},
"planned": {
"name": "planned",