[PR #493] [MERGED] feat: GuestStartup #508

Closed
opened 2026-02-28 00:42:27 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Telmate/proxmox-api-go/pull/493
Author: @Tinyblargon
Created: 10/23/2025
Status: Merged
Merged: 10/23/2025
Merged by: @Tinyblargon

Base: masterHead: #492


📝 Commits (3)

📊 Changes

5 files changed (+426 additions, -19 deletions)

View changed files

📝 proxmox/config__guest.go (+120 -0)
📝 proxmox/config__lxc__new.go (+16 -0)
📝 proxmox/config__lxc__new_test.go (+140 -0)
📝 proxmox/config__qemu.go (+12 -16)
📝 proxmox/config__qemu_test.go (+138 -3)

📄 Description

Add startup settings for Lxc and Qemu.


🔄 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/Telmate/proxmox-api-go/pull/493 **Author:** [@Tinyblargon](https://github.com/Tinyblargon) **Created:** 10/23/2025 **Status:** ✅ Merged **Merged:** 10/23/2025 **Merged by:** [@Tinyblargon](https://github.com/Tinyblargon) **Base:** `master` ← **Head:** `#492` --- ### 📝 Commits (3) - [`5161d3c`](https://github.com/Telmate/proxmox-api-go/commit/5161d3c2119540c1feb128d562d70bbe63b540bd) feat: `GuestStartup` - [`2004773`](https://github.com/Telmate/proxmox-api-go/commit/200477350257569bd7e01c316947ebb543d29822) fix: typo in var name - [`9e5a379`](https://github.com/Telmate/proxmox-api-go/commit/9e5a3794719e73649ac5465d2d9e6c26e61a87d3) refactor: remove redundant wording ### 📊 Changes **5 files changed** (+426 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `proxmox/config__guest.go` (+120 -0) 📝 `proxmox/config__lxc__new.go` (+16 -0) 📝 `proxmox/config__lxc__new_test.go` (+140 -0) 📝 `proxmox/config__qemu.go` (+12 -16) 📝 `proxmox/config__qemu_test.go` (+138 -3) </details> ### 📄 Description Add startup settings for Lxc and Qemu. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:42:27 +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/proxmox-api-go#508
No description provided.