[PR #2197] [CLOSED] ignore pbs-microcode #3604

Closed
opened 2026-02-26 13:34:04 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/2197
Author: @bketelsen
Created: 2/10/2025
Status: Closed

Base: mainHead: FmmXZSZl7yjiS


📝 Commits (10+)

📊 Changes

643 files changed (+16901 additions, -2572 deletions)

View changed files

.gitignore (+2 -0)
.surgeon.yaml (+300 -0)
.vscode/settings.json (+5 -0)
📝 README.md (+26 -39)
Taskfile.yml (+21 -0)
cli/.gitignore (+5 -0)
cli/.goreleaser.yaml (+52 -0)
cli/LICENSE (+21 -0)
cli/Taskfile.yml (+28 -0)
cli/cmd/docs.go (+68 -0)
cli/cmd/global.go (+25 -0)
cli/cmd/launch.go (+473 -0)
cli/cmd/main.go (+183 -0)
cli/cmd/search.go (+80 -0)
cli/cmd/types.go (+100 -0)
cli/cmd/util.go (+77 -0)
cli/cmd/util_test.go (+48 -0)
cli/go.mod (+90 -0)
cli/go.sum (+261 -0)
codemods/build_container.sh (+119 -0)

...and 80 more files

📄 Description

✍️ Description

ignore pbs-microcode


🔄 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/2197 **Author:** [@bketelsen](https://github.com/bketelsen) **Created:** 2/10/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `FmmXZSZl7yjiS` --- ### 📝 Commits (10+) - [`b45b217`](https://github.com/community-scripts/ProxmoxVE/commit/b45b217d89a5a8df6867b020ac11a01b807baf68) chore: add taskfile - [`cb6d579`](https://github.com/community-scripts/ProxmoxVE/commit/cb6d579571b197bd7e2b4c72c24e0e08b7062a21) chore: update ct scripts - [`d9eeb49`](https://github.com/community-scripts/ProxmoxVE/commit/d9eeb4926fd90b11ad8810ad6fb721292f54dc76) chore: add surgeon.yaml - [`b57fd88`](https://github.com/community-scripts/ProxmoxVE/commit/b57fd88b3b2946a1186dc11f51b5633d3d5bdafd) Update .surgeon.yaml - [`c027cba`](https://github.com/community-scripts/ProxmoxVE/commit/c027cbaede1295a06833c064f77ca364def4dbab) Update .surgeon.yaml - [`e3ead0f`](https://github.com/community-scripts/ProxmoxVE/commit/e3ead0fbbcb656718b52801ec5b0ff03428de87e) Update .surgeon.yaml - [`68ef5a7`](https://github.com/community-scripts/ProxmoxVE/commit/68ef5a7249225c9a74f4a78015e14696289cac30) Update .surgeon.yaml - [`eaf5fcb`](https://github.com/community-scripts/ProxmoxVE/commit/eaf5fcb11ced526a778cfd2cacdc65a767c8e8f3) Update .surgeon.yaml - [`2bd677b`](https://github.com/community-scripts/ProxmoxVE/commit/2bd677bad3ff222b8a31ceb6349e1a26c0fde5ba) chore: more funcs - [`188d735`](https://github.com/community-scripts/ProxmoxVE/commit/188d73541733e988dcdf6d2541aa1a5525562dd3) Update .surgeon.yaml ### 📊 Changes **643 files changed** (+16901 additions, -2572 deletions) <details> <summary>View changed files</summary> ➕ `.gitignore` (+2 -0) ➕ `.surgeon.yaml` (+300 -0) ➕ `.vscode/settings.json` (+5 -0) 📝 `README.md` (+26 -39) ➕ `Taskfile.yml` (+21 -0) ➕ `cli/.gitignore` (+5 -0) ➕ `cli/.goreleaser.yaml` (+52 -0) ➕ `cli/LICENSE` (+21 -0) ➕ `cli/Taskfile.yml` (+28 -0) ➕ `cli/cmd/docs.go` (+68 -0) ➕ `cli/cmd/global.go` (+25 -0) ➕ `cli/cmd/launch.go` (+473 -0) ➕ `cli/cmd/main.go` (+183 -0) ➕ `cli/cmd/search.go` (+80 -0) ➕ `cli/cmd/types.go` (+100 -0) ➕ `cli/cmd/util.go` (+77 -0) ➕ `cli/cmd/util_test.go` (+48 -0) ➕ `cli/go.mod` (+90 -0) ➕ `cli/go.sum` (+261 -0) ➕ `codemods/build_container.sh` (+119 -0) _...and 80 more files_ </details> ### 📄 Description ## ✍️ Description ignore pbs-microcode --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 13:34:04 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#3604
No description provided.