This commit is contained in:
qiaofeng1227 2023-07-26 17:23:23 +08:00
parent 36da1cf19a
commit 64f58f8954
5 changed files with 9 additions and 5 deletions

View file

@ -1,3 +1,7 @@
## 0.8.5 release on 2023-07-26
add docs
## 0.8.4 release on 2023-07-26 ## 0.8.4 release on 2023-07-26
add appstore search api add appstore search api

View file

@ -1,6 +1,6 @@
FROM python:3.10-slim FROM python:3.10-slim
LABEL maintainer="Websoft9<help@websoft9.com>" LABEL maintainer="Websoft9<help@websoft9.com>"
LABEL version="0.8.4" LABEL version="0.8.5"
# Create API Directory # Create API Directory
WORKDIR /usr/src/app WORKDIR /usr/src/app

View file

@ -1 +1 @@
version.json文件单独作为制品 新增接口 docs 文档appstore 更新信息查询

View file

@ -1,4 +1,4 @@
APP_NAME=websoft9-appmanage APP_NAME=websoft9-appmanage
APP_VERSION=0.8.4 APP_VERSION=0.8.5
APP_HTTP_PORT=5000 APP_HTTP_PORT=5000
APP_NETWORK=websoft9 APP_NETWORK=websoft9

View file

@ -2,7 +2,7 @@
"SERVICES": { "SERVICES": {
"PORTAINER": "2.18.3", "PORTAINER": "2.18.3",
"NGINX": "2.10.3", "NGINX": "2.10.3",
"APPMANAGE": "0.8.4", "APPMANAGE": "0.8.5",
"REDIS": "7.0.11" "REDIS": "7.0.11"
}, },
"PLUGINS": { "PLUGINS": {
@ -39,5 +39,5 @@
"18.04" "18.04"
] ]
}, },
"VERSION": "0.8.4" "VERSION": "0.8.5"
} }