Migration v42: HideFrom tooltip consistency migration (#110517)

* Migration to be verified: v42 HideFrom tooltip migration

* snap update

* make gen cue

* Add comments of 42 being the final version
This commit is contained in:
Dominik Prokop
2025-09-05 15:07:30 +02:00
committed by GitHub
parent 801fde02a7
commit b4e63c36c3
59 changed files with 934 additions and 69 deletions
@@ -390,7 +390,7 @@ func runDashboardValidationTests(t *testing.T, ctx TestContext) {
},
"spec": map[string]interface{}{
"title": "Dashboard Title",
"schemaVersion": 41,
"schemaVersion": 42,
"editable": "elephant",
"time": 9000,
"uid": strings.Repeat("a", 100),
@@ -411,7 +411,7 @@ func runDashboardValidationTests(t *testing.T, ctx TestContext) {
},
"spec": map[string]interface{}{
"title": "Dashboard Title",
"schemaVersion": 41,
"schemaVersion": 42,
"editable": "elephant",
"time": 9000,
"uid": strings.Repeat("a", 100),
@@ -1015,7 +1015,7 @@ func createDashboardObject(t *testing.T, title string, folderUID string, generat
},
"spec": map[string]interface{}{
"title": title,
"schemaVersion": 41,
"schemaVersion": 42,
},
},
}
@@ -2038,7 +2038,7 @@ func runDashboardHttpTest(t *testing.T, ctx TestContext, foreignOrgCtx TestConte
},
"spec": {
"title": "%s",
"schemaVersion": 41,
"schemaVersion": 42,
"layout": {
"kind": "GridLayout",
"items": []