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 # Dashboard kind
### Maturity: merged ### Maturity: experimental
### Version: 0.0 ### Version: 0.0
## Properties ## Properties

View File

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

View File

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