Tags: lmilbaum/kubevirt
Tags
This release follows v0.18.0 and consists of 216 changes, contributed by 26 people, leading to 621 files changed, 21307 insertions(+), 11875 deletions(-). The source code and selected binaries are available for download at: <https://github.com/kubevirt/kubevirt/releases/tag/v0.19.0-rc.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 --------------- - Fixes when run on kind - Fixes for sub-resource RBAC - Limit pod network interface bindings - Many additional bug fixes in many areas - Additional testcases for updates, disk types, live migration with NFS - Additional testcases for memory over-commit, block storage, cpu manager, headless mode - Improvements around HyperV - Improved error handling for runStartegies - Improved update procedure - Improved network metrics reporting (packets and errors) - Improved guest overhead calculation - Improved SR-IOV testsuite - Support for live migration auto-converge - Support for config-drive disks - Support for setting a pullPolicy con containerDisks - Support for unprivileged VMs when using SR-IOV - Introduction of a project security policy Contributors ------------ 26 people contributed to this release: 33 Marc Sluiter <[email protected]> 28 Roman Mohr <[email protected]> 27 Vladik Romanovsky <[email protected]> 24 David Vossel <[email protected]> 12 Artyom Lukianov <[email protected]> 11 Arik Hadas <[email protected]> 11 Francesco Romani <[email protected]> 9 Daniel Gonzalez <[email protected]> 8 Daniel Hiller <[email protected]> 7 Ihar Hrachyshka <[email protected]> 7 Marcin Franczyk <[email protected]> 6 Daniel Hiller <[email protected]> 5 Petr Kotas <[email protected]> 5 Stu Gott <[email protected]> 4 Ihar Hrachyshka <[email protected]> 4 Sebastian Scheinkman <[email protected]> 3 Kedar Bidarkar <[email protected]> 2 Federico Paolinelli <[email protected]> 2 Kunal Kushwaha <[email protected]> 2 j-griffith <[email protected]> 1 Fabian Deutsch <[email protected]> 1 Federico Paolinelli <[email protected]> 1 Jim Ma <[email protected]> 1 Mark Knowles <[email protected]> 1 Petr Horacek <[email protected]> 1 Vatsal Parekh <[email protected]> Test Results ------------ > Ran 356 of 404 Specs in 11020.915 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: 055db975577ce048407b975caf1d845783838586e4f8764306858cbc661b0f44af9f9509533d865fc913002dbd51f437ce1ccd3d9ea69f810eaf1b05ee8dfbf0
This release follows v0.17.0 and consists of 167 changes, contributed by 16 people, leading to 8712 files changed, 160209 insertions(+), 2178748 deletions(-). The source code and selected binaries are available for download at: <https://github.com/kubevirt/kubevirt/releases/tag/v0.18.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 --------------- - Build: Use of go modules - CI: Support for Kubernetes 1.13 - Countless testcase fixes and additions - Several smaller bug fixes - Improved upgrade documentation Contributors ------------ 16 people contributed to this release: 44 Stu Gott <[email protected]> 32 Arik Hadas <[email protected]> 20 David Vossel <[email protected]> 17 Artyom Lukianov <[email protected]> 15 Roman Mohr <[email protected]> 11 Marc Sluiter <[email protected]> 6 Sebastian Scheinkman <[email protected]> 5 Marcin Franczyk <[email protected]> 4 Fabian Deutsch <[email protected]> 3 Denis Ollier <[email protected]> 3 Petr Kotas <[email protected]> 3 Vladik Romanovsky <[email protected]> 1 Daniel Hiller <[email protected]> 1 Ihar Hrachyshka <[email protected]> 1 Ihar Hrachyshka <[email protected]> 1 Keith Schincke <[email protected]> Test Results ------------ > Ran 311 of 359 Specs in 9209.761 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: 641ad8570fd446ed860299e3ce75d1327f98dc8db253878deec3fcde7b565ebb23580c776c0f5bd79e8477f8170e755840afdf7cf2ff92f16631d474c50cbdc3
Merge pull request kubevirt#2290 from stu-gott/rel17_bz_1709677 Replace SCC strategic merge patch with JSON patch.
This release follows v0.16.0 and consists of 178 changes, contributed by 16 people, leading to 439 files changed, 17189 insertions(+), 4807 deletions(-). The source code and selected binaries are available for download at: <https://github.com/kubevirt/kubevirt/releases/tag/v0.17.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 --------------- - Several testcase additions - Improved virt-controller node distribution - Improved support between version migrations - Support for a configurable MachineType default - Support for live-migration of a VM on node taints - Support for VM swap metrics - Support for versioned virt-launcher / virt-handler communication - Support for HyperV flags - Support for different VM run strategies (i.e manual and rerunOnFailure) - Several fixes for live-migration (TLS support, protected pods) Contributors ------------ 16 people contributed to this release: 46 David Vossel <[email protected]> 35 Roman Mohr <[email protected]> 20 Vladik Romanovsky <[email protected]> 18 Marc Sluiter <[email protected]> 18 Stu Gott <[email protected]> 17 Arik Hadas <[email protected]> 7 Francesco Romani <[email protected]> 5 Artyom Lukianov <[email protected]> 2 Alexander Wels <[email protected]> 2 Ihar Hrachyshka <[email protected]> 2 Karel Šimon <[email protected]> 2 Marcin Franczyk <[email protected]> 1 Denis Ollier <[email protected]> 1 Irit goihman <[email protected]> 1 Mariusz Mazur <[email protected]> 1 Petr Kotas <[email protected]> Test Results ------------ > Ran 293 of 338 Specs in 8297.680 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: 06ad84274b0a83d110d4ab9163c9dea72631290695a0cf073de0bf07633a1c480b8516db218ea6c5dd9766848f7a11842fc46fa46fd55ad78bdbd8080fa328f0
PreviousNext