-
Notifications
You must be signed in to change notification settings - Fork 3
/
versions.json
54 lines (54 loc) · 3.19 KB
/
versions.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"amazon": {
"regions": {
"us-east-1": "ami-026c8acd92718196b",
"us-east-2": "ami-0986c2ac728528ac2",
"us-west-1": "ami-068670db424b01e9a",
"us-west-2": "ami-07b4f3c02c7f83d59",
"ap-south-1": "ami-04125d804acca5692",
"ap-northeast-2": "ami-0794a2d1e6d99117a",
"ap-southeast-1": "ami-0bb35a5dad5658286",
"ap-southeast-2": "ami-06705195ce845509c",
"ap-northeast-1": "ami-09b68f5653871885f",
"ca-central-1": "ami-0c2a0ac8b164db9e6",
"eu-central-1": "ami-009c174642dba28e4",
"eu-west-1": "ami-01e6a0b85de033c99",
"eu-west-2": "ami-0c30afcb7ab02233d",
"eu-west-3": "ami-0119667e27598718e",
"eu-north-1": "ami-88de55f6",
"sa-east-1": "ami-0dcf15c37a41c965f"
},
"versions": [
{"code": "18.14.19", "name": "18.14.19 Altinity Stable"},
{"code": "19.11.12.69", "name": "19.11.12.69 Altinity Stable"},
{"code": "19.13.7.57", "name": "19.13.7.57 Altinity Stable"},
{"code": "19.16.19.85", "name": "19.16.19.85 Altinity Stable"},
{"code": "20.3.21.2", "name": "20.3.21.2 Altinity Stable"},
{"code": "20.8.12.2", "name": "20.8.12.2 Altinity Stable"},
{"code": "21.1.9.41", "name": "21.1.9.41 Altinity Stable"},
{"code": "21.3.20.1", "name": "21.3.20.1 Altinity Stable"},
{"code": "21.8.13.6", "name": "21.8.13.6 Altinity Stable"},
{"code": "21.11.11.1", "name": "21.11.11.1"},
{"code": "22.1.3.7", "name": "22.1.3.7"},
{"code": "22.2.3.5", "name": "22.2.3.5"}
]
},
"docker": [
{"code": "test", "name": "test"}
],
"kubernetes": [
{"code": "22.3.15.33", "name": "22.3.15.33 Altinity Stable (upstream build)", "repo": "clickhouse/clickhouse-server"},
{"code": "22.3.15.34.altinitystable", "name": "22.3.15 Altinity Stable Build", "repo": "altinity/clickhouse-server"},
{"code": "22.8.20.11", "name": "22.8.20.11 Altinity Stable (upstream build)", "repo": "clickhouse/clickhouse-server"},
{"code": "22.8.20.12.altinitystable", "name": "22.8.20 Altinity Stable Build", "repo": "altinity/clickhouse-server"},
{"code": "23.3.19.32", "name": "23.3.19.32 Altinity Stable (upstream build)", "repo": "clickhouse/clickhouse-server"},
{"code": "23.3.19.33.altinitystable", "name": "23.3.19 Altinity Stable Build", "repo": "altinity/clickhouse-server"},
{"code": "23.8.16.40", "name": "23.8.16.40 Altinity Stable (upstream build)", "repo": "clickhouse/clickhouse-server"},
{"code": "23.8.16.41.altinitystable", "name": "23.8.16.41 Altinity Stable Build", "repo": "altinity/clickhouse-server"},
{"code": "23.12.6.19", "name": "23.12.6.19", "repo": "clickhouse/clickhouse-server"},
{"code": "24.3.12.75", "name": "24.3.12.75 Altinity Stable (upstream build)", "repo": "clickhouse/clickhouse-server"},
{"code": "24.3.12.76.altinitystable", "name": "24.3.12.76 Altinity Stable Build", "repo": "altinity/clickhouse-server"},
{"code": "24.5.8.10", "name": "24.5.8.10", "repo": "clickhouse/clickhouse-server"},
{"code": "24.8.7.41", "name": "24.8.7.41", "repo": "clickhouse/clickhouse-server"}
]
}