Skip to content

Commit

Permalink
🤖: craft-cms, istio, kubernetes, linuxkernel, nix
Browse files Browse the repository at this point in the history
craft-cms:
- Item root['versions']['4.8.3'] ({'name': '4.8.3', 'date': '2024-03-15'}) added to dictionary.

istio:
- Value of root['releases']['1.19']['eol'] changed from "2024-03-31" to "2024-04-24".

kubernetes:
- Item root['versions']['1.28.8'] ({'name': '1.28.8', 'date': '2024-03-15'}) added to dictionary.
- Item root['versions']['1.27.12'] ({'name': '1.27.12', 'date': '2024-03-15'}) added to dictionary.
- Item root['versions']['1.29.3'] ({'name': '1.29.3', 'date': '2024-03-14'}) added to dictionary.

linuxkernel:
- Item root['versions']['6.8.1'] ({'name': '6.8.1', 'date': '2024-03-15'}) added to dictionary.
- Item root['versions']['6.7.10'] ({'name': '6.7.10', 'date': '2024-03-15'}) added to dictionary.
- Item root['versions']['6.6.22'] ({'name': '6.6.22', 'date': '2024-03-15'}) added to dictionary.
- Item root['versions']['6.1.82'] ({'name': '6.1.82', 'date': '2024-03-15'}) added to dictionary.
- Item root['versions']['5.4.272'] ({'name': '5.4.272', 'date': '2024-03-15'}) added to dictionary.
- Item root['versions']['5.15.152'] ({'name': '5.15.152', 'date': '2024-03-15'}) added to dictionary.
- Item root['versions']['5.10.213'] ({'name': '5.10.213', 'date': '2024-03-15'}) added to dictionary.
- Item root['versions']['4.19.310'] ({'name': '4.19.310', 'date': '2024-03-15'}) added to dictionary.

nix:
- Item root['versions']['2.17.2'] ({'name': '2.17.2', 'date': '2024-03-15'}) added to dictionary.
- Item root['versions']['2.16.3'] ({'name': '2.16.3', 'date': '2024-03-15'}) added to dictionary.
  • Loading branch information
github-actions[bot] authored and marcwrobel committed Mar 15, 2024
1 parent 0accf35 commit e0d0f7d
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 1 deletion.
4 changes: 4 additions & 0 deletions releases/craft-cms.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
}
},
"versions": {
"4.8.3": {
"name": "4.8.3",
"date": "2024-03-15"
},
"4.8.2": {
"name": "4.8.2",
"date": "2024-03-12"
Expand Down
2 changes: 1 addition & 1 deletion releases/istio.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"1.19": {
"name": "1.19",
"eol": "2024-03-31",
"eol": "2024-04-24",
"supportedKubernetesVersions": "1.25 - 1.28"
},
"1.18": {
Expand Down
12 changes: 12 additions & 0 deletions releases/kubernetes.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"releases": {},
"versions": {
"1.28.8": {
"name": "1.28.8",
"date": "2024-03-15"
},
"1.27.12": {
"name": "1.27.12",
"date": "2024-03-15"
},
"1.29.3": {
"name": "1.29.3",
"date": "2024-03-14"
},
"1.26.15": {
"name": "1.26.15",
"date": "2024-03-14"
Expand Down
32 changes: 32 additions & 0 deletions releases/linuxkernel.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,38 @@
{
"releases": {},
"versions": {
"6.8.1": {
"name": "6.8.1",
"date": "2024-03-15"
},
"6.7.10": {
"name": "6.7.10",
"date": "2024-03-15"
},
"6.6.22": {
"name": "6.6.22",
"date": "2024-03-15"
},
"6.1.82": {
"name": "6.1.82",
"date": "2024-03-15"
},
"5.4.272": {
"name": "5.4.272",
"date": "2024-03-15"
},
"5.15.152": {
"name": "5.15.152",
"date": "2024-03-15"
},
"5.10.213": {
"name": "5.10.213",
"date": "2024-03-15"
},
"4.19.310": {
"name": "4.19.310",
"date": "2024-03-15"
},
"6.8": {
"name": "6.8",
"date": "2024-03-10"
Expand Down
8 changes: 8 additions & 0 deletions releases/nix.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
{
"releases": {},
"versions": {
"2.17.2": {
"name": "2.17.2",
"date": "2024-03-15"
},
"2.16.3": {
"name": "2.16.3",
"date": "2024-03-15"
},
"2.21.0": {
"name": "2.21.0",
"date": "2024-03-11"
Expand Down

0 comments on commit e0d0f7d

Please sign in to comment.