v2.0.15
1Panel-dev/1Panelv2.0.15Dec 8, 2025by wanghe-fit2cloud
AI Summary
This release focuses on UI optimizations for container orchestration and critical bug fixes for database operations, including MySQL root password retrieval and PostgreSQL remote database issues.
Key Highlights
- Optimized the UI style of the container orchestration page
- Fixed remote MySQL database root user password retrieval
- Fixed issues with adding PostgreSQL remote databases
- Improved volume and device cleanup operations logic
- Fixed container compose log cleanup failures
New Features
- Optimized container orchestration UI style
- Improved volume and device cleanup logic
- Removed unnecessary stat checking logic
Full Release Notes
## ⚙️ Enhancements / 功能优化 * Optimized the UI style of the container orchestration page / 优化了容器编排页面的界面样式 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/11198 * Improved the client closing logic in volume and device cleanup operations / 优化了 volume 和 device 清理操作的关闭逻辑 by @HynoR in https://github.com/1Panel-dev/1Panel/pull/11177 * Removed unnecessary stat checking logic to improve request efficiency / 移除无效的 stat 检查逻辑以优化请求处理效率 by @HynoR in https://github.com/1Panel-dev/1Panel/pull/11178 ## 🛠️ Bug Fixes / 问题修复 * Fixed the missing highlight in version file comparisons / 修复了应用升级版本文件对比高亮未显示的问题 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/11237 * Fixed the issue of remote MySQL root password retrieval / 修复了远程 MySQL 数据库 root 用户密码获取异常问题 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/11240 * Fixed missing redirect after runtime environment installation / 修复了运行环境安装成功后缺失重定向的问题 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/11243 * Fixed an issue where adding remote PostgreSQL databases failed in certain scenarios / 修复了部分场景下添加 PostgreSQL 远程数据库失败的问题 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/11181 * Fix backup failure for remote PG databases with special characters / 修复了包含特殊字符的远程 PostgreSQL 数据库备份失败的问题 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/11252 * Fixed an issue with incorrect directory redirects in container orchestration / 修复了容器编排目录重定向异常的问题 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/11223 * Fixed container compose log cleanup failure / 修复了容器编排日志清理失败的问题 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/11238 * Fixed synchronization issue between compose panel and container status / 修复了编排与容器状态不同步的问题 by @HynoR in https://github.com/1Panel-dev/1Panel/pull/11245 * Fixed process search returning empty results without page refresh / 修复了进程搜索返回空结果时页面未刷新的问题 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/11246 * Fixed the issue where upgrading sub-nodes failed in certain scenarios / 修复了部分场景下从节点升级失败的问题 by @ssongliu * Fixed issues related to CAPTCHA functionality / 修复了部分场景下验证码功能异常的问题 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/11186