Releases: luthermonson/go-proxmox
Releases · luthermonson/go-proxmox
v0.3.2
What's Changed
- fix: simplify network interface retrieval in AgentGetNetworkIFaces by @alperencelik in #230
- Add import content type by @ianberinger in #229
New Contributors
- @ianberinger made their first contribution in #229
Full Changelog: v0.3.1...v0.3.2
v0.3.1
fixes broken v0.3.0
What's Changed
- fix: duplicated func by @sergelogvinov in #227
Full Changelog: v0.3.0...v0.3.1
v0.3.0
DO NOT USE broke release due to CI not catching dupe methods, please use v0.3.1
Minor API changed in the #224 and added concept of New to reduce API calls
What's Changed
- feat: add new() method by @sergelogvinov in #226
- fix: node permission by @sergelogvinov in #225
- fix: storage content typo by @sergelogvinov in #224
Full Changelog: v0.2.4...v0.3.0
v0.2.4
What's Changed
- fix(access): 🐛 add useroptions type and fix user update function by @kernel-sanders in #216
- fix: session race condition by @sergelogvinov in #223
- feat: update fields in ClusterStorage type by @sergelogvinov in #222
- refactor(pools): 🔨 update the Pool function to use the modern endpoint by @kernel-sanders in #220
- add /nodes/{node}/report getter by @MatthieuLeboeuf in #219
- feat: add SendKey support by @azertyalex in #218
New Contributors
- @MatthieuLeboeuf made their first contribution in #219
- @azertyalex made their first contribution in #218
Full Changelog: v0.2.3...v0.2.4
v0.2.3
What's Changed
- fix: add correct RRD Data format and fix the variadic function by @dragonis41 in #179
- return resize disk job UPID by @Pivnoy in #187
- Adding firewall IPSet functionality by @javaexceptionde in #192
- Patch SDN vnet and ipam by @Jlan45 in #189
- Add listing of network interfaces by type by @andyjsmith in #201
- Fix ISO injection error by @LukasK32 in #204
- Skip disabled storage in Node.findStorageByContent by @LukasK32 in #205
- add: SDN Endpoints by @samuelemusiani in #208
- Fix issue with
omitemptyandboolvalues conflicting with Proxmox API defaults by @kernel-sanders in #210 - fix: cpuinfo cpu-model typo by @sergelogvinov in #214
- fix: 🐛 fix UpdateACL function to take correct parameters by @kernel-sanders in #213
- fix: return task for SDNApply by @samuelemusiani in #212
New Contributors
- @dragonis41 made their first contribution in #179
- @javaexceptionde made their first contribution in #192
- @andyjsmith made their first contribution in #201
- @LukasK32 made their first contribution in #204
- @samuelemusiani made their first contribution in #208
- @kernel-sanders made their first contribution in #210
- @sergelogvinov made their first contribution in #214
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
- Fix link in README.md by @sirredbeard in #173
- correct typo in containerconfig field by @xortim in #182
- feat: Add query parameters support for GET method by @alperencelik in #177
- Update go-diskfs to 1.5.0 by @jqueuniet in #184
- feat: Implement
api2/json/cluster/ceph/statusendpoint by @justusbunsi in #186
New Contributors
- @sirredbeard made their first contribution in #173
- @justusbunsi made their first contribution in #186
Full Changelog: v0.2.1...v0.2.2
v0.2.1
v0.2.0
Breaking Changes
- Term/VNC features changed from string channels to []byte channels
What's Changed
- feat: Add CIUpgrade field on VirtualMachineConfig by @alperencelik in #158
- Fix return value of
Clonefunctions whenCloneOptions.NewIDis set by @rybnico in #160 - Re-Implementation of Term and VNC Features. by @ricardoalcantara in #161
- Feature: add ContainerConfig to Container by @xortim in #159
- Vnc and Term Proxy Example by @ricardoalcantara in #162
- Fix various linting warnings by @xortim in #164
- fix: do not compare optional QMP Status field when determining VM status by @brandonllocke in #166
- Quality of life features for ContainerConfig by @xortim in #165
New Contributors
- @xortim made their first contribution in #159
- @brandonllocke made their first contribution in #166
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- fix: CPUInfo.MHZ type error by @im-zhou in #153
- ✨feat: Add cluster storage operations by @alperencelik in #155
- Add function CheckID by @rybnico in #157
New Contributors
Full Changelog: v0.1.0...v0.1.1
v0.1.0
This is the first official non-beta release. We will continue to work on the client and add more endpoints but the basic functionality has worked for years and we will consider ourselves out of beta. Thanks to everyone who contributed!
What's Changed
- fix: adding container interfaces method by @bl4ko in #136
- List cluster tasks by @Pivnoy in #140
- Fix AgentExec when no pid returned by @mcbenjemaa in #141
- Extract config by @Pivnoy in #142
- feat: Add function for merging disks by @alperencelik in #150
New Contributors
Full Changelog: v0.0.0-beta6...v0.1.0