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:
@@ -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": []
|
||||
|
||||
Reference in New Issue
Block a user