[PR #6295] [MERGED] ProxmoxVE 9.0 Beta: add BETA Version as test in pve_check #6525

Closed
opened 2025-11-20 07:10:59 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/6295
Author: @MickLesk
Created: 7/28/2025
Status: Merged
Merged: 7/28/2025
Merged by: @MickLesk

Base: mainHead: pve9_beta


📝 Commits (1)

  • ff5be8a ProxmoxVE 9.0 Beta: add BETA Version as test in pve_check

📊 Changes

16 files changed (+479 additions, -111 deletions)

View changed files

📝 misc/build.func (+29 -6)
📝 vm/archlinux-vm.sh (+30 -7)
📝 vm/debian-vm.sh (+30 -7)
📝 vm/docker-vm.sh (+30 -7)
📝 vm/haos-vm.sh (+30 -7)
📝 vm/mikrotik-routeros.sh (+30 -7)
📝 vm/nextcloud-vm.sh (+30 -7)
📝 vm/openwrt.sh (+30 -7)
📝 vm/opnsense-vm.sh (+30 -7)
📝 vm/owncloud-vm.sh (+30 -7)
📝 vm/pimox-haos-vm.sh (+30 -7)
📝 vm/ubuntu2204-vm.sh (+30 -7)
📝 vm/ubuntu2404-vm.sh (+30 -7)
📝 vm/ubuntu2410-vm.sh (+30 -7)
📝 vm/ubuntu2504-vm.sh (+30 -7)
📝 vm/umbrel-os-vm.sh (+30 -7)

📄 Description

✍️ Description

  • add an seperate check for pve 9 version as beta, with whiptail to accept or decline
image image

Stable enough to test, known issues:

  • some templates (f.e. 24.10 Ubuntu) are no longer available
  • ubuntu 25.04 is new available
  • its unknown how current VM templates will perform.

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/6295 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 7/28/2025 **Status:** ✅ Merged **Merged:** 7/28/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `pve9_beta` --- ### 📝 Commits (1) - [`ff5be8a`](https://github.com/community-scripts/ProxmoxVE/commit/ff5be8aa8e0091b82309b2830a4d5ec7baee1aab) ProxmoxVE 9.0 Beta: add BETA Version as test in pve_check ### 📊 Changes **16 files changed** (+479 additions, -111 deletions) <details> <summary>View changed files</summary> 📝 `misc/build.func` (+29 -6) 📝 `vm/archlinux-vm.sh` (+30 -7) 📝 `vm/debian-vm.sh` (+30 -7) 📝 `vm/docker-vm.sh` (+30 -7) 📝 `vm/haos-vm.sh` (+30 -7) 📝 `vm/mikrotik-routeros.sh` (+30 -7) 📝 `vm/nextcloud-vm.sh` (+30 -7) 📝 `vm/openwrt.sh` (+30 -7) 📝 `vm/opnsense-vm.sh` (+30 -7) 📝 `vm/owncloud-vm.sh` (+30 -7) 📝 `vm/pimox-haos-vm.sh` (+30 -7) 📝 `vm/ubuntu2204-vm.sh` (+30 -7) 📝 `vm/ubuntu2404-vm.sh` (+30 -7) 📝 `vm/ubuntu2410-vm.sh` (+30 -7) 📝 `vm/ubuntu2504-vm.sh` (+30 -7) 📝 `vm/umbrel-os-vm.sh` (+30 -7) </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 - add an seperate check for pve 9 version as beta, with whiptail to accept or decline <img width="614" height="253" alt="image" src="https://github.com/user-attachments/assets/3bde2adb-201a-4f32-962f-f946e97ea871" /> <img width="492" height="110" alt="image" src="https://github.com/user-attachments/assets/6935270c-fcf6-48ef-8668-7fdf7491eb63" /> Stable enough to test, known issues: - some templates (f.e. 24.10 Ubuntu) are no longer available - ubuntu 25.04 is new available - its unknown how current VM templates will perform. ## ✅ 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>
saavagebueno added the pull-request label 2025-11-20 07:10:59 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#6525