Skip to content

Commit

Permalink
🤖: debian, django, red-hat-openshift
Browse files Browse the repository at this point in the history
debian:
- Item root['versions']['12.4'] ({'name': '12.4', 'date': '2023-12-10'}) added to dictionary.

django:
- Item root['versions']['5.0.1'] ({'name': '5.0.1', 'date': '2024-01-02'}) added to dictionary.
- Item root['versions']['4.2.9'] ({'name': '4.2.9', 'date': '2024-01-02'}) added to dictionary.

red-hat-openshift:
- Item root['versions']['4.11.55'] ({'name': '4.11.55', 'date': '2023-12-14'}) added to dictionary.
- Item root['versions']['4.13.26'] ({'name': '4.13.26', 'date': '2023-12-13'}) added to dictionary.
- Item root['versions']['4.14.6'] ({'name': '4.14.6', 'date': '2023-12-12'}) added to dictionary.
  • Loading branch information
github-actions[bot] authored and marcwrobel committed Jan 2, 2024
1 parent 74678a7 commit 0da036b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
4 changes: 4 additions & 0 deletions releases/debian.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"versions": {
"12.4": {
"name": "12.4",
"date": "2023-12-10"
},
"12.2": {
"name": "12.2",
"date": "2023-10-07"
Expand Down
8 changes: 8 additions & 0 deletions releases/django.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"versions": {
"5.0.1": {
"name": "5.0.1",
"date": "2024-01-02"
},
"4.2.9": {
"name": "4.2.9",
"date": "2024-01-02"
},
"5.0": {
"name": "5.0",
"date": "2023-12-04"
Expand Down
12 changes: 12 additions & 0 deletions releases/red-hat-openshift.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
{
"versions": {
"4.11.55": {
"name": "4.11.55",
"date": "2023-12-14"
},
"4.13.26": {
"name": "4.13.26",
"date": "2023-12-13"
},
"4.14.6": {
"name": "4.14.6",
"date": "2023-12-12"
},
"4.9.54": {
"name": "4.9.54",
"date": "2023-12-06"
Expand Down

0 comments on commit 0da036b

Please sign in to comment.