Skip to content

Commit

Permalink
馃: confluence, craft-cms, postgresql
Browse files Browse the repository at this point in the history
confluence:
- Item root['releases']['7.17'] ({'name': '7.17', 'eol': '2024-03-22'}) removed from dictionary.

craft-cms:
- Item root['versions']['5.1.2'] ({'name': '5.1.2', 'date': '2024-05-07'}) added to dictionary.
- Item root['versions']['4.9.2'] ({'name': '4.9.2', 'date': '2024-05-07'}) added to dictionary.

postgresql:
- Item root['versions']['16.3'] ({'name': '16.3', 'date': '2024-05-06'}) added to dictionary.
- Item root['versions']['15.7'] ({'name': '15.7', 'date': '2024-05-06'}) added to dictionary.
- Item root['versions']['14.12'] ({'name': '14.12', 'date': '2024-05-06'}) added to dictionary.
- Item root['versions']['13.15'] ({'name': '13.15', 'date': '2024-05-06'}) added to dictionary.
- Item root['versions']['12.19'] ({'name': '12.19', 'date': '2024-05-06'}) added to dictionary.
  • Loading branch information
github-actions[bot] committed May 8, 2024
1 parent 07651d0 commit 6aeb7c2
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 4 deletions.
4 changes: 0 additions & 4 deletions releases/confluence.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@
"7.18": {
"name": "7.18",
"eol": "2024-05-30"
},
"7.17": {
"name": "7.17",
"eol": "2024-03-22"
}
},
"versions": {
Expand Down
8 changes: 8 additions & 0 deletions releases/craft-cms.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@
}
},
"versions": {
"5.1.2": {
"name": "5.1.2",
"date": "2024-05-07"
},
"4.9.2": {
"name": "4.9.2",
"date": "2024-05-07"
},
"5.1.1": {
"name": "5.1.1",
"date": "2024-05-02"
Expand Down
20 changes: 20 additions & 0 deletions releases/postgresql.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,26 @@
}
},
"versions": {
"16.3": {
"name": "16.3",
"date": "2024-05-06"
},
"15.7": {
"name": "15.7",
"date": "2024-05-06"
},
"14.12": {
"name": "14.12",
"date": "2024-05-06"
},
"13.15": {
"name": "13.15",
"date": "2024-05-06"
},
"12.19": {
"name": "12.19",
"date": "2024-05-06"
},
"16.2": {
"name": "16.2",
"date": "2024-02-05"
Expand Down

0 comments on commit 6aeb7c2

Please sign in to comment.