diff --git a/changelog_latest.md b/changelog_latest.md index cc638a5a..e0c63b6a 100644 --- a/changelog_latest.md +++ b/changelog_latest.md @@ -1,7 +1,6 @@ ### enhancement: -- websoft9-apphub service logs unfriendly #518 +- fix update Websoft9 at install.sh #539 +- Build and push js file to CloudFlare worker #538 +- Create dockerhub proxy URL based on Cloudflare #536 +- add Dockerfile build function for apphub #534 -### appstore: -- [cannot pull image for jetty](https://github.com/Websoft9/docker-library/issues/712) -- [tomee pull tomee9 image error](https://github.com/Websoft9/docker-library/issues/702) -- [some errors of flowise on AWS ubuntu](https://github.com/Websoft9/docker-library/issues/693) diff --git a/docker/.env b/docker/.env index 9c4b2347..75d70dcc 100644 --- a/docker/.env +++ b/docker/.env @@ -1,4 +1,4 @@ -APPHUB_VERSION=0.1.4 +APPHUB_VERSION=0.1.5-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/version.json b/version.json index cdfcfce9..f8f83513 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { - "version": "2.1.14", + "version": "2.1.15-rc1", "plugins": { "portainer": "0.1.3", "nginx": "0.1.0",