[PR #3779] [MERGED] harmonize pve versions check & vm vars #4536

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/3779
Author: @MickLesk
Created: 4/9/2025
Status: Merged
Merged: 4/9/2025
Merged by: @tremor021

Base: mainHead: harmonize_pve_check


📝 Commits (3)

📊 Changes

17 files changed (+455 additions, -455 deletions)

View changed files

📝 misc/build.func (+1 -1)
📝 tools/addon/netdata.sh (+1 -1)
📝 tools/pve/add-lxc-iptag.sh (+3 -3)
📝 tools/pve/hw-acceleration.sh (+1 -1)
📝 tools/pve/post-pve-install.sh (+1 -1)
📝 vm/archlinux-vm.sh (+36 -36)
📝 vm/debian-vm.sh (+35 -35)
📝 vm/docker-vm.sh (+36 -36)
📝 vm/haos-vm.sh (+36 -36)
📝 vm/mikrotik-routeros.sh (+24 -24)
📝 vm/nextcloud-vm.sh (+35 -35)
📝 vm/openwrt.sh (+49 -49)
📝 vm/opnsense-vm.sh (+54 -54)
📝 vm/owncloud-vm.sh (+35 -35)
📝 vm/ubuntu2204-vm.sh (+36 -36)
📝 vm/ubuntu2404-vm.sh (+36 -36)
📝 vm/ubuntu2410-vm.sh (+36 -36)

📄 Description

✍️ Description

harmonize pve check for 8.0 / 8.1 until 8.9 for simple scripts or vms

Link: #

Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • No breaking changes – Existing functionality remains intact.
  • 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.

🔍 Code & Security Review (X in brackets)

  • Follows Code_Audit.md & CONTRIBUTING.md guidelines

📋 Additional Information (optional)


🔄 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/3779 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 4/9/2025 **Status:** ✅ Merged **Merged:** 4/9/2025 **Merged by:** [@tremor021](https://github.com/tremor021) **Base:** `main` ← **Head:** `harmonize_pve_check` --- ### 📝 Commits (3) - [`4252f27`](https://github.com/community-scripts/ProxmoxVE/commit/4252f27b43ab70f76aa61482b9a3bbaa1ed154bd) harmonize proxmox ve version check - [`7759c7f`](https://github.com/community-scripts/ProxmoxVE/commit/7759c7fa7f656a351c1d9558845fec3c62511a94) Update openwrt.sh - [`282b9d5`](https://github.com/community-scripts/ProxmoxVE/commit/282b9d577a3a6119b1ff0b867c31134c404dc691) push 0-4 and 1-4 ### 📊 Changes **17 files changed** (+455 additions, -455 deletions) <details> <summary>View changed files</summary> 📝 `misc/build.func` (+1 -1) 📝 `tools/addon/netdata.sh` (+1 -1) 📝 `tools/pve/add-lxc-iptag.sh` (+3 -3) 📝 `tools/pve/hw-acceleration.sh` (+1 -1) 📝 `tools/pve/post-pve-install.sh` (+1 -1) 📝 `vm/archlinux-vm.sh` (+36 -36) 📝 `vm/debian-vm.sh` (+35 -35) 📝 `vm/docker-vm.sh` (+36 -36) 📝 `vm/haos-vm.sh` (+36 -36) 📝 `vm/mikrotik-routeros.sh` (+24 -24) 📝 `vm/nextcloud-vm.sh` (+35 -35) 📝 `vm/openwrt.sh` (+49 -49) 📝 `vm/opnsense-vm.sh` (+54 -54) 📝 `vm/owncloud-vm.sh` (+35 -35) 📝 `vm/ubuntu2204-vm.sh` (+36 -36) 📝 `vm/ubuntu2404-vm.sh` (+36 -36) 📝 `vm/ubuntu2410-vm.sh` (+36 -36) </details> ### 📄 Description ## ✍️ Description harmonize pve check for 8.0 / 8.1 until 8.9 for simple scripts or vms ## 🔗 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 breaking changes** – Existing functionality remains intact. - [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. - [ ] ✨ **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. - [x] 🔧 **Refactoring / Code Cleanup** – Improves readability or maintainability without changing functionality. - [ ] 📝 **Documentation update** – Changes to `README`, `AppName.md`, `CONTRIBUTING.md`, or other docs. --- ## 🔍 Code & Security Review (**X** in brackets) - [ ] **Follows `Code_Audit.md` & `CONTRIBUTING.md` guidelines** ## 📋 Additional Information (optional) <!-- Add any extra context, screenshots, or references. --> --- <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 06:10:30 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#4536