mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 23:20:23 +00:00
0.8.5
This commit is contained in:
parent
36da1cf19a
commit
64f58f8954
5 changed files with 9 additions and 5 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
version.json文件单独作为制品
|
新增接口 docs 文档:appstore 更新信息查询
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
Loading…
Reference in a new issue