From 7bc357d2f5c83759026845b276b173455bcce5e7 Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Tue, 6 Aug 2024 15:57:08 +0800 Subject: [PATCH] 2.1.11-rc1 --- changelog_latest.md | 12 +++++------- docker/apphub/Dockerfile | 2 +- version.json | 6 +++--- 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/changelog_latest.md b/changelog_latest.md index 85c48e42..b7155cb3 100644 --- a/changelog_latest.md +++ b/changelog_latest.md @@ -1,10 +1,8 @@ ### enhancement: -- websoft9-proxy container deleteļ¼Œ cannot work #510 -- websoft9 service can not send credentials to Nginx or portainer reset #505 +- Nginx how to dynamically apply proxy #516 +- cannot access background for [prestashop] #514 ### appstore: -- [nextcloud edit office document failed when use domain](https://github.com/Websoft9/docker-library/issues/646) -- [can not pull image for [knowage]](https://github.com/Websoft9/docker-library/issues/644) -- [cannot connect db for gitea](https://github.com/Websoft9/docker-library/issues/642) -- [complete docker-compose.yml for [Kaspersky]](https://github.com/Websoft9/docker-library/issues/640) -- [complete docker-compose.yml for [Trivy]](https://github.com/Websoft9/docker-library/issues/639) \ No newline at end of file +- [the container port not need to check when install for [docker]](https://github.com/Websoft9/docker-library/issues/660) +- [Moodle container always restart](https://github.com/Websoft9/docker-library/issues/656) +- [find app's docker_url](https://github.com/Websoft9/docker-library/issues/650) \ No newline at end of file diff --git a/docker/apphub/Dockerfile b/docker/apphub/Dockerfile index dff7c1fb..5d14e3c9 100644 --- a/docker/apphub/Dockerfile +++ b/docker/apphub/Dockerfile @@ -1,6 +1,6 @@ # This file can running at actions # MEDIA_VERSION and LIBRARY_VERSION will trigger its release -# modify time: 202408011654, you can modify here to trigger Docker Build action +# modify time: 202408061600, you can modify here to trigger Docker Build action FROM python:3.10-slim-bullseye diff --git a/version.json b/version.json index 4bdfc2d3..123c603d 100644 --- a/version.json +++ b/version.json @@ -1,11 +1,11 @@ { - "version": "2.1.10", + "version": "2.1.11-rc1", "plugins": { "portainer": "0.1.1", "nginx": "0.0.8", "gitea": "0.0.6", - "myapps": "0.2.3", - "appstore": "0.2.1", + "myapps": "0.2.4", + "appstore": "0.2.2", "settings": "0.1.2", "navigator": "0.5.10" },