Merge pull request #238 from Websoft9/chendelin1982-patch-1

Update version.json
This commit is contained in:
qiaofeng1227 2023-07-25 16:41:38 +08:00 committed by GitHub
commit 357a6ab04c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,36 +1,43 @@
{ {
"SERVICES": { "SERVICES": {
"PORTAINER": "2.18.3", "PORTAINER": "2.18.3",
"NGINX": "2.10.3", "NGINX": "2.10.3",
"APPMANAGE": "0.8.2", "APPMANAGE": "0.8.2",
"REDIS": "7.0.11" "REDIS": "7.0.11"
}, },
"PLUGINS": { "PLUGINS": {
"PORTAINER": "0.0.1", "PORTAINER": "0.0.1",
"NGINX": "0.0.1", "NGINX": "0.0.1",
"MYAPPS": "0.0.1", "MYAPPS": "0.0.1",
"APPSTORE": "", "APPSTORE": "0.0.1",
"SETTINGS": "0.0.1", "SETTINGS": "0.0.1",
"LIBRARY": "0.5.2" "LIBRARY": "0.5.2"
}, },
"OS_SUPPORT": { "OS_SUPPORT": {
"CentOS": [ "Fedora": [
"7", "37"
"8" ],
], "RedHat": [
"CentOS Stream": [ "9",
"9" "8",
], "7"
"Ubuntu": [ ],
"18.04", "CentOS": [
"20.04", "8",
"22.04" "7"
], ],
"RedHat": [ "CentOS Stream": [
"7", "9",
"8", "8"
"9" ],
] "Debian": [
}, "11"
"VERSION": "0.8.3" ],
"Ubuntu": [
"22.04",
"20.04",
"18.04"
]
},
"VERSION": "0.8.3"
} }