Skip to content

Commit

Permalink
fix(metadata): ingest new data and regenerate products (#208)
Browse files Browse the repository at this point in the history
Co-authored-by: cwaldren-ld <[email protected]>
  • Loading branch information
github-actions[bot] and cwaldren-ld authored Dec 11, 2024
1 parent 49694a1 commit 2498b0a
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
8 changes: 7 additions & 1 deletion api-js/src/data/releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -3652,11 +3652,17 @@
}
],
"rust-server-sdk": [
{
"major": 2,
"minor": 4,
"date": "2024-12-10T14:23:55Z",
"eol": null
},
{
"major": 2,
"minor": 3,
"date": "2024-10-25T17:46:50Z",
"eol": null
"eol": "2025-12-10T00:00:00Z"
},
{
"major": 2,
Expand Down
8 changes: 7 additions & 1 deletion api/sdkmeta/data/releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -3652,11 +3652,17 @@
}
],
"rust-server-sdk": [
{
"major": 2,
"minor": 4,
"date": "2024-12-10T14:23:55Z",
"eol": null
},
{
"major": 2,
"minor": 3,
"date": "2024-10-25T17:46:50Z",
"eol": null
"eol": "2025-12-10T00:00:00Z"
},
{
"major": 2,
Expand Down
Binary file modified metadata.sqlite3
Binary file not shown.
8 changes: 7 additions & 1 deletion products/releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -3652,11 +3652,17 @@
}
],
"rust-server-sdk": [
{
"major": 2,
"minor": 4,
"date": "2024-12-10T14:23:55Z",
"eol": null
},
{
"major": 2,
"minor": 3,
"date": "2024-10-25T17:46:50Z",
"eol": null
"eol": "2025-12-10T00:00:00Z"
},
{
"major": 2,
Expand Down

0 comments on commit 2498b0a

Please sign in to comment.