Skip to content

Commit

Permalink
2.1.13-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaofeng1227 committed Sep 13, 2024
1 parent 76c6ab8 commit d245bde
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 20 deletions.
14 changes: 8 additions & 6 deletions changelog_latest.md
Original file line number Diff line number Diff line change
@@ -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)
- [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)
2 changes: 1 addition & 1 deletion docker/.env
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions docker/apphub/Dockerfile
Original file line number Diff line number Diff line change
@@ -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<[email protected]>"
LABEL version="0.1.2"
LABEL version="0.1.3-rc1"

WORKDIR /websoft9

Expand Down
4 changes: 0 additions & 4 deletions docker/apphub/config/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 7 additions & 7 deletions version.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit d245bde

Please sign in to comment.