Update report

This commit is contained in:
zhaojing1987 2023-07-25 07:50:09 +00:00 committed by GitHub
parent 6169c68f98
commit 0ac964d6ca

View File

@ -1,36 +1,36 @@
{ {
"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": "0.0.1", "APPSTORE": "",
"SETTINGS": "0.0.1", "SETTINGS": "0.0.1",
"LIBRARY": "0.5.2" "LIBRARY": "0.5.2"
}, },
"OS_SUPPORT": { "OS_SUPPORT": {
"CentOS": [ "CentOS": [
"7", "7",
"8" "8"
], ],
"CentOS Stream": [ "CentOS Stream": [
"9" "9"
], ],
"Ubuntu": [ "Ubuntu": [
"18.04", "18.04",
"20.04", "20.04",
"22.04" "22.04"
], ],
"RedHat": [ "RedHat": [
"7", "7",
"8", "8",
"9" "9"
] ]
}, },
"VERSION": "0.8.3" "VERSION": "0.8.3"
} }