From 5fcc8654b31b7accc4f49c1fb0e3bf771266df1a Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Mon, 15 Apr 2024 11:38:34 +0800 Subject: [PATCH] library updatge --- changelog_latest.md | 11 +++++++---- docker/.env | 2 +- docker/apphub/Dockerfile | 8 ++++---- version.json | 2 +- 4 files changed, 13 insertions(+), 10 deletions(-) diff --git a/changelog_latest.md b/changelog_latest.md index 0cffd867..cbbaa1f2 100644 --- a/changelog_latest.md +++ b/changelog_latest.md @@ -1,5 +1,8 @@ -enhancement: -update Portainer to 2.20.1 #460 - bug: -all app container exec error on portainer #464 \ No newline at end of file +drupal pull image error +metabase pull image error +mattermost connect database error +nocodb connect database error + +appstore: +add runtime app: PHP, Java, Python, Node.js, Go, Ruby... \ No newline at end of file diff --git a/docker/.env b/docker/.env index 45af6852..9278bcc5 100644 --- a/docker/.env +++ b/docker/.env @@ -1,4 +1,4 @@ -APPHUB_VERSION=0.0.6 +APPHUB_VERSION=0.0.7-rc1 DEPLOYMENT_VERSION=2.20.1 GIT_VERSION=1.21.9 PROXY_VERSION=2.11.1 \ No newline at end of file diff --git a/docker/apphub/Dockerfile b/docker/apphub/Dockerfile index 5fa49530..1eaf787f 100644 --- a/docker/apphub/Dockerfile +++ b/docker/apphub/Dockerfile @@ -1,16 +1,16 @@ # This file can running at actions # MEDIA_VERSION and LIBRARY_VERSION will trigger its release -# modify time: 202404111646, you can modify here to trigger Docker Build action +# modify time: 202404151146, you can modify here to trigger Docker Build action FROM python:3.10-slim-bullseye LABEL maintainer="Websoft9" -LABEL version="0.0.6" +LABEL version="0.0.7-rc1" WORKDIR /websoft9 -ARG MEDIA_VERSION="0.0.9" -ARG LIBRARY_VERSION="0.5.21" +ARG MEDIA_VERSION="0.1.0" +ARG LIBRARY_VERSION="0.6.0" ARG WEBSOFT9_REPO="https://github.com/Websoft9/websoft9" ARG WEBSOFT9_ARTIFACT="https://w9artifact.blob.core.windows.net/release/websoft9" ARG LIBRARY_REPO="https://github.com/Websoft9/docker-library" diff --git a/version.json b/version.json index 7ddcf4b9..53cea79c 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { - "version": "2.1.0", + "version": "2.1.1-rc1", "plugins": { "portainer": "0.1.0", "nginx": "0.0.7",