Telmate / proxmox-api-go

Consume the proxmox API in golang
MIT License
384 stars 240 forks source link

Bug: setting `CloudInit.UpgradePackages` gives error on older PVE #344

Closed Tinyblargon closed 4 months ago

Tinyblargon commented 4 months ago

Setting CloudInit.UpgradePackages on PVE lower than 8.0.0 gives error.

When nil or false do not add the setting. When set to true tell the user this setting isn't compatible with their PVE version.