Skip to content

Commit

Permalink
fix(metadata): ingest new data and regenerate products (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 22, 2024
1 parent 5054d30 commit 4d81fdc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion api/sdkmeta/data/releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -2986,11 +2986,17 @@
}
],
"relay-proxy": [
{
"major": 8,
"minor": 10,
"date": "2024-10-21T18:48:38Z",
"eol": null
},
{
"major": 8,
"minor": 9,
"date": "2024-07-25T17:51:14Z",
"eol": null
"eol": "2025-10-21T00:00:00Z"
},
{
"major": 8,
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 @@ -2986,11 +2986,17 @@
}
],
"relay-proxy": [
{
"major": 8,
"minor": 10,
"date": "2024-10-21T18:48:38Z",
"eol": null
},
{
"major": 8,
"minor": 9,
"date": "2024-07-25T17:51:14Z",
"eol": null
"eol": "2025-10-21T00:00:00Z"
},
{
"major": 8,
Expand Down

0 comments on commit 4d81fdc

Please sign in to comment.