From b7f85bedfe48baf87bdcee88bbb601b3bef3900c Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Wed, 1 Nov 2023 14:04:02 +0800 Subject: [PATCH] rc --- CHANGELOG.md | 13 +++++++++++-- changelog_latest.md | 3 ++- docker/apphub/Dockerfile | 2 +- version.json | 2 +- 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 201d4972..582b8f7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ -## 0.8.22 release on 2023-09-27 +## 0.8.28 release on 2023-11-01 -1. add systemd to websoft9 artifacts +1. improve dockerfile to reduce image size +2. fixed update_zip.sh + +## 0.8.27 release on 2023-10-31 + +1. new websoft9 init + +## 0.8.26 release on 2023-09-27 + +1. appmanage change to apphub ## 0.8.20 release on 2023-08-23 diff --git a/changelog_latest.md b/changelog_latest.md index a3791417..4cfc6e52 100644 --- a/changelog_latest.md +++ b/changelog_latest.md @@ -1 +1,2 @@ -1. Add install: developer mode at install.sh +1. improve dockerfile to reduce image size +2. fixed update_zip.sh diff --git a/docker/apphub/Dockerfile b/docker/apphub/Dockerfile index 411f248f..2e94ec2e 100644 --- a/docker/apphub/Dockerfile +++ b/docker/apphub/Dockerfile @@ -1,4 +1,4 @@ -# modify time: 202311011049, you can modify here to trigger Docker Build action +# modify time: 202311011402, you can modify here to trigger Docker Build action FROM python:3.10-slim-bullseye LABEL maintainer="Websoft9" diff --git a/version.json b/version.json index e1667318..b015c3e9 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { - "version": "0.8.27", + "version": "0.8.28-rc1", "plugins": { "portainer": "0.0.7", "nginx": "0.0.5",