mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 15:10:22 +00:00
rc
This commit is contained in:
parent
8eef922cb6
commit
b7f85bedfe
4 changed files with 15 additions and 5 deletions
13
CHANGELOG.md
13
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
|
||||
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
1. Add install: developer mode at install.sh
|
||||
1. improve dockerfile to reduce image size
|
||||
2. fixed update_zip.sh
|
||||
|
|
|
@ -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,5 +1,5 @@
|
|||
{
|
||||
"version": "0.8.27",
|
||||
"version": "0.8.28-rc1",
|
||||
"plugins": {
|
||||
"portainer": "0.0.7",
|
||||
"nginx": "0.0.5",
|
||||
|
|
Loading…
Reference in a new issue