dehesselle / virtctl

start/stop libvirt-based VMs with systemd
MIT License
11 stars 1 forks source link

new release v0.3 imminent #7

Closed dehesselle closed 5 years ago

dehesselle commented 5 years ago

Hey @nihilisticpandemonium,

I want to give you a heads-up that big changes are coming - I think for the better! There is a pre-release of the next version (v0.3-rc.1 available that I'm going to deploy to my boxes to see if anything comes up that I didn't catch during the last days.

It's save to try it since it can co-exist with the older v0.2 due to renaming. (On the other hand, they are incompatible. But migrating a single VM from v0.2 to v0.3 is easy.)

If you have any comments, let me know.

nihilistzsche commented 5 years ago

Oh yes 0.3 looks a lot better, does not look like it will require any patches or anything else to work out of the box on Arch! Will be updating the PKGBUILD shortly to test 0.3 out and will push it to the AUR later today or tomorrow if it checks out.

nihilistzsche commented 5 years ago

Indeed the only differences between my PKGBUILD and your readme is that as a package I install the systemd service things into /usr/lib/systemd/system, but this is all handled as part of the packaging process and does not require any external edits.

nihilistzsche commented 5 years ago

Sorry for the message spam but I feel confident enough after the couple of tests I did that I went ahead and pushed the PKGBUILD with 0.3rc1 tagged. Let me know when you release 0.3 proper and Ill push a "virtctl" non-git package to the AUR as well.

dehesselle commented 5 years ago

It's fine, I don't feel spammed :-). Thank you for your continued interest.

Sadly, today I found an issue (#8, trivial to fix) that lead to another issue (#9, not too hard either, but I need to be careful) that I'll definitely want to fix for v0.3. There will be a rc2 in the next few days. I apologize for causing you (at least) double the work in case you already packaged rc1.

nihilistzsche commented 5 years ago

It will just be a version bump and this is what rc's are for :)

On Tue, Mar 12, 2019 at 4:47 PM René de Hesselle notifications@github.com wrote:

It's fine, I don't feel spammed :-). Thank you for your continued interest.

Sadly, today I found an issue (#8 https://github.com/dehesselle/virtctl/issues/8, trivial to fix) that lead to another issue (#9 https://github.com/dehesselle/virtctl/issues/9, not too hard either, but I need to be careful) that I'll definitely want to fix for v0.3. There will be a rc2 in the next few days. I apologize for causing you (at least) double the work in case you already packaged rc1.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/dehesselle/virtctl/issues/7#issuecomment-472224319, or mute the thread https://github.com/notifications/unsubscribe-auth/AAJTYcwpitTqLxNH2EueJzBXL2ROr_Zlks5vWDydgaJpZM4bdEOv .

dehesselle commented 5 years ago

v0.3-rc.2 - this is it🤞

nihilistzsche commented 5 years ago

v0.3-rc.2 pushed to the AUR :)

dehesselle commented 5 years ago

After having reinstalled my Linux box at home and migrating all my VM at work from kvm@... to virtctl@..., I'm giving the green light. The rc.2 is the final v0.3 release. (I just did two more commits past v0.3, but they are only of minor documentational nature.)