[PR #9280] [MERGED] PVE 9.1 version support #7939

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/9280
Author: @MickLesk
Created: 11/19/2025
Status: Merged
Merged: 11/19/2025
Merged by: @tremor021

Base: mainHead: pve_9.1


📝 Commits (1)

📊 Changes

2 files changed (+6 additions, -8 deletions)

View changed files

📝 misc/build.func (+6 -6)
📝 misc/create_lxc.sh (+0 -2)

📄 Description

✍️ 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.

🔄 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/9280 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 11/19/2025 **Status:** ✅ Merged **Merged:** 11/19/2025 **Merged by:** [@tremor021](https://github.com/tremor021) **Base:** `main` ← **Head:** `pve_9.1` --- ### 📝 Commits (1) - [`dbdfef5`](https://github.com/community-scripts/ProxmoxVE/commit/dbdfef5c6ebf473ad895b6d458de9d57fce340e7) PVE 9.1 version support ### 📊 Changes **2 files changed** (+6 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `misc/build.func` (+6 -6) 📝 `misc/create_lxc.sh` (+0 -2) </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 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. --- <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:14 +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#7939
No description provided.