Tags: lubinsz/kubevirt
Tags
This release follows v0.26.0 and consists of 165 changes, contributed by 22 people, leading to 197 files changed, 7671 insertions(+), 1256 deletions(-). The source code and selected binaries are available for download at: <https://github.com/kubevirt/kubevirt/releases/tag/v0.27.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 more guest agent informations in the API - Support setting priorityClasses on VMs - Support for additional control plane alerts via prometheus - Support for io and emulator thread pinning - Support setting a custom SELinux type for the launcher - Support to perform network configurations from handler instead of launcher - Support to opt-out of auto attaching the serial console - Support for different uninstallStaretgies for data protection - Fix to let qemu run in the qemu group - Fix guest agen connectivity check after i.e. live migrations Contributors ------------ 22 people contributed to this release: 58 Ihar Hrachyshka <[email protected]> 11 Stu Gott <[email protected]> 10 L. Pivarc <[email protected]> 10 Omer Yahud <[email protected]> 7 Roman Mohr <[email protected]> 6 Petr Kotas <[email protected]> 5 Daniel Hiller <[email protected]> 5 Igor Bezukh <[email protected]> 4 Daniel Belenky <[email protected]> 3 Or Shoval <[email protected]> 2 Alberto Losada <[email protected]> 2 David Vossel <[email protected]> 2 Vladik Romanovsky <[email protected]> 1 Alexander Wels <[email protected]> 1 Jed Lejosne <[email protected]> 1 Jim Fehlig <[email protected]> 1 Joowon Cheong <[email protected]> 1 L. Pivarc <[email protected]> 1 Murilo Fossa Vicentini <[email protected]> 1 Sally O'Malley <[email protected]> 1 ipinto <[email protected]> Test Results ------------ > Ran 428 of 509 Specs in 13013.221 seconds > PASS Additional Resources -------------------- - Mailing list: <https://groups.google.com/forum/#!forum/kubevirt-dev> - Slack: <https://kubernetes.slack.com/messages/virtualization> - 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: 8bd9760fd039814d8de8c7dd402d5843de32aae04b171df7188f4a2d14f131cc9064e09fd3ecfe3ebd56ccc2c1640efc22a7b2cc862517cdd53cf695fc5c33ac
Merge pull request kubevirt#3115 from xpivarc/priotiyClasses Priority classes
Merge pull request kubevirt#3049 from danielBelenky/virt-operator-hea… …lthy Add alert rules for a healthy virt-operator
This release follows v0.25.0 and consists of 116 changes, contributed by 19 people, leading to 1556 files changed, 156060 insertions(+), 56779 deletions(-). The source code and selected binaries are available for download at: <https://github.com/kubevirt/kubevirt/releases/tag/v0.26.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 --------------- - Fix incorrect ownerReferences to avoid VMs getting GCed - Fixes for several tests - Fix greedy permissions around Secrets by delegating them to kubelet - Fix OOM infra pod by increasing it's memory request - Clarify device support around live migrations - Support for an uninstall strategy to protect workloads during uninstallation - Support for more prometheus metrics and alert rules - Support for testing SRIOV connectivity in functional tests - Update Kubernetes client-go to 1.16.4 - FOSSA fixes and status Contributors ------------ 19 people contributed to this release: 25 Roman Mohr <[email protected]> 14 Vatsal Parekh <[email protected]> 9 Daniel Belenky <[email protected]> 7 Omer Yahud <[email protected]> 6 Ihar Hrachyshka <[email protected]> 4 Daniel Hiller <[email protected]> 3 Or Shoval <[email protected]> 3 Stu Gott <[email protected]> 2 Federico Paolinelli <[email protected]> 2 Ihar Hrachyshka <[email protected]> 2 Michael Henriksen <[email protected]> 2 Petr Kotas <[email protected]> 2 fossabot <[email protected]> 1 Alberto Losada <[email protected]> 1 Dan Kenigsberg <[email protected]> 1 Igor Bezukh <[email protected]> 1 Marc Sluiter <[email protected]> 1 Peter White <[email protected]> Test Results ------------ > Ran 417 of 498 Specs in 12827.215 seconds > PASS Additional Resources -------------------- - Mailing list: <https://groups.google.com/forum/#!forum/kubevirt-dev> - Slack: <https://kubernetes.slack.com/messages/virtualization> - 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: d297fe09a41d4c83591dece7f9e1a8ec7003149f32381df65a7636502efac65c001b5889c40fbb3df4b12c594a158a902ada57422e51e01059d26638a421cff0
Merge pull request kubevirt#2993 from vatsalparekh/migration-bindings… …-fix Changed the logic to only allow specific interface types for migrations
This release follows v0.24.0 and consists of 39 changes, contributed by 11 people, leading to 82 files changed, 1989 insertions(+), 434 deletions(-). The source code and selected binaries are available for download at: <https://github.com/kubevirt/kubevirt/releases/tag/v0.25.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: Support for Kubernetes 1.17 - Support emulator thread pinning - Support virtctl restart --force - Support virtctl migrate to trigger live migrations from the CLI Contributors ------------ 11 people contributed to this release: 7 Vatsal Parekh <[email protected]> 7 Vladik Romanovsky <[email protected]> 3 Roman Mohr <[email protected]> 2 Daniel Belenky <[email protected]> 2 Daniel Hiller <[email protected]> 2 Fabian Deutsch <[email protected]> 1 Arik Hadas <[email protected]> 1 Ihar Hrachyshka <[email protected]> 1 Michael Henriksen <[email protected]> 1 Tareq Alayan <[email protected]> Test Results ------------ > Ran 407 of 485 Specs in 12424.177 seconds > PASS Additional Resources -------------------- - Mailing list: <https://groups.google.com/forum/#!forum/kubevirt-dev> - Slack: <https://kubernetes.slack.com/messages/virtualization> - 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: 05e440bee3eca674a823fb2081a40238e1bff6164aa18797bf07e234c54feacb6a476d60acdb8879d526e4d0b36f0a0f4fae8cd34e9c7fc8b14345bb49803514
PreviousNext