mirror of
https://github.com/Telmate/proxmox-api-go.git
synced 2026-04-25 15:35:51 +03:00
[PR #145] [MERGED] Support for proxies servers, proper LXC HA management, go-staticcheck code fixes, miscs #262
Labels
No labels
good first issue
issue/confirmed
issue/critical
proposal/accepted
pull-request
type/bug
type/enhancement
type/feature
type/question
type/refactoring
type/testing
type/testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxmox-api-go#262
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Telmate/proxmox-api-go/pull/145
Author: @mleone87
Created: 10/27/2021
Status: ✅ Merged
Merged: 11/1/2021
Merged by: @ggongaware
Base:
master← Head:master📝 Commits (7)
ccd664aupdate gitignore66513e6support for proxies, bugfixes in LXC HA, go-statickcheck fixesee5382bproper unuseddisks printd4df3f2fix proxystring empty case8999975docs small upgradecd8e5a6Revert "docs small upgrade"048852cproper docs update📊 Changes
9 files changed (+140 additions, -101 deletions)
View changed files
📝
.gitignore(+1 -0)📝
README.md(+22 -14)📝
main.go(+2 -1)📝
proxmox/client.go(+44 -27)📝
proxmox/client_test.go(+1 -1)📝
proxmox/config_lxc.go(+18 -19)📝
proxmox/config_qemu.go(+16 -18)📝
proxmox/session.go(+32 -14)📝
proxmox/util.go(+4 -7)📄 Description
Hi,
here we go with some upgrades on the proxmox api
Since this is a breaking change for the proxmox provider because the NewClient() function changes it's signature, as soon the PR get merged I'll open a new PR to the provider to support the new api version
thanks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.