Tags: hookak/kubevirt
Tags
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 <rmohr@redhat.com> 14 Vatsal Parekh <vparekh@redhat.com> 9 Daniel Belenky <dbelenky@redhat.com> 7 Omer Yahud <oyahud@oyahud.tlv.csb> 6 Ihar Hrachyshka <ihrachys@redhat.com> 4 Daniel Hiller <daniel.hiller.1972@gmail.com> 3 Or Shoval <oshoval@redhat.com> 3 Stu Gott <sgott@redhat.com> 2 Federico Paolinelli <fpaoline@redhat.com> 2 Ihar Hrachyshka <ihar@redhat.com> 2 Michael Henriksen <mhenriks@redhat.com> 2 Petr Kotas <pkotas@redhat.com> 2 fossabot <badges@fossa.io> 1 Alberto Losada <alosadag@redhat.com> 1 Dan Kenigsberg <danken@redhat.com> 1 Igor Bezukh <ibezukh@redhat.com> 1 Marc Sluiter <msluiter@redhat.com> 1 Peter White <peter.white@metaswitch.com> 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 <vparekh@redhat.com> 7 Vladik Romanovsky <vromanso@redhat.com> 3 Roman Mohr <rmohr@redhat.com> 2 Daniel Belenky <dbelenky@redhat.com> 2 Daniel Hiller <daniel.hiller.1972@gmail.com> 2 Fabian Deutsch <fabiand@redhat.com> 1 Arik Hadas <ahadas@redhat.com> 1 Ihar Hrachyshka <ihrachys@redhat.com> 1 Michael Henriksen <mhenriks@redhat.com> 1 Tareq Alayan <talayan@redhat.com> 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
Merge pull request kubevirt#2954 from ahadas/remove_code_reviewer remove @ahadas from code-reviewers
This release follows v0.23.0 and consists of 73 changes, contributed by 17 people, leading to 124 files changed, 3303 insertions(+), 617 deletions(-). The source code and selected binaries are available for download at: <https://github.com/kubevirt/kubevirt/releases/tag/v0.24.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.15 - CI: Support for Kubernetes 1.16 - Add and fix a couple of test cases - Support for pause and unpausing VMs - Update of libvirt to 5.6.0 - Fix bug related to parallel scraping of Prometheus endpoints - Fix to reliably test VNC Contributors ------------ 17 people contributed to this release: 15 Marc Sluiter <msluiter@redhat.com> 8 Daniel Hiller <daniel.hiller.1972@gmail.com> 8 Roman Mohr <rmohr@redhat.com> 5 Francesco Romani <fromani@redhat.com> 3 Michael Henriksen <mhenriks@redhat.com> 2 Quique Llorente <ellorent@redhat.com> 2 ipinto <ipinto@redhat.com> 1 Andrea Bolognani <abologna@redhat.com> 1 Artyom Lukianov <alukiano@redhat.com> 1 Kedar Bidarkar <kbidarka@redhat.com> 1 Marcin Franczyk <marcin0franczyk@gmail.com> 1 Pep Turró Mauri <pep@redhat.com> 1 Sebastian Scheinkman <sscheink@redhat.com> 1 Vladik Romanovsky <vromanso@redhat.com> 1 alonSadan <asadan@redhat.com> 1 yinchengfeng <yinchengfeng@baidu.com> Test Results ------------ > Ran 403 of 481 Specs in 12434.458 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: 7b10a68999287834cf77712eb29f5b7172db6c5178b52e945541ca544890e813a303d4140748a15d5137674e5db6ea43f232ad25a194ad3fcba1ee72c6c59c08
Merge pull request kubevirt#2911 from rmohr/2909-release-0.23 [release-0.23] Prepare kubevirt for libvirt 5.6.0 without switching
--- This release follows v0.22.0 and consists of 91 changes, contributed by 15 people, leading to 216 files changed, 9040 insertions(+), 2258 deletions(-). The source code and selected binaries are available for download at: <https://github.com/kubevirt/kubevirt/releases/tag/>. 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 --------------- - Guest OS Information is available under the VMI status now - Updated to Go 1.12.8 and latest bazel - Updated go-yaml to v2.2.4, which has a ddos vulnerability fixed - Cleaned up and fixed CRD scheme registration - Several bugfixes - Many CI improvements (e.g. more logs in case of test failures) Contributors ------------ 15 people contributed to this release: 24 Roman Mohr <rmohr@redhat.com> 14 ipinto <ipinto@redhat.com> 10 Federico Paolinelli <fpaoline@redhat.com> 5 Marc Sluiter <msluiter@redhat.com> 3 Francesco Romani <fromani@redhat.com> 3 Marcin Franczyk <mfranczy@redhat.com> 3 Petr Kotas <pkotas@redhat.com> 3 Prashanth Buddhala <pbudds@gmail.com> 2 Artyom Lukianov <alukiano@redhat.com> 2 Fabian Deutsch <fabiand@redhat.com> 2 Vladik Romanovsky <vromanso@redhat.com> 1 Alvaro Aleman <alv2412@googlemail.com> 1 Guangming Wang <guangming.wang@daocloud.io> 1 Kedar Bidarkar <kbidarka@redhat.com> Test Results ------------ > Ran 393 of 461 Specs in 14846.610 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: b5a473f276e2f5844035b67d1640c372afb775c652f5baf790c4d415b643582be34796bc640c1e61b8196176095306caf69d29a54777eb80bfbe86ca048a5ccd
PreviousNext