kimchi-project / kimchi

An HTML5 management interface for KVM guests
https://github.com/kimchi-project/kimchi/releases/latest
Other
3.08k stars 366 forks source link

Will there be a patch rollup / New official release (AKA 2.5.1 or similar)? #1244

Closed Modusmundi closed 4 years ago

Modusmundi commented 6 years ago

Hey there,

While I don't really mind diving into the issues section of a given project and patching code on my own system, it is always nice to have something that represents the current state of the code out there so you don't have to deal with drift.

That said, is there any push towards a new deb/rpm/snap/appimage/flatpak/whatever the cool kids are using these days to come out with the reprentative changes that have occurred over the past ~10 months?

jaydrogers commented 6 years ago

How do you even apply patches? I just did a fresh install today but ran into this issue (https://github.com/kimchi-project/kimchi/pull/1172#issuecomment-406833749) which prevents noVNC from being used (making it very difficult to install new machines).

I installed from the .deb file. Is it possible to apply patches or do I need to install from source all of the time?

Modusmundi commented 6 years ago

So if it's an issue in the python, you can just take the fixed code and throw it into the file that needs fixing.

If it's not, well, usually it's more involved than that.

alinefm commented 4 years ago

New release available: https://github.com/kimchi-project/kimchi/releases/tag/3.0.0

Some more context about it: https://github.com/kimchi-project/kimchi/issues/1278