Skip to content

Commit

Permalink
🤖: amazon-linux, electron, rockylinux
Browse files Browse the repository at this point in the history
amazon-linux:
- Item root['versions']['2023.6.20241111.0'] ({'name': '2023.6.20241111.0', 'date': '2024-11-16'}) added to dictionary.
- Item root['versions']['2.0.20241113.1'] ({'name': '2.0.20241113.1', 'date': '2024-11-16'}) added to dictionary.

electron:
- Item root['releases']['34'] ({'name': '34', 'releaseDate': '2024-01-07', 'eol': '2025-06-24'}) added to dictionary.
- Item root['versions']['32.2.5'] ({'name': '32.2.5', 'date': '2024-11-15'}) added to dictionary.

rockylinux:
- Item root['versions']['9.5'] ({'name': '9.5', 'date': '2024-11-21'}) added to dictionary.
  • Loading branch information
github-actions[bot] committed Nov 16, 2024
1 parent 4b621fb commit 21884d1
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
8 changes: 8 additions & 0 deletions releases/amazon-linux.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
{
"releases": {},
"versions": {
"2023.6.20241111.0": {
"name": "2023.6.20241111.0",
"date": "2024-11-16"
},
"2.0.20241113.1": {
"name": "2.0.20241113.1",
"date": "2024-11-16"
},
"2023.6.20241031.0": {
"name": "2023.6.20241031.0",
"date": "2024-11-13"
Expand Down
9 changes: 9 additions & 0 deletions releases/electron.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@
"releaseDate": "2018-12-20",
"eol": "2019-10-22"
},
"34": {
"name": "34",
"releaseDate": "2024-01-07",
"eol": "2025-06-24"
},
"33": {
"name": "33",
"releaseDate": "2024-10-15",
Expand Down Expand Up @@ -162,6 +167,10 @@
}
},
"versions": {
"32.2.5": {
"name": "32.2.5",
"date": "2024-11-15"
},
"31.7.5": {
"name": "31.7.5",
"date": "2024-11-15"
Expand Down
4 changes: 4 additions & 0 deletions releases/rockylinux.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
}
},
"versions": {
"9.5": {
"name": "9.5",
"date": "2024-11-21"
},
"8.10": {
"name": "8.10",
"date": "2024-05-31"
Expand Down

0 comments on commit 21884d1

Please sign in to comment.