[PR #9280] PVE 9.1 version support #7830

Open
opened 2025-11-20 08:06:56 -05:00 by saavagebueno · 0 comments
Owner

Original Pull Request: https://github.com/community-scripts/ProxmoxVE/pull/9280

State: closed
Merged: Yes


✍️ Description

TL;DR:
Our scripts are not yet fully tested with 9.1 due to relevant changes in networking, VM features, TPM, and kernel behavior. We were also surprised by this, as we unfortunately do not have any licenses (and Proxmox had responded negatively to our request) – so we were unable to test the version “in advance.” In first steps only LXC are updated, VM's and Addons in next days.

  • Expanded supported Proxmox VE versions to include 9.1 in build.func - so only lxc are affected at first step #9278

  • Removed redundant storage validation info message in create_lxc.sh for cleaner output. #7165

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.
**Original Pull Request:** https://github.com/community-scripts/ProxmoxVE/pull/9280 **State:** closed **Merged:** Yes --- <!--🛑 New scripts must be submitted to [ProxmoxVED](https://github.com/community-scripts/ProxmoxVED) for testing. PRs without prior testing will be closed. --> ## ✍️ Description TL;DR: Our scripts are not yet fully tested with 9.1 due to relevant changes in networking, VM features, TPM, and kernel behavior. We were also surprised by this, as we unfortunately do not have any licenses (and Proxmox had responded negatively to our request) – so we were unable to test the version “in advance.” In first steps only LXC are updated, VM's and Addons in next days. - Expanded supported Proxmox VE versions to include 9.1 in build.func - so only lxc are affected at first step #9278 - Removed redundant storage validation info message in create_lxc.sh for cleaner output. #7165 ## ✅ 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.
saavagebueno added the pull-request label 2025-11-20 08:06:56 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#7830