From d245bde30b25fbe54d40fa2d20076e928cc34e92 Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Fri, 13 Sep 2024 16:55:01 +0800 Subject: [PATCH] 2.1.13-rc1 --- changelog_latest.md | 14 ++++++++------ docker/.env | 2 +- docker/apphub/Dockerfile | 4 ++-- docker/apphub/config/supervisord.conf | 4 ---- version.json | 14 +++++++------- 5 files changed, 18 insertions(+), 20 deletions(-) diff --git a/changelog_latest.md b/changelog_latest.md index 97d899b0..b07a7abf 100644 --- a/changelog_latest.md +++ b/changelog_latest.md @@ -1,10 +1,12 @@ ### enhancement: -- cannot install docker on AmazonLinux2023 #521 -- some format error of Tomee #520 +- It waiting too long time for App Store when Websoft9 login user not have Docker permission #528 +- cockpit version is old at some ubuntu22.04 distribution #523 +### plugin: +- [Change database name to database type at database tab page](https://github.com/Websoft9/plugin-myapps/issues/36) ### appstore: -- [Can not login for jupyterhub](https://github.com/Websoft9/docker-library/issues/662) -- [complete docker-compose.yml for [mysqlworkbench]](https://github.com/Websoft9/docker-library/issues/663) -- [complete docker-compose.yml for [gitness]](https://github.com/Websoft9/docker-library/issues/666) -- [complete docker-compose.yml for [vaultwarden]](https://github.com/Websoft9/docker-library/issues/667) \ No newline at end of file +- [update ERPNext to version15](https://github.com/Websoft9/docker-library/issues/691) +- [prestashop use stable admin_url](https://github.com/Websoft9/docker-library/issues/686) +- [complete docker-compose.yml for [mage]](https://github.com/Websoft9/docker-library/issues/672) +- [complete docker-compose.yml for [couchbase]](https://github.com/Websoft9/docker-library/issues/671) \ No newline at end of file diff --git a/docker/.env b/docker/.env index d9a9d72f..f3fa1dc0 100644 --- a/docker/.env +++ b/docker/.env @@ -1,4 +1,4 @@ -APPHUB_VERSION=0.1.2 +APPHUB_VERSION=0.1.3-rc1 DEPLOYMENT_VERSION=2.20.3 GIT_VERSION=1.21.9 PROXY_VERSION=2.11.3 \ No newline at end of file diff --git a/docker/apphub/Dockerfile b/docker/apphub/Dockerfile index e6a330f0..27b75e3d 100644 --- a/docker/apphub/Dockerfile +++ b/docker/apphub/Dockerfile @@ -1,11 +1,11 @@ # This file can running at actions # MEDIA_VERSION and LIBRARY_VERSION will trigger its release -# modify time: 202409100825, you can modify here to trigger Docker Build action +# modify time: 202409131700, you can modify here to trigger Docker Build action FROM python:3.10-slim-bullseye LABEL maintainer="Websoft9" -LABEL version="0.1.2" +LABEL version="0.1.3-rc1" WORKDIR /websoft9 diff --git a/docker/apphub/config/supervisord.conf b/docker/apphub/config/supervisord.conf index 10b622c5..22874f88 100644 --- a/docker/apphub/config/supervisord.conf +++ b/docker/apphub/config/supervisord.conf @@ -11,10 +11,6 @@ command=uvicorn src.main:app --host 0.0.0.0 --port 8080 autostart=false user=root directory=/websoft9/apphub -stdout_logfile=/var/log/supervisord.log -stdout_logfile_maxbytes=0 -stderr_logfile=/var/log/supervisord.log -stderr_logfile_maxbytes=0 [program:apphubdev] command=/websoft9/script/developer.sh diff --git a/version.json b/version.json index f2c1c02c..de6cf318 100644 --- a/version.json +++ b/version.json @@ -1,12 +1,12 @@ { - "version": "2.1.12", + "version": "2.1.13-rc1", "plugins": { - "portainer": "0.1.2", - "nginx": "0.0.9", - "gitea": "0.0.7", - "myapps": "0.2.6", - "appstore": "0.2.5", - "settings": "0.1.3", + "portainer": "0.1.3", + "nginx": "0.1.0", + "gitea": "0.0.8", + "myapps": "0.2.7", + "appstore": "0.2.6", + "settings": "0.1.4", "navigator": "0.5.10" }, "OS": {