🤖: aws-lambda, prometheus, sonarqube, yarn

aws-lambda:
- Value of root['releases']['dotnet6']['eoas'] changed from "2024-11-12" to "2024-12-20".

prometheus:
- Item root['versions']['2.45.6'] ({'name': '2.45.6', 'date': '2024-06-21'}) added to dictionary.

sonarqube:
- Item root['versions']['10.6.0'] ({'name': '10.6.0', 'date': '2024-06-20'}) added to dictionary.

yarn:
- Item root['versions']['3.8.3'] ({'name': '3.8.3', 'date': '2024-06-21'}) added to dictionary.
This commit is contained in:
github-actions[bot]
2024-06-21 18:56:43 +00:00
committed by github-actions[bot]
parent 7e98af1d01
commit 857134fb03
4 changed files with 13 additions and 1 deletions

View File

@@ -192,7 +192,7 @@
}, },
"dotnet6": { "dotnet6": {
"name": "dotnet6", "name": "dotnet6",
"eoas": "2024-11-12", "eoas": "2024-12-20",
"eol": "2025-03-31" "eol": "2025-03-31"
}, },
"dotnet5.0": { "dotnet5.0": {

View File

@@ -12,6 +12,10 @@
} }
}, },
"versions": { "versions": {
"2.45.6": {
"name": "2.45.6",
"date": "2024-06-21"
},
"2.53.0": { "2.53.0": {
"name": "2.53.0", "name": "2.53.0",
"date": "2024-06-19" "date": "2024-06-19"

View File

@@ -1,6 +1,10 @@
{ {
"releases": {}, "releases": {},
"versions": { "versions": {
"10.6.0": {
"name": "10.6.0",
"date": "2024-06-20"
},
"10.5.1": { "10.5.1": {
"name": "10.5.1", "name": "10.5.1",
"date": "2024-04-30" "date": "2024-04-30"

View File

@@ -5,6 +5,10 @@
"name": "4.3.1", "name": "4.3.1",
"date": "2024-06-21" "date": "2024-06-21"
}, },
"3.8.3": {
"name": "3.8.3",
"date": "2024-06-21"
},
"4.3.0": { "4.3.0": {
"name": "4.3.0", "name": "4.3.0",
"date": "2024-06-10" "date": "2024-06-10"