升级了xiaozhi-tvbox、xiaozhi-esp32-server-java、xiaozhi-esp32-server、xiaozhi-esp32-server-mini、xiaozhi-esp32-webui、portainer;

This commit is contained in:
waxgourd
2025-05-30 19:23:22 +08:00
parent addafe698f
commit c5baad946c
13 changed files with 27 additions and 8 deletions

View File

@@ -1,5 +1,11 @@
### 2.30.1-2 (30-05-2025)
- 映射内部/config以允许自定义脚本执行和变量
- 修复无效的来源
### 2.30.1 (24-05-2025)
- 从portainer/portainer更新到最新版本 (更改日志https://github.com/portainer/portainer/releases)
### 2.30.0 (17-05-2025)
- 从portainer/portainer更新到最新版本 (更改日志https://github.com/portainer/portainer/releases)
### 2.29.2 (27-04-2025)
- 已知问题
- Podman支持的已知问题
1. Podman环境不受自动入职脚本的支持

View File

@@ -18,6 +18,7 @@
"init": false,
"boot": "manual",
"map": [
"addon_config:rw",
"share:rw",
"ssl"
],
@@ -47,5 +48,5 @@
"slug": "portainer",
"udev": true,
"url": "https://gitcode.com/waxgourd/addons",
"version": "2.29.2"
"version": "2.30.1-2"
}