diff --git a/changelog_latest.md b/changelog_latest.md index 4eaed9c4..55b2180a 100644 --- a/changelog_latest.md +++ b/changelog_latest.md @@ -1,8 +1,7 @@ ### enhancement: -- can not install docker by install.sh in the china's vm #503 +- Add health check to the runtime container #500 ### appstore: -- [complete docker-compose.yml for [Nexus]](https://github.com/Websoft9/docker-library/issues/628) -- [complete docker-compose.yml for [jihu]](https://github.com/Websoft9/docker-library/issues/626) -- [complete docker-compose.yml for [registry]](https://github.com/Websoft9/docker-library/issues/625) -- [complete docker-compose.yml for [nodered]](https://github.com/Websoft9/docker-library/issues/622) \ No newline at end of file +- [complete docker-compose.yml for [rocketmq]](https://github.com/Websoft9/docker-library/issues/637) +- [strapi gateway error](https://github.com/Websoft9/docker-library/issues/631) +- [complete docker-compose.yml for [ManageIQ]](https://github.com/Websoft9/docker-library/issues/630) \ No newline at end of file diff --git a/docker/apphub/Dockerfile b/docker/apphub/Dockerfile index f71d5f8c..41e3cb2d 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: 202406271009, you can modify here to trigger Docker Build action +# modify time: 202407100849, you can modify here to trigger Docker Build action FROM python:3.10-slim-bullseye diff --git a/version.json b/version.json index b5aacdad..5b92c45c 100644 --- a/version.json +++ b/version.json @@ -1,11 +1,11 @@ { - "version": "2.1.7", + "version": "2.1.8-rc1", "plugins": { "portainer": "0.1.1", "nginx": "0.0.8", "gitea": "0.0.6", - "myapps": "0.2.0", - "appstore": "0.1.8", + "myapps": "0.2.1", + "appstore": "0.1.9", "settings": "0.1.0", "navigator": "0.5.10" },