mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 15:10:22 +00:00
2.1.15-rc1
Some checks are pending
Build image to DockerHub / setup (push) Waiting to run
Build image to DockerHub / build (push) Blocked by required conditions
Release to Github and Artifact / upload_artifact (push) Waiting to run
Release to Github and Artifact / Build Github Pages (push) Waiting to run
Some checks are pending
Build image to DockerHub / setup (push) Waiting to run
Build image to DockerHub / build (push) Blocked by required conditions
Release to Github and Artifact / upload_artifact (push) Waiting to run
Release to Github and Artifact / Build Github Pages (push) Waiting to run
This commit is contained in:
parent
32287d2fa8
commit
68106efea8
3 changed files with 6 additions and 7 deletions
|
@ -1,7 +1,6 @@
|
||||||
### enhancement:
|
### 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)
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
APPHUB_VERSION=0.1.4
|
APPHUB_VERSION=0.1.5-rc1
|
||||||
DEPLOYMENT_VERSION=2.20.3
|
DEPLOYMENT_VERSION=2.20.3
|
||||||
GIT_VERSION=1.21.9
|
GIT_VERSION=1.21.9
|
||||||
PROXY_VERSION=2.11.3
|
PROXY_VERSION=2.11.3
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "2.1.14",
|
"version": "2.1.15-rc1",
|
||||||
"plugins": {
|
"plugins": {
|
||||||
"portainer": "0.1.3",
|
"portainer": "0.1.3",
|
||||||
"nginx": "0.1.0",
|
"nginx": "0.1.0",
|
||||||
|
|
Loading…
Reference in a new issue