mirror of
https://github.com/luthermonson/go-proxmox.git
synced 2026-04-26 17:35:48 +03:00
[GH-ISSUE #138] Release v0.1.0 #28
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/go-proxmox#28
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?
Originally created by @mcbenjemaa on GitHub (Mar 25, 2024).
Original GitHub issue: https://github.com/luthermonson/go-proxmox/issues/138
I think It's time to plan for the first release v0.1.0
@luthermonson commented on GitHub (Mar 25, 2024):
i think we're there too, the core marshalling bits have been super stable since adding context and we're just adding types and endpoint funcs. let me spend some time getting some last minute things merged and I'll leave this up and post it in the slack to see if anyone has any opinions if we are missing something for a v0.1.0 release
@justinclift commented on GitHub (Apr 18, 2024):
Before creating a 0.1.0 release, it's probably a good idea to add some super basic "intro" documentation to the README:
Those are the most likely tasks people would be starting with, so they should be covered and explained.
Saying that because it was a pita to find the
NewVirtualMachine()function (via guessing keywords), and the existing documentation is a bit on the sparse side: 😉@luthermonson commented on GitHub (Apr 19, 2024):
Ya good point
@mcbenjemaa commented on GitHub (Jun 11, 2024):
is this ready to proceed with the release?
we need it as part of https://github.com/ionos-cloud/cluster-api-provider-proxmox/issues/225
@wikkyk commented on GitHub (Jun 18, 2024):
Is there something we (@mcbenjemaa and I) could do to help?
@luthermonson commented on GitHub (Jun 19, 2024):
ah no sorry... i just forgot. ill do it now
@luthermonson commented on GitHub (Jun 19, 2024):
https://github.com/luthermonson/go-proxmox/releases/tag/v0.1.0
here you go!
@luthermonson commented on GitHub (Jun 19, 2024):
will work on some documentation when i get some time to work on this again
@justinclift commented on GitHub (Jun 20, 2024):
To me, it feels like the upstream Proxmox API needs to add the ability import disk images before any of the language specific API projects (like go-proxmox) will be super useful.
@wikkyk commented on GitHub (Jun 20, 2024):
@justinclift You could hack it together with ISOs and cloud-init but that'll never be quite as nice as just dumping a disc image :(
@wikkyk commented on GitHub (Jun 20, 2024):
https://github.com/ionos-cloud/cluster-api-provider-proxmox/pull/246 Thanks!