[PR #2156] [CLOSED] New Script: pbs_microcode.sh #3459

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/2156
Author: @DonPablo1010
Created: 2/7/2025
Status: Closed

Base: developHead: develop


📝 Commits (4)

📊 Changes

3 files changed (+289 additions, -29 deletions)

View changed files

json/pbs_microcode.json (+43 -0)
📝 misc/microcode.sh (+79 -29)
misc/pbs_microcode.sh (+167 -0)

📄 Description

✍️ Description

Add script for cpu microcode upgrade on proxmox backup server.



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/2156 **Author:** [@DonPablo1010](https://github.com/DonPablo1010) **Created:** 2/7/2025 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (4) - [`8aaa17e`](https://github.com/community-scripts/ProxmoxVE/commit/8aaa17edb5b7dafafb60500ecdbbb46010f76641) New Script: pbs_microcode.sh - [`18513a4`](https://github.com/community-scripts/ProxmoxVE/commit/18513a413a11ecc10666420e8fbfadca5cc07d18) New Script: pbs_microcode.json - [`6f2d60d`](https://github.com/community-scripts/ProxmoxVE/commit/6f2d60db510ac914e48dde657447a4bfc2f6e03b) Update pbs_microcode.json - [`e6bcc39`](https://github.com/community-scripts/ProxmoxVE/commit/e6bcc39059b3bb9e7b2ed69151a54031ec491095) Update microcode.sh ### 📊 Changes **3 files changed** (+289 additions, -29 deletions) <details> <summary>View changed files</summary> ➕ `json/pbs_microcode.json` (+43 -0) 📝 `misc/microcode.sh` (+79 -29) ➕ `misc/pbs_microcode.sh` (+167 -0) </details> ### 📄 Description ## ✍️ Description Add script for cpu microcode upgrade on proxmox backup server. - - - - 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:56 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#3459