-
Notifications
You must be signed in to change notification settings - Fork 7
/
updatecheck_versions.json
38 lines (38 loc) · 1.09 KB
/
updatecheck_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
{
"latest_version": "3.0.2",
"op_versions": [
{
"version": "2.5",
"update_available": true,
"message": "New version of appliance is available.",
"update_to_version": null
},
{
"version": "3.0RC1",
"update_available": true,
"message": "You are running a pre-release of 3.0RC1, please update to V3.0",
"update_to_version": "3.0.2"
},
{
"version": "3.0.0",
"update_available": true,
"message": "In-place update to new version is not advisable. Please deploy latest version of OntoPortal",
"update_to_version": "3.0.2"
},
{
"version": "3.0.1",
"update_available": true,
"message": "Update in place is available. Please check https://ontoportal.github.io/administration/management/appliance_upgrade/",
"upate_to_version": "3.0.2"
},
{
"version": "3.0.2",
"update_available": false,
"message": "you are running latest version",
"update_to_version": null
}
],
"no_update_available": {
"message": "can't determine your version; no update available"
}
}