qiaofeng1227 1 tahun lalu
induk
melakukan
b7f85bedfe
4 mengubah file dengan 15 tambahan dan 5 penghapusan
  1. 11 2
      CHANGELOG.md
  2. 2 1
      changelog_latest.md
  3. 1 1
      docker/apphub/Dockerfile
  4. 1 1
      version.json

+ 11 - 2
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
 

+ 2 - 1
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

+ 1 - 1
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<help@websoft9.com>"

+ 1 - 1
version.json

@@ -1,5 +1,5 @@
 {
-  "version": "0.8.27",
+  "version": "0.8.28-rc1",
   "plugins": {
     "portainer": "0.0.7",
     "nginx": "0.0.5",