go-proxmox icon indicating copy to clipboard operation
go-proxmox copied to clipboard

Release v0.1.0

Open mcbenjemaa opened this issue 10 months ago • 3 comments

I think It's time to plan for the first release v0.1.0

mcbenjemaa avatar Mar 25 '24 22:03 mcbenjemaa

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

luthermonson avatar Mar 25 '24 23:03 luthermonson

Before creating a 0.1.0 release, it's probably a good idea to add some super basic "intro" documentation to the README:

  • How to create a new VM and delete it
  • Same, but for containers

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: :wink:

image

justinclift avatar Apr 18 '24 19:04 justinclift

Ya good point

luthermonson avatar Apr 19 '24 00:04 luthermonson

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

mcbenjemaa avatar Jun 11 '24 09:06 mcbenjemaa

Is there something we (@mcbenjemaa and I) could do to help?

wikkyk avatar Jun 18 '24 07:06 wikkyk

ah no sorry... i just forgot. ill do it now

luthermonson avatar Jun 19 '24 18:06 luthermonson

https://github.com/luthermonson/go-proxmox/releases/tag/v0.1.0

here you go!

luthermonson avatar Jun 19 '24 19:06 luthermonson

will work on some documentation when i get some time to work on this again

luthermonson avatar Jun 19 '24 19:06 luthermonson

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.

justinclift avatar Jun 20 '24 06:06 justinclift

@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 avatar Jun 20 '24 07:06 wikkyk

https://github.com/ionos-cloud/cluster-api-provider-proxmox/pull/246 Thanks!

wikkyk avatar Jun 20 '24 08:06 wikkyk