From 64f58f8954795e1122ebb746aec8d64100a759e8 Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Wed, 26 Jul 2023 17:23:23 +0800 Subject: [PATCH] 0.8.5 --- CHANGELOG.md | 4 ++++ appmanage/Dockerfile | 2 +- changelog_latest.md | 2 +- docker/w9appmanage/.env | 2 +- version.json | 4 ++-- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee6a75e3..c884c727 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.8.5 release on 2023-07-26 + +add docs + ## 0.8.4 release on 2023-07-26 add appstore search api diff --git a/appmanage/Dockerfile b/appmanage/Dockerfile index 207a0398..e6621337 100644 --- a/appmanage/Dockerfile +++ b/appmanage/Dockerfile @@ -1,6 +1,6 @@ FROM python:3.10-slim LABEL maintainer="Websoft9" -LABEL version="0.8.4" +LABEL version="0.8.5" # Create API Directory WORKDIR /usr/src/app diff --git a/changelog_latest.md b/changelog_latest.md index ee3b8fec..9ea6ea74 100644 --- a/changelog_latest.md +++ b/changelog_latest.md @@ -1 +1 @@ -version.json文件单独作为制品 +新增接口 docs 文档:appstore 更新信息查询 diff --git a/docker/w9appmanage/.env b/docker/w9appmanage/.env index c0a8687d..4adeb39b 100644 --- a/docker/w9appmanage/.env +++ b/docker/w9appmanage/.env @@ -1,4 +1,4 @@ APP_NAME=websoft9-appmanage -APP_VERSION=0.8.4 +APP_VERSION=0.8.5 APP_HTTP_PORT=5000 APP_NETWORK=websoft9 diff --git a/version.json b/version.json index 533d2166..330a2b18 100644 --- a/version.json +++ b/version.json @@ -2,7 +2,7 @@ "SERVICES": { "PORTAINER": "2.18.3", "NGINX": "2.10.3", - "APPMANAGE": "0.8.4", + "APPMANAGE": "0.8.5", "REDIS": "7.0.11" }, "PLUGINS": { @@ -39,5 +39,5 @@ "18.04" ] }, - "VERSION": "0.8.4" + "VERSION": "0.8.5" } \ No newline at end of file