Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: kasperlewau/kubevirt

Tags

v0.17.0

Toggle v0.17.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
fabiand Fabian Deutsch
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

Verified

This tag was signed with the committer’s verified signature. The key has expired.
fabiand Fabian Deutsch

v0.16.3

Toggle v0.16.3's commit message
Update docker access tockens for travis

v0.17.0-alpha.0

Toggle v0.17.0-alpha.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
fabiand Fabian Deutsch
v0.17.0-alpha.0

Git-EVTag-v0-SHA512: 5ecd2823812aa6da86a86aa4aa4667d56b0cdf1306ba2efb8deb8d2cc1fb4ece6963ccf2896fb178d2931f19af32a776f3d2592aa83fc074471682e9dd48ff31

v0.16.2

Toggle v0.16.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request kubevirt#2215 from kubevirt-bot/cherry-pick-2210-t…

…o-release-0.16

[release-0.16] Make operator resilient against discovery errors

v0.16.1

Toggle v0.16.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request kubevirt#2207 from vladikr/unsafe_migration_overri…

…de_016

[release-0.16] allow cluster administrators to disable libvirt's migration verification

v0.16.0

Toggle v0.16.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
fabiand Fabian Deutsch
This release follows v0.15.0 and consists of 228 changes, contributed by

24 people, leading to 790 files changed, 63334 insertions(+), 2560 deletions(-).

The source code and selected binaries are available for download at:
<https://github.com/kubevirt/kubevirt/releases/tag/v0.16.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
---------------

- Bazel fixes
- Initial work to support upgrades (not finalized)
- Initial support for HyperV features
- Support propagation of MAC addresses to multus
- Support live migration cancellation
- Support for table input devices
- Support for generating OLM metadata
- Support for triggering VM live migration on node taints

Contributors
------------

24 people contributed to this release:

        68	Roman Mohr <[email protected]>
        38	David Vossel <[email protected]>
        33	Vladik Romanovsky <[email protected]>
        20	Marc Sluiter <[email protected]>
        19	Greg Bock <[email protected]>
         9	Denis Ollier <[email protected]>
         7	Ihar Hrachyshka <[email protected]>
         6	Artyom Lukianov <[email protected]>
         4	Arik Hadas <[email protected]>
         3	Francesco Romani <[email protected]>
         3	Ihar Hrachyshka <[email protected]>
         3	Marc Koderer <[email protected]>
         3	Sebastian Scheinkman <[email protected]>
         2	Gladkov Alexey <[email protected]>
         1	10240987 <[email protected]>
         1	Kedar Bidarkar <[email protected]>
         1	Michael Henkel <[email protected]>
         1	Michael Henriksen <[email protected]>
         1	Petr Kotas <[email protected]>
         1	Quique Llorente <[email protected]>
         1	Stu Gott <[email protected]>
         1	Tareq Alayan <[email protected]>
         1	Yossi Segev <[email protected]>
         1	nitkon <[email protected]>

Test Results
------------

> Ran 260 of 308 Specs in 7643.227 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: f99bfc983a949c2ae6a851a8775f610a69ff4ae6f3c159a07b6a7d656747621a8a2976b524fdd0c1a8ac65ef2c0a56810b809731eef2bd7d1882fff3de48379b

Verified

This tag was signed with the committer’s verified signature. The key has expired.
fabiand Fabian Deutsch

v0.15.0

Toggle v0.15.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
fabiand Fabian Deutsch
This release follows v0.14.0 and consists of 273 changes, contributed by

28 people, leading to 2300 files changed, 59757 insertions(+), 4269
deletions(-).

The source code and selected binaries are available for download at:
<https://github.com/kubevirt/kubevirt/releases/tag/v0.15.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: Several fixes
- Fix configurable number of KVM devices
- Narrow virt-handler permissions
- Use bazel for development builds
- Support for live migration with shared and non-shared disks
- Support for live migration progress tracking
- Support for EFI boot
- Support for libvirt 5.0
- Support for extra DHCP options
- Support for a hook to manipualte cloud-init metadata
- Support setting a VM serial number
- Support for exposing infra and VM metrics
- Support for a tablet input device
- Support for extra CPU flags
- Support for ignition metadata
- Support to set a default CPU model
- Update to go 1.11.5

Contributors
------------

28 people contributed to this release:

        44	Vladik Romanovsky <[email protected]>
        43	Artyom Lukianov <[email protected]>
        39	David Vossel <[email protected]>
        24	Francesco Romani <[email protected]>
        24	Greg Bock <[email protected]>
        18	Roman Mohr <[email protected]>
         9	Karel Šimon <[email protected]>
         9	Tareq Alayan <[email protected]>
         8	Marc Sluiter <[email protected]>
         6	Yanir Quinn <[email protected]>
         6	bharat <[email protected]>
         5	Marcus Sorensen <[email protected]>
         5	Yossi Segev <[email protected]>
         4	Meni Yakove <[email protected]>
         4	Sebastian Scheinkman <[email protected]>
         4	bharatnc <[email protected]>
         3	Marcus Sorensen <[email protected]>
         2	Arik Hadas <[email protected]>
         2	Bharat Nallan Chakravarthy <[email protected]>
         2	Karim Boumedhel <[email protected]>
         2	Marcin Franczyk <[email protected]>
         2	Nelly Credi <[email protected]>
         2	Vijay Bellur <[email protected]>
         2	yossisegev <[email protected]>
         1	Michael Henriksen <[email protected]>
         1	Stu Gott <[email protected]>
         1	annastopel <[email protected]>
         1	mlsorensen <[email protected]>

Test Results
------------

> Ran 244 of 289 Specs in 7368.455 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: 3fffed3f076c934b0fd7cec92107e4f95c77bd99fa4d51d657de8b438d14f72a8801f8bba8759acd64fefa730287084730ba40a1f7feed11dfa4a29ceae74e38

Verified

This tag was signed with the committer’s verified signature. The key has expired.
fabiand Fabian Deutsch