Tags: booxter/kubevirt
Tags
This release follows v0.4.1 and consists of 151 changes, contributed by 12 people, leading to 1415 files changed, 138035 insertions(+), 9848 deletions(-). The source code and selected binaries are available for download at: <https://github.com/kubevirt/kubevirt/releases/tag/v0.5.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 --------------- - Better controller health signaling - Better virtctl error messages - Improvements to enable CRI-O support - Run CI on stable OpenShift - Add test coverage for multiple PVCs - Improved controller life-cycle guarantees - Add Webhook validation - Add tests coverage for node eviction - OfflineVirtualMachine status improvements - RegistryDisk API update Contributors ------------ 12 people contributed to this release: 71 Roman Mohr <[email protected]> 53 David Vossel <[email protected]> 7 Artyom Lukianov <[email protected]> 6 Fabian Deutsch <[email protected]> 4 Petr Kotas <[email protected]> 2 Lukas Bednar <[email protected]> 2 Marcus Sorensen <[email protected]> 2 Yuval Lifshitz <[email protected]> 1 Alexander Wels <[email protected]> 1 Guohua Ouyang <[email protected]> 1 Karim Boumedhel <[email protected]> 1 Travis CI <[email protected]> Test Results ------------ > Ran 82 of 90 Specs in 3224.968 seconds > FAIL! -- 81 Passed | 1 Failed | 0 Pending | 8 Skipped --- FAIL: TestTests (3224.98s) Note: The tests are a little flaky, thus not a complete pass for this release. 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: e56938b520ec2adda0c151fc34862d41a64b65d1898b2dd082082c987208715c7d435a154f7bb4c6c748de31ae50581e40eb81cfd7e68196c70cbb77551ba12d
Merge pull request kubevirt#954 from fabiand/travisNotifications travis: Notify on IRC if something fails.
Merge pull request kubevirt#935 from davidvossel/fix_932 update apiservice registration namespace and spec on initialization
This release follows v0.4.0 and consists of 40 changes, contributed by 8 people, leading to 297 files changed, 42433 insertions(+), 699 deletions(-). The source code and selected binaries are available for download at: <https://github.com/kubevirt/kubevirt/releases/tag/v0.4.1>. 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 --------------- - VM shutdown fixes and tests - Functional test for CRD validation - Windows VM test - DHCP link-local change Contributors ------------ 8 people contributed to this release: 18 David Vossel <[email protected]> 9 Roman Mohr <[email protected]> 8 Artyom Lukianov <[email protected]> 1 Lukas Bednar <[email protected]> 1 Marcus Sorensen <[email protected]> 1 Petr Kotas <[email protected]> 1 Vladik Romanovsky <[email protected]> 1 karmab <[email protected]> Test Results ------------ > Ran 71 of 77 Specs in 2185.664 seconds > SUCCESS! -- 71 Passed | 0 Failed | 0 Pending | 6 Skipped PASS > Ran 6 of 79 Specs in 459.489 seconds > SUCCESS! -- 6 Passed | 0 Failed | 0 Pending | 73 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: ded8def90504a22dc9562c446cc4e32a793a421b4918aa9236fbc7815b7bba2c401c604ce9210dcdffbb5f8c97da47e66cc9ca7720c35ba20e6b029a6b59cc3d
Merge pull request kubevirt#886 from davidvossel/fix_881 Add functional test to verify pod termination
Merge pull request kubevirt#883 from rmohr/should-not-have-been-possi… …ble-to-happen Fix two vm-shutdown issues
This release follows v0.3.0 and consists of 180 changes, contributed by 16 people, leading to 2272 files changed, 146578 insertions(+), 285629 deletions(-). The source code and selected binaries are available for download at: <https://github.com/kubevirt/kubevirt/releases/tag/v0.4.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 several networking issues - Add and enable OpenShift support to CI - Add conditional Windows tests (if an image is present) - Add subresources for console access - virtctl config alignmnet with kubectl - Fix API reference generation - Stable UUIDs for OfflineVirtualMachines - Build virtctl for MacOS and Windows - Set default architecture to x86_64 - Major improvement to the CI infrastructure (all containerized) - virtctl convenience functions for starting and stopping a VM Contributors ------------ 16 people contributed to this release: 53 David Vossel <[email protected]> 44 Roman Mohr <[email protected]> 20 Marcus Sorensen <[email protected]> 16 Stu Gott <[email protected]> 11 Fabian Deutsch <[email protected]> 9 Lukianov Artyom <[email protected]> 7 Vladik Romanovsky <[email protected]> 4 Francesco Romani <[email protected]> 4 Lukas Bednar <[email protected]> 3 Artyom Lukianov <[email protected]> 3 Marek Libra <[email protected]> 2 Marc Sluiter <[email protected]> 1 Petr Kotas <[email protected]> 1 Raghavendra Talur <[email protected]> 1 Ryan Hallisey <[email protected]> 1 mlsorensen <[email protected]> Test Results ------------ > Ran 65 of 67 Specs in 2341.639 seconds > FAIL! -- 60 Passed | 5 Failed | 0 Pending | 2 Skipped --- FAIL: TestTests (2341.64s) Note: The test failures are due to CI problems. 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: bb3510a6218e7b27b360e1ddaaa107030a8ca448bd16bb30b76e8b2189f9a1cb328246a40524b3e416ef3e0e1417557e0cbee4002bca0fc95048e4612dc10f86
Merge pull request kubevirt#694 from rmohr/emptyDisk Add emptyDisk support
Merge pull request kubevirt#822 from rmohr/containerized_ci Switch over to use containerized clusters on CI
Merge pull request kubevirt#811 from slintes/build-virtctl-for-other-os Build virtctl also for darwin and windows
PreviousNext