[PR #2166] [MERGED] New Script: pbs_microcode.sh #3464

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/2166
Author: @DonPablo1010
Created: 2/8/2025
Status: Merged
Merged: 2/9/2025
Merged by: @michelroegl-brunner

Base: mainHead: main


📝 Commits (5)

  • 12626c8 New Script: pbs_microcode.sh
  • 98f03e6 New Script: pbs_microcode.json
  • 54662fd Delete pbs_microcode.sh
  • d3525ea New Script: pbs_microcode.sh
  • 3f0d7cd Rename pbs_microcode.json to pbs-microcode.json

📊 Changes

2 files changed (+219 additions, -0 deletions)

View changed files

json/pbs-microcode.json (+43 -0)
misc/pbs_microcode.sh (+176 -0)

📄 Description

✍️ Description

Add a script to upgrade CPU microcode on Proxmox Backup Server. This script is adapted from /misc/microcode.sh by tteck for Proxmox PVE. Additionally, it ensures that the script runs only on bare-metal installations and exits if executed in a virtual machine.



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)
  • [] New feature (non-breaking change that adds functionality)
  • [] Breaking change (fix or feature that would cause existing functionality to change unexpectedly)
  • New script (a fully functional and thoroughly tested script or set of scripts)

📋 Additional Information (optional)

Provide any extra context or screenshots about the feature or fix here.


🔄 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/2166 **Author:** [@DonPablo1010](https://github.com/DonPablo1010) **Created:** 2/8/2025 **Status:** ✅ Merged **Merged:** 2/9/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (5) - [`12626c8`](https://github.com/community-scripts/ProxmoxVE/commit/12626c859c5f8329e66786dbe43b66f680bd5d3c) New Script: pbs_microcode.sh - [`98f03e6`](https://github.com/community-scripts/ProxmoxVE/commit/98f03e6c147df22c6218a65668a00ac4ef5dc59f) New Script: pbs_microcode.json - [`54662fd`](https://github.com/community-scripts/ProxmoxVE/commit/54662fd24f251e412944902bfaf7eb88c59ebd0b) Delete pbs_microcode.sh - [`d3525ea`](https://github.com/community-scripts/ProxmoxVE/commit/d3525ea154ed23f214a6de68a396c58f3e69efc9) New Script: pbs_microcode.sh - [`3f0d7cd`](https://github.com/community-scripts/ProxmoxVE/commit/3f0d7cd513f90d21359b23495d5e425d81c13663) Rename pbs_microcode.json to pbs-microcode.json ### 📊 Changes **2 files changed** (+219 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `json/pbs-microcode.json` (+43 -0) ➕ `misc/pbs_microcode.sh` (+176 -0) </details> ### 📄 Description ## ✍️ Description Add a script to upgrade CPU microcode on Proxmox Backup Server. This script is adapted from /misc/microcode.sh by tteck for Proxmox PVE. Additionally, it ensures that the script runs only on bare-metal installations and exits if executed in a virtual machine. - - - - Related Issue: # - Related PR: # - Related Discussion: [Script request]Proxmox Backup Server Processor Microcode https://github.com/community-scripts/ProxmoxVE/discussions/2150 - - - ## ✅ 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: - [] Bug fix (non-breaking change that resolves an issue) - [] New feature (non-breaking change that adds functionality) - [] Breaking change (fix or feature that would cause existing functionality to change unexpectedly) - [x] New script (a fully functional and thoroughly tested script or set of scripts) --- ## 📋 Additional Information (optional) Provide any extra context or screenshots about the feature or fix here. --- <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:04:58 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#3464