mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 07:30:24 +00:00
Merge pull request #238 from Websoft9/chendelin1982-patch-1
Update version.json
This commit is contained in:
commit
357a6ab04c
1 changed files with 41 additions and 34 deletions
75
version.json
75
version.json
|
@ -1,36 +1,43 @@
|
|||
{
|
||||
"SERVICES": {
|
||||
"PORTAINER": "2.18.3",
|
||||
"NGINX": "2.10.3",
|
||||
"APPMANAGE": "0.8.2",
|
||||
"REDIS": "7.0.11"
|
||||
},
|
||||
"PLUGINS": {
|
||||
"PORTAINER": "0.0.1",
|
||||
"NGINX": "0.0.1",
|
||||
"MYAPPS": "0.0.1",
|
||||
"APPSTORE": "",
|
||||
"SETTINGS": "0.0.1",
|
||||
"LIBRARY": "0.5.2"
|
||||
},
|
||||
"OS_SUPPORT": {
|
||||
"CentOS": [
|
||||
"7",
|
||||
"8"
|
||||
],
|
||||
"CentOS Stream": [
|
||||
"9"
|
||||
],
|
||||
"Ubuntu": [
|
||||
"18.04",
|
||||
"20.04",
|
||||
"22.04"
|
||||
],
|
||||
"RedHat": [
|
||||
"7",
|
||||
"8",
|
||||
"9"
|
||||
]
|
||||
},
|
||||
"VERSION": "0.8.3"
|
||||
"SERVICES": {
|
||||
"PORTAINER": "2.18.3",
|
||||
"NGINX": "2.10.3",
|
||||
"APPMANAGE": "0.8.2",
|
||||
"REDIS": "7.0.11"
|
||||
},
|
||||
"PLUGINS": {
|
||||
"PORTAINER": "0.0.1",
|
||||
"NGINX": "0.0.1",
|
||||
"MYAPPS": "0.0.1",
|
||||
"APPSTORE": "0.0.1",
|
||||
"SETTINGS": "0.0.1",
|
||||
"LIBRARY": "0.5.2"
|
||||
},
|
||||
"OS_SUPPORT": {
|
||||
"Fedora": [
|
||||
"37"
|
||||
],
|
||||
"RedHat": [
|
||||
"9",
|
||||
"8",
|
||||
"7"
|
||||
],
|
||||
"CentOS": [
|
||||
"8",
|
||||
"7"
|
||||
],
|
||||
"CentOS Stream": [
|
||||
"9",
|
||||
"8"
|
||||
],
|
||||
"Debian": [
|
||||
"11"
|
||||
],
|
||||
"Ubuntu": [
|
||||
"22.04",
|
||||
"20.04",
|
||||
"18.04"
|
||||
]
|
||||
},
|
||||
"VERSION": "0.8.3"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue