Skip to content

Releases: PVE-Tools/PVE-Tools-9

Release v10.2.0

Choose a tag to compare

@github-actions github-actions released this 11 Jul 12:37
660fbc9

版本 10.2.0

更新日志

  • Merge pull request #91 from PVE-Tools/beta-v10.2 (CyreneNight)
  • feat: improve bootstrap downloads for v10.2.0 (Maple)

使用方法

直接运行脚本 (推荐)

bash <(curl -sSL https://pve.u3u.icu/PVE-Tools.sh)

Release v10.1.0

Choose a tag to compare

@github-actions github-actions released this 08 Jul 07:57

版本 10.1.0

更新日志

  • chore: bump version to v10.1.0 (Maple)
  • Merge pull request #90 from PVE-Tools/beta-v10 (CyreneNight)
  • fix: source each module init.sh before sibling scripts (Maple)
  • refactor: simplify bootstrap to download dist single file only (Maple)
  • fix: add dist/PVE-Tools.sh and missing cve-fix.sh to bootstrap (Maple)
  • fix: strip pre-release suffix in version comparison (Maple)

使用方法

直接运行脚本 (推荐)

bash <(curl -sSL https://pve.u3u.icu/PVE-Tools.sh)

Release v10.0.1

Choose a tag to compare

@github-actions github-actions released this 08 Jul 07:02
efb1d08

版本 10.0.1

更新日志

  • Merge pull request #89 from PVE-Tools/beta-v10 (CyreneNight)
  • chore: update docs, images, CI configs and script initialization hints (Maple)
  • fix: cve-fix.sh - remove double pause, idempotent blacklist, drop_caches gating (Maple)
  • fix: cve-fix.sh hardening - idempotency, error checks, read -r, kernel detection (Maple)
  • feat: add Copy Fail and Dirty Frag LPE fixes (Maple)
  • feat: v10.0.1 — 安全中心新增 CVE 漏洞修补 (Januscape CVE-2026-53359) (Maple)
  • Merge pull request #88 from Mapleawaa/beta-v10 (CyreneNight)
  • Merge pull request #87 from Mapleawaa/main (CyreneNight)
  • Merge pull request #1 from Mapleawaa/beta-v10 (CyreneNight)
  • Merge pull request #86 from Mapleawaa/main (CyreneNight)

使用方法

直接运行脚本 (推荐)

bash <(curl -sSL https://pve.u3u.icu/PVE-Tools.sh)

Release v10.0.0

Choose a tag to compare

@github-actions github-actions released this 08 Jul 05:50

版本 10.0.0

更新日志

  • chore: bump version to v10.0.0 (Maple)
  • fix: cpupower 安全写入与 upgrade-pve 强制升级确认加固 (Maple)
  • fix: 修复审查机器人第二轮反馈 — 回归问题与遗漏边界 (Maple)
  • fix: 修复审查机器人发现的代码问题 — 安全规范与代码质量 (Maple)
  • fix(release): 修正安装命令格式和域名 (Maple)
  • chore(release): 移除二进制编译,只发布原始 Shell 脚本 (Maple)
  • fix(release): 用 ssc 替代 shc,pipe 模式无 ARG_MAX 限制 (Maple)
  • fix(release): shc 静态编译解决 glibc 版本不匹配问题 (Maple)
  • chore: bump version to v10.0.0-beta for release test (Maple)
  • chore: 移除 Playwright MCP 临时文件,添加到 .gitignore (Maple)
  • refactor: 模块化重构 — 拆分 lib/ 基础设施层与 src/modules/ 功能模块 (Maple)
  • fix: 修复审查机器人发现的代码问题 (Maple)
  • feat: v9.0.0 重大更新 — 镜像源重构、CoolerControl集成、垃圾清理系统、磁盘直通增强、Web文档站移除 (Maple)
  • docs: 修复README.md中的格式和占位内容 (Maple)
  • Merge branch 'main' of github.com:PVE-Tools/PVE-Tools-9 (Maple)
  • docs: 更新站点logo与README内容 (Maple)
  • Update README with Go version migration details (CyreneNight)
  • Revise Shell version update announcement (CyreneNight)
  • docs: add Telegram group link and update README content (Maple)
  • chore: update repo references from Mapleawaa to PVE-Tools (Maple)
  • Announce transition from Shell to Go version (CyreneNight)
  • Update README with Shell version maintenance notice (CyreneNight)

使用方法

直接运行脚本 (推荐)

bash <(curl -sSL https://pve.oowo.cc/PVE-Tools.sh)

Release v8.8.8

Choose a tag to compare

@github-actions github-actions released this 15 May 12:41

版本 8.8.8

更新日志

  • release: v8.8.8 Shell版最终版本,项目归档转向Go重构 (Maple)
  • Revise project status warning in README (CyreneNight)
  • Fix warning message formatting in README.md (CyreneNight)
  • Revise README with CVE-2026-31431 details (CyreneNight)
  • docs: 更新文档内容并优化站点配置 (Maple)

使用方法

方式一:直接运行脚本 (推荐)

bash -c "$(curl -fsSL https://raw.githubusercontent.com/Mapleawaa/PVE-Tools-9/main/PVE-Tools.sh)"

方式二:下载二进制文件
下载下方 Assets 中的 pve-tools,赋予执行权限后运行:

chmod +x pve-tools
./pve-tools

Release v7.7.0

Choose a tag to compare

@github-actions github-actions released this 09 May 12:46

版本 7.7.0

更新日志

  • fix(换源): 修复阿里云 Ceph 镜像 404 问题并升级至 v7.7.0 (Maple)

使用方法

方式一:直接运行脚本 (推荐)

bash -c "$(curl -fsSL https://raw.githubusercontent.com/Mapleawaa/PVE-Tools-9/main/PVE-Tools.sh)"

方式二:下载二进制文件
下载下方 Assets 中的 pve-tools,赋予执行权限后运行:

chmod +x pve-tools
./pve-tools

Release v7.6.0

Choose a tag to compare

@github-actions github-actions released this 07 May 14:48

版本 7.6.0

更新日志

  • feat: 升级至 v7.6.0 并新增腾讯云/阿里云镜像源 (Maple)
  • feat(网络): 添加基于 MAC 地址的网卡命名绑定功能 (Maple)

使用方法

方式一:直接运行脚本 (推荐)

bash -c "$(curl -fsSL https://raw.githubusercontent.com/Mapleawaa/PVE-Tools-9/main/PVE-Tools.sh)"

方式二:下载二进制文件
下载下方 Assets 中的 pve-tools,赋予执行权限后运行:

chmod +x pve-tools
./pve-tools

Release v7.5.0

Choose a tag to compare

@github-actions github-actions released this 05 May 16:01

版本 7.5.0

更新日志

  • Merge branch 'main' of github.com:Mapleawaa/PVE-Tools-9 (Maple)
  • fix(copy_fail): 调整漏洞修复复查流程和文案 (Maple)
  • Merge pull request #81 from wsu2059q/main (CyreneNight)
  • fix: 网络配置解析中的正则表达式可能的匹配问题 确保 address、gateway 等的识别 (wsu2059q)
  • fix: 修复网络配置界面输出重定向问题 (wsu2059q)
  • docs: 统一将项目名称从PVE-Tools-9更新为PVE Tools Pro (Maple)

使用方法

方式一:直接运行脚本 (推荐)

bash -c "$(curl -fsSL https://raw.githubusercontent.com/Mapleawaa/PVE-Tools-9/main/PVE-Tools.sh)"

方式二:下载二进制文件
下载下方 Assets 中的 pve-tools,赋予执行权限后运行:

chmod +x pve-tools
./pve-tools

Release v7.4.0

Choose a tag to compare

@github-actions github-actions released this 30 Apr 14:41

版本 7.4.0

更新日志

  • fix(内核管理): 修复内核同步流程误装辅助包问题并统一包名识别逻辑 (Maple)
  • docs: 更新README和图片资源 (Maple)
  • docs: 更新README和添加主logo图片 (Maple)
  • feat: 添加 Copy Fail 安全处置菜单选项 (Maple)

使用方法

方式一:直接运行脚本 (推荐)

bash -c "$(curl -fsSL https://raw.githubusercontent.com/Mapleawaa/PVE-Tools-9/main/PVE-Tools.sh)"

方式二:下载二进制文件
下载下方 Assets 中的 pve-tools,赋予执行权限后运行:

chmod +x pve-tools
./pve-tools

Release v7.3.0

Choose a tag to compare

@github-actions github-actions released this 30 Apr 12:46

版本 7.3.0

更新日志

  • feat(安全): 新增 Copy Fail 漏洞检测与缓解功能 (Maple)
  • docs: 更新文档域名和SEO配置 (Maple)
  • Merge pull request #80 from Cyrker/fix/ups-realpower-nominal (CyreneNight)
  • fix(UPS监控): 兼容 NUT 驱动上报的 ups.realpower.nominal 字段 (Cyrker)
  • feat: 添加自定义首页显示内容的待办事项 (Maple)
  • docs: 更新待开发功能列表及描述 (Maple)

使用方法

方式一:直接运行脚本 (推荐)

bash -c "$(curl -fsSL https://raw.githubusercontent.com/Mapleawaa/PVE-Tools-9/main/PVE-Tools.sh)"

方式二:下载二进制文件
下载下方 Assets 中的 pve-tools,赋予执行权限后运行:

chmod +x pve-tools
./pve-tools