[PR #2151] [CLOSED] Create pbs_microcode.sh #3445

Closed
opened 2026-02-05 05:45:29 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: patch-1


📝 Commits (10+)

📊 Changes

229 files changed (+8296 additions, -11729 deletions)

View changed files

📝 ct/actualbudget.sh (+31 -55)
📝 ct/adguard.sh (+27 -51)
📝 ct/adventurelog.sh (+60 -84)
📝 ct/agentdvr.sh (+25 -49)
📝 ct/alpine-docker.sh (+13 -43)
📝 ct/alpine-grafana.sh (+13 -43)
📝 ct/alpine-nextcloud.sh (+13 -42)
📝 ct/alpine-vaultwarden.sh (+14 -44)
📝 ct/alpine-zigbee2mqtt.sh (+12 -42)
📝 ct/alpine.sh (+21 -51)
📝 ct/apache-cassandra.sh (+24 -49)
📝 ct/apache-couchdb.sh (+25 -51)
ct/apache-guacamole.sh (+46 -0)
📝 ct/apt-cacher-ng.sh (+28 -53)
📝 ct/archivebox.sh (+39 -63)
📝 ct/aria2.sh (+28 -51)
📝 ct/audiobookshelf.sh (+25 -49)
ct/authentik.sh (+85 -0)
📝 ct/autobrr.sh (+37 -61)
📝 ct/bazarr.sh (+24 -51)

...and 80 more files

📄 Description

Adding new Script for CPU Microcode Updates on Proxmox Backup Server.

✍️ Description


  • Related Issue: #
  • Related PR: #
  • Related Discussion: [Script request]Proxmox Backup Server Processor Microcode #2150

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/2151 **Author:** [@DonPablo1010](https://github.com/DonPablo1010) **Created:** 2/8/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (10+) - [`6d390bb`](https://github.com/community-scripts/ProxmoxVE/commit/6d390bbd78d5e6f4324b0a3883c4041c53a69615) Full Update - [`0141f3f`](https://github.com/community-scripts/ProxmoxVE/commit/0141f3fc86967a10db697193fbd0c861100f7ab1) Update build.func - [`ae61423`](https://github.com/community-scripts/ProxmoxVE/commit/ae614234dfc481ee2cdc47375207ad597ed792e0) prepare for develop branch - [`c0ff715`](https://github.com/community-scripts/ProxmoxVE/commit/c0ff71517561994f9b0629987f22c817fa044006) Update create_lxc.sh - [`8063b68`](https://github.com/community-scripts/ProxmoxVE/commit/8063b684348c96f52584085c1b7b9f538da67a03) Update install.func - [`f6604e0`](https://github.com/community-scripts/ProxmoxVE/commit/f6604e09d42488af76eaca5fab284c03f78888a7) fix for dev branch - [`f107a60`](https://github.com/community-scripts/ProxmoxVE/commit/f107a600626378628ce4faa344043452377abb9f) netbox HTTPS instead http - [`d73c19f`](https://github.com/community-scripts/ProxmoxVE/commit/d73c19f5cddb094136075017fa22378a5529c2b6) Fix Ressource-Check for other languages - [`ffca065`](https://github.com/community-scripts/ProxmoxVE/commit/ffca06575e582c586dd63293b37dbef270b0f2e4) fix space in spinner - [`d270b55`](https://github.com/community-scripts/ProxmoxVE/commit/d270b5535d833492d0475dc38714da6c0ea37dc1) fix space in spinner ### 📊 Changes **229 files changed** (+8296 additions, -11729 deletions) <details> <summary>View changed files</summary> 📝 `ct/actualbudget.sh` (+31 -55) 📝 `ct/adguard.sh` (+27 -51) 📝 `ct/adventurelog.sh` (+60 -84) 📝 `ct/agentdvr.sh` (+25 -49) 📝 `ct/alpine-docker.sh` (+13 -43) 📝 `ct/alpine-grafana.sh` (+13 -43) 📝 `ct/alpine-nextcloud.sh` (+13 -42) 📝 `ct/alpine-vaultwarden.sh` (+14 -44) 📝 `ct/alpine-zigbee2mqtt.sh` (+12 -42) 📝 `ct/alpine.sh` (+21 -51) 📝 `ct/apache-cassandra.sh` (+24 -49) 📝 `ct/apache-couchdb.sh` (+25 -51) ➕ `ct/apache-guacamole.sh` (+46 -0) 📝 `ct/apt-cacher-ng.sh` (+28 -53) 📝 `ct/archivebox.sh` (+39 -63) 📝 `ct/aria2.sh` (+28 -51) 📝 `ct/audiobookshelf.sh` (+25 -49) ➕ `ct/authentik.sh` (+85 -0) 📝 `ct/autobrr.sh` (+37 -61) 📝 `ct/bazarr.sh` (+24 -51) _...and 80 more files_ </details> ### 📄 Description Adding new Script for CPU Microcode Updates on Proxmox Backup Server. ## ✍️ Description - - - - Related Issue: # - Related PR: # - Related Discussion: [Script request]Proxmox Backup Server Processor Microcode #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>
OVERLORD added the pull-request label 2026-02-05 05:45:29 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#3445