Skip to content

Commit 8a0950b

Browse files
authored
feat: add 1.21.10 (#4252)
1 parent 51471fd commit 8a0950b

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.scripts/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"1.18.*": ["1.18.1", "1.18.2", "1.18"],
2020
"1.19.*": ["1.19", "1.19.2", "1.19.3", "1.19.4"],
2121
"1.20.*": ["1.20", "1.20.1", "1.20.2", "1.20.3", "1.20.4", "1.20.5", "1.20.6"],
22-
"1.21.*": ["1.21", "1.21.1", "1.21.2", "1.21.3", "1.21.4", "1.21.5", "1.21.6", "1.21.7", "1.21.8", "1.21.9"],
22+
"1.21.*": ["1.21", "1.21.1", "1.21.2", "1.21.3", "1.21.4", "1.21.5", "1.21.6", "1.21.7", "1.21.8", "1.21.9", "1.21.10"],
2323
}
2424

2525

metadata.schema.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,8 @@
259259
"1.21.6",
260260
"1.21.7",
261261
"1.21.8",
262-
"1.21.9"
262+
"1.21.9",
263+
"1.21.10"
263264

264265
]
265266
},
@@ -293,7 +294,8 @@
293294
"1.21.6",
294295
"1.21.7",
295296
"1.21.8",
296-
"1.21.9"
297+
"1.21.9",
298+
"1.21.10"
297299
]
298300
},
299301
"Region": {

0 commit comments

Comments
 (0)