Skip to content

Commit

Permalink
馃: rabbitmq, rockylinux, wagtail
Browse files Browse the repository at this point in the history
rabbitmq:
- Item root['versions']['3.13.2'] ({'name': '3.13.2', 'date': '2024-04-30'}) added to dictionary.
- Item root['releases']['3.13'] ({'name': '3.13', 'eol': '2025-02-28', 'eoes': '2025-08-31'}) removed from dictionary.
- Item root['releases']['3.12'] ({'name': '3.12', 'eol': '2024-06-30', 'eoes': '2024-12-31'}) removed from dictionary.
- Item root['releases']['3.11'] ({'name': '3.11', 'eol': '2023-12-31', 'eoes': '2024-07-31'}) removed from dictionary.
- Item root['releases']['3.10'] ({'name': '3.10', 'eol': '2022-05-03', 'eoes': '2023-12-31'}) removed from dictionary.

rockylinux:
- Item root['versions']['9.4'] ({'name': '9.4', 'date': '2024-05-03'}) added to dictionary.

wagtail:
- Item root['versions']['5.2.5'] ({'name': '5.2.5', 'date': '2024-05-01'}) added to dictionary.
  • Loading branch information
github-actions[bot] committed May 1, 2024
1 parent 2033ac5 commit cf13af1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 22 deletions.
27 changes: 5 additions & 22 deletions releases/rabbitmq.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,10 @@
{
"releases": {
"3.13": {
"name": "3.13",
"eol": "2025-02-28",
"eoes": "2025-08-31"
},
"3.12": {
"name": "3.12",
"eol": "2024-06-30",
"eoes": "2024-12-31"
},
"3.11": {
"name": "3.11",
"eol": "2023-12-31",
"eoes": "2024-07-31"
},
"3.10": {
"name": "3.10",
"eol": "2022-05-03",
"eoes": "2023-12-31"
}
},
"releases": {},
"versions": {
"3.13.2": {
"name": "3.13.2",
"date": "2024-04-30"
},
"3.13.1": {
"name": "3.13.1",
"date": "2024-03-29"
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.4": {
"name": "9.4",
"date": "2024-05-03"
},
"8.9": {
"name": "8.9",
"date": "2023-11-22"
Expand Down
4 changes: 4 additions & 0 deletions releases/wagtail.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,10 @@
}
},
"versions": {
"5.2.5": {
"name": "5.2.5",
"date": "2024-05-01"
},
"6.0.2": {
"name": "6.0.2",
"date": "2024-04-03"
Expand Down

0 comments on commit cf13af1

Please sign in to comment.