v1.10.32-lts
1Panel-dev/1Panelv1.10.32-ltsJul 9, 2025by wanghe-fit2cloud
AI Summary
This LTS patch addresses several critical issues including GPU configuration loss during version comparison, OneDrive authentication errors, and Docker restart issues when editing HTTPS image registries.
Key Highlights
- Fixes GPU configuration loss during version comparison
- Fixes OneDrive default client authentication
- Fixes Docker restart when editing HTTPS image registry
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. ## 🛠️ Bug Fixes * Fixed the issue where GPU configuration was lost when comparing application versions after enabling GPU support by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/9362 * Fixed the issue where default client authentication for OneDrive was invalid by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/9440 * Fixed the issue where editing an HTTPS image registry would cause Docker to restart by default by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/9447 * Fixed console errors on some pages (F12) by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/9455