🤖: aws-lambda, contao, dotnet, laravel, umbraco

aws-lambda:
- Type of root['releases']['nodejs18.x']['eoas'] changed from bool to str and value changed from False to "2025-07-31".
- Type of root['releases']['nodejs18.x']['eol'] changed from bool to str and value changed from False to "2025-10-01".

contao:
- Item root['versions']['5.4.2'] ({'name': '5.4.2', 'date': '2024-09-12'}) added to dictionary.
- Item root['versions']['5.3.14'] ({'name': '5.3.14', 'date': '2024-09-12'}) added to dictionary.

dotnet:
- Item root['releases']['9'] ({'name': '9', 'eol': '2024-10-08'}) added to dictionary.

laravel:
- Item root['versions']['11.23.4'] ({'name': '11.23.4', 'date': '2024-09-12'}) added to dictionary.
- Item root['versions']['11.23.3'] ({'name': '11.23.3', 'date': '2024-09-12'}) added to dictionary.
- Item root['versions']['10.48.22'] ({'name': '10.48.22', 'date': '2024-09-12'}) added to dictionary.
- Item root['versions']['10.48.21'] ({'name': '10.48.21', 'date': '2024-09-12'}) added to dictionary.

umbraco:
- Item root['versions']['13.5.0'] ({'name': '13.5.0', 'date': '2024-09-12'}) added to dictionary.
This commit is contained in:
github-actions[bot]
2024-09-12 18:45:03 +00:00
committed by github-actions[bot]
parent 93527b2793
commit 287a6b61c3
5 changed files with 34 additions and 2 deletions

View File

@@ -102,8 +102,8 @@
},
"nodejs18.x": {
"name": "nodejs18.x",
"eoas": false,
"eol": false
"eoas": "2025-07-31",
"eol": "2025-10-01"
},
"nodejs16.x": {
"name": "nodejs16.x",

View File

@@ -1,6 +1,14 @@
{
"releases": {},
"versions": {
"5.4.2": {
"name": "5.4.2",
"date": "2024-09-12"
},
"5.3.14": {
"name": "5.3.14",
"date": "2024-09-12"
},
"4.13.48": {
"name": "4.13.48",
"date": "2024-09-12"

View File

@@ -1,5 +1,9 @@
{
"releases": {
"9": {
"name": "9",
"eol": "2024-10-08"
},
"8": {
"name": "8",
"eol": "2026-11-10"

View File

@@ -20,6 +20,22 @@
}
},
"versions": {
"11.23.4": {
"name": "11.23.4",
"date": "2024-09-12"
},
"11.23.3": {
"name": "11.23.3",
"date": "2024-09-12"
},
"10.48.22": {
"name": "10.48.22",
"date": "2024-09-12"
},
"10.48.21": {
"name": "10.48.21",
"date": "2024-09-12"
},
"11.23.2": {
"name": "11.23.2",
"date": "2024-09-11"

View File

@@ -50,6 +50,10 @@
}
},
"versions": {
"13.5.0": {
"name": "13.5.0",
"date": "2024-09-12"
},
"14.2.0": {
"name": "14.2.0",
"date": "2024-08-22"