-
v0.9.0
This release follows v0.8.0 and consists of 211 changes, contributed by 20 people, leading to 1955 files changed, 112474 insertions(+), 32444 deletions(-). The source code and selected binaries are available for download at: <https://github.com/kubevirt/kubevirt/releases/tag/v0.9.0>. The primary release artifact of KubeVirt is the git tree. The release tag is signed and can be verified using [git-evtag][git-evtag]. Pre-built containers are published on Docker Hub and can be viewed at: <https://hub.docker.com/u/kubevirt/>. Notable changes --------------- - CI: NetworkPolicy tests - CI: Support for an external provider (use a preconfigured cluster for tests) - Fix virtctl console issues with CRI-O - Support to initialize empty PVs - Support for basic CPU pinning - Support for setting IO Threads - Support for block volumes - Move preset logic to mutating webhook - Introduce basic metrics reporting using prometheus metrics - Many stabilizing fixes in many places Contributors ------------ 20 people contributed to this release: 48 Roman Mohr <rmohr@redhat.com> 36 Stu Gott <sgott@redhat.com> 32 Vladik Romanovsky <vromanso@redhat.com> 22 Marc Sluiter <msluiter@redhat.com> 15 Artyom Lukianov <alukiano@redhat.com> 15 Marcin Franczyk <mfranczy@redhat.com> 10 David Vossel <dvossel@redhat.com> 8 Petr Kotas <pkotas@redhat.com> 5 Guohua Ouyang <gouyang@redhat.com> 4 Yan Du <yadu@redhat.com> 3 Ben Warren <bawarren@cisco.com> 3 Ihar Hrachyshka <ihar@redhat.com> 2 Gabriel Szasz <gszasz@redhat.com> 2 j-griffith <john.griffith8@gmail.com> 1 Dan Kenigsberg <danken@redhat.com> 1 Dylan Redding <dylan.redding@stackpath.com> 1 Fred Rolland <frolland@redhat.com> 1 Itamar Heim <iheim@localhost.localdomain> 1 Lukas Bednar <lbednar@redhat.com> 1 Piotr Kliczewski <piotr.kliczewski@gmail.com> Test Results ------------ > Ran 166 of 193 Specs in 4192.048 seconds > PASS Additional Resources -------------------- - Mailing list: <https://groups.google.com/forum/#!forum/kubevirt-dev> - IRC: <irc://irc.freenode.net/#kubevirt> - An easy to use demo: <https://github.com/kubevirt/demo> - [How to contribute][contributing] - [License][license] [git-evtag]: https://github.com/cgwalters/git-evtag#using-git-evtag [contributing]: https://github.com/kubevirt/kubevirt/blob/master/CONTRIBUTING.md [license]: https://github.com/kubevirt/kubevirt/blob/master/LICENSE Git-EVTag-v0-SHA512: 54f285168753f8b5dc4e3bb3e4417f2e197de1fc42da7ef162d8f34c23512696e45090ac19057eb82812a40dbdbd9e4b81c1cf4a5dc6d78a4a57cc8ab71270f3 -
v0.8.0
This release follows v0.7.0 and consists of 354 changes, contributed by 36 people, leading to 2612 files changed, 183877 insertions(+), 49008 deletions(-). The source code and selected binaries are available for download at: <https://github.com/kubevirt/kubevirt/releases/tag/v0.8.0>. The primary release artifact of KubeVirt is the git tree. The release tag is signed and can be verified using [git-evtag][git-evtag]. Pre-built containers are published on Docker Hub and can be viewed at: <https://hub.docker.com/u/kubevirt/>. Notable changes --------------- - Support for DataVolume - Support for a subprotocol for webbrowser terminals - Support for virtio-rng - Support disconnected VMs - Support for setting host model - Support for host CPU passthrough - Support setting a vNICs mac and PCI address - Support for memory over-commit - Support booting from network devices - Use less devices by default, aka disable unused ones - Improved VMI shutdown status - More logging to improve debugability - A lot of small fixes, including typos and documentation fixes - Race detection in tests - Hook improvements - Update to use Fedora 28 (includes updates of dependencies like libvirt and qemu) - Move CI to support Kubernetes 1.11 Contributors ------------ 36 people contributed to this release: 76 Artyom Lukianov <alukiano@redhat.com> 59 David Vossel <dvossel@redhat.com> 43 Roman Mohr <rmohr@redhat.com> 27 Sebastian Scheinkman <sscheink@redhat.com> 23 Petr Kotas <pkotas@redhat.com> 14 Petr Horáček <phoracek@redhat.com> 14 Stu Gott <sgott@redhat.com> 13 Marc Sluiter <msluiter@redhat.com> 12 Shiyang Wang <shiywang@redhat.com> 12 Vladik Romanovsky <vromanso@redhat.com> 7 Ihar Hrachyshka <ihar@redhat.com> 6 Ben Warren <bawarren@cisco.com> 5 Fabian Deutsch <fabiand@redhat.com> 5 dankenigsberg <danken@redhat.com> 4 Ihar Hrachyshka <ihrachys@redhat.com> 3 Arik Hadas <ahadas@redhat.com> 3 Michael Henriksen <mhenriks@redhat.com> 3 Yanir Quinn <yquinn@redhat.com> 3 Yuval Lifshitz <ylifshit@redhat.com> 3 root <root@sscheink.tlv.csb> 2 Daniel Belenky <dbelenky@redhat.com> 2 Gonzalo Rafuls <grafuls@redhat.com> 2 dankenigsberg <danken@gmail.com> 1 Alexander Wels <awels@redhat.com> 1 Alvaro Aleman <alv2412@googlemail.com> 1 Barak Korren <bkorren@redhat.com> 1 Boaz Shuster <boaz.shuster.github@gmail.com> 1 Francesco Romani <fromani@redhat.com> 1 Gabriel Szasz <gszasz@redhat.com> 1 Lukas Bednar <lbednar@redhat.com> 1 Ryan Hallisey <rhallise@redhat.com> 1 Simone Tiraboschi <stirabos@redhat.com> 1 William Zhang <warmchang@outlook.com> 1 gbenhaim <galbh2@gmail.com> 1 imjoey <majunjiev@gmail.com> 1 j-griffith <john.griffith8@gmail.com> Test Results ------------ > Ran 149 of 163 Specs in 3851.878 seconds > PASS Additional Resources -------------------- - Mailing list: <https://groups.google.com/forum/#!forum/kubevirt-dev> - IRC: <irc://irc.freenode.net/#kubevirt> - An easy to use demo: <https://github.com/kubevirt/demo> - [How to contribute][contributing] - [License][license] [git-evtag]: https://github.com/cgwalters/git-evtag#using-git-evtag [contributing]: https://github.com/kubevirt/kubevirt/blob/master/CONTRIBUTING.md [license]: https://github.com/kubevirt/kubevirt/blob/master/LICENSE Git-EVTag-v0-SHA512: 67cf84a140ff7b4396c7c4e54ab2230f69f9efc6252f65ddf27ad1438500fbd511fc44618cc0aebf7e2e9feb2cc34ae59c1fb0034a9ef43af65a4802a7ee3439 -
v0.6.4-cnv-1.1-2
Git-EVTag-v0-SHA512: ba5dac1a9b00434670806dfd12b738a52c13e33ca65fe49c53320492a6676232ef9d72ec7578390e722114bda0e49f32e7db1f2c22db4ce5e1894d81c8205aec
-
v0.6.2
This release follows v0.6.1 and consists of 17 changes, contributed by 3 people, leading to 41 files changed, 343 insertions(+), 73 deletions(-). The source code and selected binaries are available for download at: <https://github.com/kubevirt/kubevirt/releases/tag/v0.6.2>. The primary release artifact of KubeVirt is the git tree. The release tag is signed and can be verified using [git-evtag][git-evtag]. Pre-built containers are published on Docker Hub and can be viewed at: <https://hub.docker.com/u/kubevirt/>. Notable changes --------------- - Binary relocation for packaging - QEMU Process detection - Role aggregation - CPU Model selection - VM Rename fix Contributors ------------ 3 people contributed to this release: 8 Fabian Deutsch <fabiand@redhat.com> 5 Artyom Lukianov <alukiano@redhat.com> 4 Roman Mohr <rmohr@redhat.com> Test Results ------------ > Ran 117 of 128 Specs in 3774.947 seconds > SUCCESS! -- 117 Passed | 0 Failed | 0 Pending | 11 Skipped PASS Additional Resources -------------------- - Mailing list: <https://groups.google.com/forum/#!forum/kubevirt-dev> - IRC: <irc://irc.freenode.net/#kubevirt> - An easy to use demo: <https://github.com/kubevirt/demo> - [How to contribute][contributing] - [License][license] [git-evtag]: https://github.com/cgwalters/git-evtag#using-git-evtag [contributing]: https://github.com/kubevirt/kubevirt/blob/master/CONTRIBUTING.md [license]: https://github.com/kubevirt/kubevirt/blob/master/LICENSE Git-EVTag-v0-SHA512: 7bf0bbbc8fd71dbf928f5b496fe6124f2a8f8187dcd22e4cf71f4b72b2d45081c84781d4595331a46852283a2d3df370e18ffcbe2e380faed09405f3df2feaf6 -
v0.7.0
This release follows v0.6.0 and consists of 351 changes, contributed by 23 people, leading to 747 files changed, 395521 insertions(+), 57735 deletions(-). The source code and selected binaries are available for download at: <https://github.com/kubevirt/kubevirt/releases/tag/v0.7.0>. The primary release artifact of KubeVirt is the git tree. The release tag is signed and can be verified using [git-evtag][git-evtag]. Pre-built containers are published on Docker Hub and can be viewed at: <https://hub.docker.com/u/kubevirt/>. Notable changes --------------- - CI: Move test storage to hostPath - CI: Add support for Kubernetes 1.10.4 - CI: Improved network tests for multiple-interfaces - CI: Drop Origin 3.9 support - CI: Add test for testing templates on Origin - VM to VMI rename - VM affinity and anti-affinity - Add awareness for multiple networks - Add hugepage support - Add device-plugin based kvm - Add support for setting the network interface model - Add (basic and inital) Kubernetes compatible networking approach (SLIRP) - Add role aggregation for our roles - Add support for setting a disks serial number - Add support for specyfing the CPU model - Add support for setting an network intefraces MAC address - Relocate binaries for FHS conformance - Logging improvements - Template fixes - Fix OpenShift CRD validation - virtctl: Improve vnc logging improvements - virtctl: Add expose - virtctl: Use PATCH instead of PUT Contributors ------------ 23 people contributed to this release: 72 Roman Mohr <rmohr@redhat.com> 63 Artyom Lukianov <alukiano@redhat.com> 48 Stu Gott <sgott@redhat.com> 44 Ihar Hrachyshka <ihar@redhat.com> 36 Sebastian Scheinkman <sscheink@redhat.com> 19 David Vossel <dvossel@redhat.com> 15 Fabian Deutsch <fabiand@redhat.com> 12 Francesco Romani <fromani@redhat.com> 11 Tzvi Avni <tavni@redhat.com> 7 Marc Sluiter <msluiter@redhat.com> 4 Vladik Romanovsky <vromanso@redhat.com> 3 j-griffith <john.griffith8@gmail.com> 3 tchughesiv <tchughesiv@gmail.com> 2 Alexander Wels <awels@redhat.com> 2 Gabriel Szasz <gszasz@redhat.com> 2 Karim Boumedhel <kboumedh@redhat.com> 2 Ryan Hallisey <rhallise@redhat.com> 1 Adam Litke <alitke@redhat.com> 1 Lukas Bednar <lbednar@redhat.com> 1 Nelly Credi <ncredi@redhat.com> 1 Shiyang Wang <shiywang@redhat.com> 1 Thiago da Silva <thiago@redhat.com> 1 Yanir Quinn <yquinn@redhat.com> Test Results ------------ > Ran 119 of 135 Specs in 4126.052 seconds > SUCCESS! -- 119 Passed | 0 Failed | 0 Pending | 16 Skipped PASS Additional Resources -------------------- - Mailing list: <https://groups.google.com/forum/#!forum/kubevirt-dev> - IRC: <irc://irc.freenode.net/#kubevirt> - An easy to use demo: <https://github.com/kubevirt/demo> - [How to contribute][contributing] - [License][license] [git-evtag]: https://github.com/cgwalters/git-evtag#using-git-evtag [contributing]: https://github.com/kubevirt/kubevirt/blob/master/CONTRIBUTING.md [license]: https://github.com/kubevirt/kubevirt/blob/master/LICENSE Git-EVTag-v0-SHA512: c6e625f0075ce692fcbc58dcca87d52a4d106fdef6f1cab942fbd94413822e4974887ad07af967361006e5a60ef0519f06f52ecc898f2596cfa301fd71d1b98c