From 61d8ab71a357a4384580edbcd81afcde9fa2775d Mon Sep 17 00:00:00 2001 From: sam boyer Date: Wed, 18 Jan 2023 11:36:35 -0500 Subject: [PATCH] Dashboards: Promote dashboard kind to experimental maturity (#61693) --- .../kinds/core/dashboard/schema-reference.md | 2 +- kinds/dashboard/dashboard_kind.cue | 2 +- pkg/kindsys/report.json | 11 ++++++----- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/sources/developers/kinds/core/dashboard/schema-reference.md b/docs/sources/developers/kinds/core/dashboard/schema-reference.md index 5fc5f9be873..449fa741f4c 100644 --- a/docs/sources/developers/kinds/core/dashboard/schema-reference.md +++ b/docs/sources/developers/kinds/core/dashboard/schema-reference.md @@ -7,7 +7,7 @@ title: Dashboard kind # Dashboard kind -### Maturity: merged +### Maturity: experimental ### Version: 0.0 ## Properties diff --git a/kinds/dashboard/dashboard_kind.cue b/kinds/dashboard/dashboard_kind.cue index c2236f8fca7..cd1f9286522 100644 --- a/kinds/dashboard/dashboard_kind.cue +++ b/kinds/dashboard/dashboard_kind.cue @@ -3,7 +3,7 @@ package kind import "strings" name: "Dashboard" -maturity: "merged" +maturity: "experimental" lineage: seqs: [ { diff --git a/pkg/kindsys/report.json b/pkg/kindsys/report.json index 6773c6c1445..be2bc7fa00f 100644 --- a/pkg/kindsys/report.json +++ b/pkg/kindsys/report.json @@ -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",