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

Bump to nixos-25.05

Open codgician opened this issue 9 months ago • 1 comments

This is a PoC for pve-qemu following similar pattern of #75.

  • Using Proxmox's git source and clone the original qemu as submodule
  • Specify sourceRoot to ./qemu to make existing build scripts compatible

This PR bumps following packages:

  • pve-http-server: 5.1.2 -> 5.2.2
  • pve-qemu-server: 8.2.1 -> 8.3.12
  • pve-qemu: 9.1.2 -> 9.2.0-5

codgician avatar Feb 09 '25 04:02 codgician

Will pick this up after 25.05

codgician avatar May 08 '25 09:05 codgician

I rebased on main, and limited the pve-qemu-server update to 8.3.8 as it is what is in the debians repos, this fixes the tests I believe.

JulienMalka avatar May 31 '25 01:05 JulienMalka

We seem to still have errors in the perl code; and also some font missing.

JulienMalka avatar May 31 '25 11:05 JulienMalka

Thanks @JulienMalka for looking into and fixing most of the issues in this PR. I added another commit to fix VM startup and tested in my environment. Please let me know if any other issues are discovered during your previous testing and I will look into them.

codgician avatar Jun 04 '25 08:06 codgician

Looks all good to me ! Thank you for the work (and well done with the qemu version check fix, I was struggling to find the exact point in code to change!)

JulienMalka avatar Jun 04 '25 11:06 JulienMalka