[PR #158] [MERGED] feat: Add CIUpgrade field on VirtualMachineConfig #184

Closed
opened 2026-03-03 15:30:35 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/luthermonson/go-proxmox/pull/158
Author: @alperencelik
Created: 9/3/2024
Status: Merged
Merged: 9/3/2024
Merged by: @luthermonson

Base: mainHead: main


📝 Commits (1)

  • faee06a feat: Add CIUpgrade field on VirtualMachineConfig

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 types.go (+1 -0)

📄 Description

This PR tries to add a CIUpgrade field to VirtualMachineConfig struct.

Here is the relevant API doc:

https://pve.proxmox.com/pve-docs/api-viewer/#/nodes/{node}/qemu/{vmid}/config

The field can be found as "ciupgrade" and also here is an example output from Proxmox cluster.

{"boot":"order=scsi0","cipassword":"**********","ciupgrade":1,"ciuser":"ubuntu","cores":2,"digest":"b1d4d4d59a8bb982a9b173c3f5741207b0869a79","ide2":"local-lvm:vm-105-cloudinit,media=cdrom","memory":"2048","meta":"creation-qemu=8.1.5,ctime=1724765699","name":"virtualmachinetemplate-sample","nameserver":"10.0.0.1 10.0.0.2","net0":"virtio=BC:24:11:A7:27:31,bridge=vmbr0","scsi0":"local-lvm:base-105-disk-0,size=2252M","scsihw":"virtio-scsi-pci","searchdomain":"alperen.cloud","smbios1":"uuid=36e481f6-430b-4baf-b238-19dd0d891703","sockets":1,"template":1,"vmgenid":"13631d1d-eb61-45ec-a285-e63003b509eb"}


🔄 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/luthermonson/go-proxmox/pull/158 **Author:** [@alperencelik](https://github.com/alperencelik) **Created:** 9/3/2024 **Status:** ✅ Merged **Merged:** 9/3/2024 **Merged by:** [@luthermonson](https://github.com/luthermonson) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`faee06a`](https://github.com/luthermonson/go-proxmox/commit/faee06a6c2c2c6ad3c399ed8f8f9f3eb5d2c562d) feat: Add CIUpgrade field on VirtualMachineConfig ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `types.go` (+1 -0) </details> ### 📄 Description This PR tries to add a CIUpgrade field to VirtualMachineConfig struct. Here is the relevant API doc: https://pve.proxmox.com/pve-docs/api-viewer/#/nodes/{node}/qemu/{vmid}/config The field can be found as "ciupgrade" and also here is an example output from Proxmox cluster. `{"boot":"order=scsi0","cipassword":"**********","ciupgrade":1,"ciuser":"ubuntu","cores":2,"digest":"b1d4d4d59a8bb982a9b173c3f5741207b0869a79","ide2":"local-lvm:vm-105-cloudinit,media=cdrom","memory":"2048","meta":"creation-qemu=8.1.5,ctime=1724765699","name":"virtualmachinetemplate-sample","nameserver":"10.0.0.1 10.0.0.2","net0":"virtio=BC:24:11:A7:27:31,bridge=vmbr0","scsi0":"local-lvm:base-105-disk-0,size=2252M","scsihw":"virtio-scsi-pci","searchdomain":"alperen.cloud","smbios1":"uuid=36e481f6-430b-4baf-b238-19dd0d891703","sockets":1,"template":1,"vmgenid":"13631d1d-eb61-45ec-a285-e63003b509eb"}` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 15:30:35 +03:00
Sign in to join this conversation.
No labels
pull-request
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/go-proxmox#184
No description provided.