🤖: rockylinux, umbraco

rockylinux:
- Item root['versions']['8.3'] ({'name': '8.3', 'date': '2021-05-01'}) added to dictionary.
- Value of root['releases']['8']['releaseDate'] changed from "2021-06-21" to "2021-05-01".

umbraco:
- Item root['versions']['13.2.2'] ({'name': '13.2.2', 'date': '2024-03-19'}) added to dictionary.
- Item root['versions']['12.3.9'] ({'name': '12.3.9', 'date': '2024-03-19'}) added to dictionary.
This commit is contained in:
github-actions[bot]
2024-03-20 06:37:00 +00:00
committed by github-actions[bot]
parent 5ef842b5c1
commit 4e89496ced
2 changed files with 13 additions and 1 deletions

View File

@@ -8,7 +8,7 @@
}, },
"8": { "8": {
"name": "8", "name": "8",
"releaseDate": "2021-06-21", "releaseDate": "2021-05-01",
"support": "2024-05-31", "support": "2024-05-31",
"eol": "2029-05-31" "eol": "2029-05-31"
} }
@@ -53,6 +53,10 @@
"8.4": { "8.4": {
"name": "8.4", "name": "8.4",
"date": "2021-06-21" "date": "2021-06-21"
},
"8.3": {
"name": "8.3",
"date": "2021-05-01"
} }
} }
} }

View File

@@ -44,6 +44,14 @@
} }
}, },
"versions": { "versions": {
"13.2.2": {
"name": "13.2.2",
"date": "2024-03-19"
},
"12.3.9": {
"name": "12.3.9",
"date": "2024-03-19"
},
"13.2.1": { "13.2.1": {
"name": "13.2.1", "name": "13.2.1",
"date": "2024-03-18" "date": "2024-03-18"