v1.10.31-lts

1Panel-dev/1Panelv1.10.31-ltsJun 27, 2025by wanghe-fit2cloud

AI Summary

An LTS update that expands system compatibility by adding PbootCMS templates and support for RISC-V architecture and various init systems (procd, OpenRC, SysVinit). It also includes fixes for container IP changes and scheduled task logs.

Key Highlights

  • Adds PbootCMS extension template for PHP runtime
  • Adds support for RISC-V architecture
  • Adds support for procd, OpenRC, and SysVinit

New Features

  • PbootCMS extension template for PHP runtime
  • RISC-V architecture support
  • Procd/OpenRC/SysVinit support

Full Release Notes

## 🚀 Quick Start

Execute the script below and follow the prompts to install 1Panel:

```bash
curl -sSL https://resource.1panel.pro/quick_start.sh -o quick_start.sh && bash quick_start.sh
```

Please refer to our [documentation](https://docs.1panel.pro/quick_start/) for more details.

## ⚙️ Enhancements

* Added PbootCMS extension template for PHP runtime environment by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/9243
* Optimized password validation rules for image repositories by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/9253
* Added Docker restart prompt when editing HTTP image repositories by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/9252
* Added support for riscv64 architecture by @chiichen in https://github.com/1Panel-dev/1Panel/pull/8369
* Added support for procd, OpenRC, and SysVinit by @gcsong023 in https://github.com/1Panel-dev/1Panel/pull/8380

## 🛠️ Bug Fixes

* Fixed the issue of container IP changes after upgrade in Macvlan network mode by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/9251
* Fixed occasional syntax highlighting issues in Shell script type scheduled tasks by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/9246
* Fixed intermittent errors in displaying backup file sizes in scheduled tasks by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/9254