Skip to content

Commit 0af20e6

Browse files
fix(metadata): ingest new data and regenerate products (#285)
Co-authored-by: cwaldren-ld <[email protected]>
1 parent 552687c commit 0af20e6

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

api-js/src/data/releases.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3346,11 +3346,17 @@
33463346
}
33473347
],
33483348
"relay-proxy": [
3349+
{
3350+
"major": 8,
3351+
"minor": 13,
3352+
"date": "2025-07-31T13:24:20Z",
3353+
"eol": null
3354+
},
33493355
{
33503356
"major": 8,
33513357
"minor": 12,
33523358
"date": "2025-05-21T15:12:05Z",
3353-
"eol": null
3359+
"eol": "2026-07-31T00:00:00Z"
33543360
},
33553361
{
33563362
"major": 8,

api/sdkmeta/data/releases.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3346,11 +3346,17 @@
33463346
}
33473347
],
33483348
"relay-proxy": [
3349+
{
3350+
"major": 8,
3351+
"minor": 13,
3352+
"date": "2025-07-31T13:24:20Z",
3353+
"eol": null
3354+
},
33493355
{
33503356
"major": 8,
33513357
"minor": 12,
33523358
"date": "2025-05-21T15:12:05Z",
3353-
"eol": null
3359+
"eol": "2026-07-31T00:00:00Z"
33543360
},
33553361
{
33563362
"major": 8,

metadata.sqlite3

-4 KB
Binary file not shown.

products/releases.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3346,11 +3346,17 @@
33463346
}
33473347
],
33483348
"relay-proxy": [
3349+
{
3350+
"major": 8,
3351+
"minor": 13,
3352+
"date": "2025-07-31T13:24:20Z",
3353+
"eol": null
3354+
},
33493355
{
33503356
"major": 8,
33513357
"minor": 12,
33523358
"date": "2025-05-21T15:12:05Z",
3353-
"eol": null
3359+
"eol": "2026-07-31T00:00:00Z"
33543360
},
33553361
{
33563362
"major": 8,

0 commit comments

Comments
 (0)