[PR #9351] [MERGED] Expand support to Proxmox VE 9.1 in VM scripts #7978

Closed
opened 2026-02-26 16:31:23 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/9351
Author: @MickLesk
Created: 11/22/2025
Status: Merged
Merged: 11/22/2025
Merged by: @michelroegl-brunner

Base: mainHead: vm_9.1


📝 Commits (1)

  • 20266fa Expand support to Proxmox VE 9.1 in VM scripts

📊 Changes

15 files changed (+90 additions, -90 deletions)

View changed files

📝 vm/archlinux-vm.sh (+6 -6)
📝 vm/debian-13-vm.sh (+6 -6)
📝 vm/debian-vm.sh (+6 -6)
📝 vm/docker-vm.sh (+6 -6)
📝 vm/haos-vm.sh (+6 -6)
📝 vm/mikrotik-routeros.sh (+6 -6)
📝 vm/nextcloud-vm.sh (+6 -6)
📝 vm/openwrt-vm.sh (+6 -6)
📝 vm/opnsense-vm.sh (+6 -6)
📝 vm/owncloud-vm.sh (+6 -6)
📝 vm/pimox-haos-vm.sh (+6 -6)
📝 vm/ubuntu2204-vm.sh (+6 -6)
📝 vm/ubuntu2404-vm.sh (+6 -6)
📝 vm/ubuntu2504-vm.sh (+6 -6)
📝 vm/umbrel-os-vm.sh (+6 -6)

📄 Description

✍️ Description

Update all VM provisioning scripts to support Proxmox VE 9.1 in addition to 8.0.x–8.9.x and 9.0. Adjust version checks and error messages to reflect the expanded compatibility.

Link: #

Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • No security risks – No hardcoded secrets, unnecessary privilege escalations, or permission issues.

🛠️ Type of Change (X in brackets)

  • 🐞 Bug fix – Resolves an issue without breaking functionality.
  • New feature – Adds new, non-breaking functionality.
  • 💥 Breaking change – Alters existing functionality in a way that may require updates.
  • 🆕 New script – A fully functional and tested script or script set.
  • 🌍 Website update – Changes to website-related JSON files or metadata.
  • 🔧 Refactoring / Code Cleanup – Improves readability or maintainability without changing functionality.
  • 📝 Documentation update – Changes to README, AppName.md, CONTRIBUTING.md, or other docs.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE/pull/9351 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 11/22/2025 **Status:** ✅ Merged **Merged:** 11/22/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `vm_9.1` --- ### 📝 Commits (1) - [`20266fa`](https://github.com/community-scripts/ProxmoxVE/commit/20266fa401376453776031b5fced5a63f084c3e1) Expand support to Proxmox VE 9.1 in VM scripts ### 📊 Changes **15 files changed** (+90 additions, -90 deletions) <details> <summary>View changed files</summary> 📝 `vm/archlinux-vm.sh` (+6 -6) 📝 `vm/debian-13-vm.sh` (+6 -6) 📝 `vm/debian-vm.sh` (+6 -6) 📝 `vm/docker-vm.sh` (+6 -6) 📝 `vm/haos-vm.sh` (+6 -6) 📝 `vm/mikrotik-routeros.sh` (+6 -6) 📝 `vm/nextcloud-vm.sh` (+6 -6) 📝 `vm/openwrt-vm.sh` (+6 -6) 📝 `vm/opnsense-vm.sh` (+6 -6) 📝 `vm/owncloud-vm.sh` (+6 -6) 📝 `vm/pimox-haos-vm.sh` (+6 -6) 📝 `vm/ubuntu2204-vm.sh` (+6 -6) 📝 `vm/ubuntu2404-vm.sh` (+6 -6) 📝 `vm/ubuntu2504-vm.sh` (+6 -6) 📝 `vm/umbrel-os-vm.sh` (+6 -6) </details> ### 📄 Description <!--🛑 New scripts must be submitted to [ProxmoxVED](https://github.com/community-scripts/ProxmoxVED) for testing. PRs without prior testing will be closed. --> ## ✍️ Description Update all VM provisioning scripts to support Proxmox VE 9.1 in addition to 8.0.x–8.9.x and 9.0. Adjust version checks and error messages to reflect the expanded compatibility. ## 🔗 Related PR / Issue Link: # ## ✅ Prerequisites (**X** in brackets) - [x] **Self-review completed** – Code follows project standards. - [x] **Tested thoroughly** – Changes work as expected. - [x] **No security risks** – No hardcoded secrets, unnecessary privilege escalations, or permission issues. --- ## 🛠️ Type of Change (**X** in brackets) - [ ] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [x] ✨ **New feature** – Adds new, non-breaking functionality. - [ ] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. - [ ] 🆕 **New script** – A fully functional and tested script or script set. - [ ] 🌍 **Website update** – Changes to website-related JSON files or metadata. - [ ] 🔧 **Refactoring / Code Cleanup** – Improves readability or maintainability without changing functionality. - [ ] 📝 **Documentation update** – Changes to `README`, `AppName.md`, `CONTRIBUTING.md`, or other docs. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 16:31:23 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#7978
No description provided.