websoft9/version.json

48 lines
695 B
JSON
Raw Normal View History

2023-06-29 09:52:15 +00:00
{
2023-08-03 08:33:48 +00:00
"SERVICES": {
"PORTAINER": "2.18.3",
"NGINX": "2.10.3",
2023-08-17 07:50:54 +00:00
"APPMANAGE": "0.8.13",
2023-08-03 08:33:48 +00:00
"REDIS": "7.0.11"
},
"PLUGINS": {
2023-08-15 06:48:08 +00:00
"PORTAINER": "0.0.5",
"NGINX": "0.0.4",
2023-08-16 08:13:08 +00:00
"MYAPPS": "0.0.7",
2023-08-15 06:48:08 +00:00
"APPSTORE": "0.0.6",
"SETTINGS": "0.0.4",
2023-08-10 08:51:07 +00:00
"NAVIGATOR": "0.5.10",
2023-08-03 09:15:39 +00:00
"LIBRARY": "0.5.3"
2023-08-03 08:33:48 +00:00
},
"OS_SUPPORT": {
"Fedora": [
"37"
],
"RedHat": [
2023-08-12 08:36:28 +00:00
"9",
2023-08-03 08:33:48 +00:00
"8",
"7"
],
"CentOS": [
"7"
],
"Rocky": [
2023-08-07 06:10:52 +00:00
"9",
2023-08-03 08:33:48 +00:00
"8"
],
"CentOS Stream": [
2023-08-07 06:10:52 +00:00
"9",
2023-08-03 08:33:48 +00:00
"8"
],
"Debian": [
"11"
],
"Ubuntu": [
"22.04",
"20.04",
"18.04"
]
},
2023-08-17 02:47:31 +00:00
"RELEASE": "dev",
2023-08-17 07:50:54 +00:00
"VERSION": "0.8.17"
2023-08-03 09:15:39 +00:00
}