[PR #1866] [MERGED] Optimize PVE Manager Version-Check #3267

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/1866
Author: @MickLesk
Created: 1/30/2025
Status: Merged
Merged: 1/30/2025
Merged by: @MickLesk

Base: mainHead: pvecheck


📝 Commits (1)

  • 282a678 Optimize PVE Manager Version-Check

📊 Changes

14 files changed (+14 additions, -14 deletions)

View changed files

📝 misc/add-lxc-iptag.sh (+1 -1)
📝 misc/build.func (+1 -1)
📝 misc/post-pve-install.sh (+1 -1)
📝 vm/archlinux-vm.sh (+1 -1)
📝 vm/debian-vm.sh (+1 -1)
📝 vm/docker-vm.sh (+1 -1)
📝 vm/haos-vm.sh (+1 -1)
📝 vm/mikrotik-routeros.sh (+1 -1)
📝 vm/nextcloud-vm.sh (+1 -1)
📝 vm/openwrt.sh (+1 -1)
📝 vm/owncloud-vm.sh (+1 -1)
📝 vm/ubuntu2204-vm.sh (+1 -1)
📝 vm/ubuntu2404-vm.sh (+1 -1)
📝 vm/ubuntu2410-vm.sh (+1 -1)

📄 Description

✍️ Description

add an better grep of version check

Prerequisites

The following steps must be completed for the pull request to be considered:

  • Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.)
  • Testing performed (I have thoroughly tested my changes and verified expected functionality.)

🛠️ Type of Change

Please check the relevant options:

  • Bug fix (non-breaking change that resolves an issue)

🔄 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/1866 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 1/30/2025 **Status:** ✅ Merged **Merged:** 1/30/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `pvecheck` --- ### 📝 Commits (1) - [`282a678`](https://github.com/community-scripts/ProxmoxVE/commit/282a678e92c0e1f90b00584fd595ac1c5926ed86) Optimize PVE Manager Version-Check ### 📊 Changes **14 files changed** (+14 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `misc/add-lxc-iptag.sh` (+1 -1) 📝 `misc/build.func` (+1 -1) 📝 `misc/post-pve-install.sh` (+1 -1) 📝 `vm/archlinux-vm.sh` (+1 -1) 📝 `vm/debian-vm.sh` (+1 -1) 📝 `vm/docker-vm.sh` (+1 -1) 📝 `vm/haos-vm.sh` (+1 -1) 📝 `vm/mikrotik-routeros.sh` (+1 -1) 📝 `vm/nextcloud-vm.sh` (+1 -1) 📝 `vm/openwrt.sh` (+1 -1) 📝 `vm/owncloud-vm.sh` (+1 -1) 📝 `vm/ubuntu2204-vm.sh` (+1 -1) 📝 `vm/ubuntu2404-vm.sh` (+1 -1) 📝 `vm/ubuntu2410-vm.sh` (+1 -1) </details> ### 📄 Description ## ✍️ Description add an better grep of version check ## ✅ Prerequisites The following steps must be completed for the pull request to be considered: - [x] Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.) - [x] Testing performed (I have thoroughly tested my changes and verified expected functionality.) ## 🛠️ Type of Change Please check the relevant options: - [x] Bug fix (non-breaking change that resolves an issue) --- <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:03:52 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#3267