Tags give the ability to mark specific points in history as being important
  • v0.3.0-alpha.1
  • v0.3.0-alpha.0
  • v0.2.0
    This release follows v0.1.0 and consists of 131 changes, contributed by
    6 people, leading to 148 files changed, 9096 insertions(+), 5871 deletions(-).
    
    The source code and selected binaries are available for download at:
    <https://github.com/kubevirt/kubevirt/releases/tag/v0.2.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
    ---------------
    
    - VM launch and shutdown flow improvements
    - VirtualMachine API redesign
    - Removal of HAProxy
    - Redesign of VNC/Console access
    - Initial support for different vagrant providers
    
    Contributors
    ------------
    
    6 people contributed to this release:
    
            65	Roman Mohr <rmohr@redhat.com>
            60	David Vossel <dvossel@redhat.com>
             2	Fabian Deutsch <fabiand@redhat.com>
             2	Stu Gott <sgott@redhat.com>
             1	Marek Libra <mlibra@redhat.com>
             1	Martin Kletzander <mkletzan@redhat.com>
    
    Test Results
    ------------
    
    > Ran 40 of 42 Specs in 703.532 seconds
    > SUCCESS! -- 40 Passed | 0 Failed | 0 Pending | 2 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: b2453684a659cd8d5dc72c34f6140c200f4ed789e08e10892f5965e43faffc75318094f2a967943093b4d5f939028940ff912d274b6f58abec550b538b6d5b86
    
  • v0.1.0
    This release follows v0.0.4 and consists of 115 changes, contributed by
    11 people, leading to 121 files changed, 5278 insertions(+), 1916 deletions(-).
    
    The source code and selected binaries are available for download at:
    <https://github.com/kubevirt/kubevirt/releases/tag/v0.1.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
    ---------------
    
    - Many API improvements for a proper OpenAPI reference
    - Add watchdog support
    - Drastically improve the deployment on non-vagrant setups
      - Dropped nodeSelectors
      - Separated inner component deployment from edge component deployment
      - Created separate manifests for developer, test, and release deployments
    - Moved komponents to kube-system namespace
    - Improved and unified flag parsing
    
    Contributors
    ------------
    
    11 people contributed to this release:
    
            42	Roman Mohr <rmohr@redhat.com>
            20	David Vossel <dvossel@redhat.com>
            18	Lukas Bednar <lbednar@redhat.com>
            14	Martin Polednik <mpolednik@redhat.com>
             7	Fabian Deutsch <fabiand@redhat.com>
             6	Lukianov Artyom <alukiano@redhat.com>
             3	Vladik Romanovsky <vromanso@redhat.com>
             2	Petr Kotas <petr.kotas@gmail.com>
             1	Barak Korren <bkorren@redhat.com>
             1	Francois Deppierraz <francois@ctrlaltdel.ch>
             1	Saravanan KR <skramaja@redhat.com>
    
    Test Results
    ------------
    
    > Ran 44 of 46 Specs in 851.185 seconds
    > SUCCESS! -- 44 Passed | 0 Failed | 0 Pending | 2 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: 69b9e2959750061ddee504e98e2c742327716946432ec1ebe83f7dea2bcfaef98b36f450900cc9baefe2e408877d71080a3d0ef3040f1242fdbe552348316ac3
    
  • v0.1.0-alpha
    Git-EVTag-v0-SHA512: e85d4f00f888c4273decbe759e75559b2fc0fc33ba7ab915bac2d1c323a74a82afa6c6d8d26e0d47b1f2d6a11aa35cc3ea033ae6cfac9435b7e5dead2b4a72f3
    
  • v0.0.4
    This release follows v0.0.3 and consists of 133 changes, contributed by
    14 people, leading to 109 files changed, 7093 insertions(+), 2437 deletions(-).
    
    The source code and selected binaries are available for download at:
    <https://github.com/kubevirt/kubevirt/releases/tag/v0.0.4>.
    
    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
    ---------------
    
    - Add support for node affinity to VM.Spec
    - Add OpenAPI specification
    - Drop swagger 1.2 specification
    - virt-launcher refactoring
    - Leader election mechanism for virt-controller
    - Move from glide to dep for dependency management
    - Improve virt-handler synchronization loops
    - Add support for running the functional tests on oVirt infrastructure
    - Several tests fixes (spice, cleanup, ...)
    - Add console test tool
    - Improve libvirt event notification
    
    Contributors
    ------------
    
    14 people contributed to this release:
    
            46	David Vossel <dvossel@redhat.com>
            46	Roman Mohr <rmohr@redhat.com>
            12	Lukas Bednar <lbednar@redhat.com>
            11	Lukianov Artyom <alukiano@redhat.com>
             4	Martin Sivak <msivak@redhat.com>
             4	Petr Kotas <pkotas@redhat.com>
             2	Fabian Deutsch <fabiand@redhat.com>
             2	Milan Zamazal <mzamazal@redhat.com>
             1	Artyom Lukianov <alukiano@redhat.com>
             1	Barak Korren <bkorren@redhat.com>
             1	Clifford Perry <coperry94@gmail.com>
             1	Martin Polednik <mpolednik@redhat.com>
             1	Stephen Gordon <sgordon@redhat.com>
             1	Stu Gott <sgott@redhat.com>
    
    Test Results
    ------------
    
    > Ran 45 of 47 Specs in 797.286 seconds
    > SUCCESS! -- 45 Passed | 0 Failed | 0 Pending | 2 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: 361dc178d632b337de292d39ed60735fe45fb2fb5e6838ab530e1a5111366da22cbba0cabdd4db7b5e6f608a8b91b96c43d59b7e791cf07f285097bda1872c3a
    
  • v0.0.3
    This release follows v0.0.2 and consists of 198 changes, contributed by
    9 people, leading to 165 files changed, 8321 insertions(+), 1928 deletions(-).
    
    The source code and selected binaries are available for download at:
    <https://github.com/kubevirt/kubevirt/releases/tag/v0.0.3>.
    
    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
    ---------------
    
    - Containerized binary builds
    - Socket based container detection
    - cloud-init support
    - Container based ephemeral disk support
    - Basic RBAC profile
    - client-go updates
    - Rename of VM to VirtualMachine
    - Introduction of VirtualMachineReplicaSet
    - Improved migration events
    - Improved API documentation
    
    Contributors
    ------------
    
    9 people contributed to this release:
    
            84	Roman Mohr <rmohr@redhat.com>
            70	David Vossel <davidvossel@gmail.com>
            15	Fabian Deutsch <fabiand@redhat.com>
             9	Lukianov Artyom <alukiano@redhat.com>
             8	Martin Polednik <mpolednik@redhat.com>
             5	Lukas Bednar <lbednar@redhat.com>
             3	Martin Kletzander <mkletzan@redhat.com>
             3	Stu Gott <sgott@redhat.com>
             1	jniederm <jniederm@users.noreply.github.com>
    
    Test Results
    ------------
    
    > Ran 39 of 41 Specs in 572.670 seconds
    > SUCCESS! -- 39 Passed | 0 Failed | 0 Pending | 2 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: 0c86443f62e9d69ec15d3c42f14819c41f099d93d075174146130b291c3d5f09becd3b6de620a695013c726cc9130eba18c462ad1fbddd3ab5ad32b517f4d77f
    
  • v0.0.2
    v0.0.2
    
    This release follows v0.0.1-alpha.5 and consists of 378 changes, contributed by
    16 people, leading to 267 files changed, 13559 insertions(+), 17180
    deletions(-).
    
    The source code and selected binaries are available for download at:
    <https://github.com/kubevirt/kubevirt/releases/tag/v0.0.2>.
    
    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
    ---------------
    
    - Usage of CRDs
    - Moved libvirt to a pod
    - Introduction of `virtctl`
    - Use glide instead of govendor
    - Container based ephermal disks
    - Contributing guide improvements
    - Support for Kubernetes Namespaces
    
    Contributors
    ------------
    
    16 people contributed to this release:
    
           130	Roman Mohr <rmohr@redhat.com>
            50	Stu Gott <sgott@redhat.com>
            49	Fabian Deutsch <fabiand@redhat.com>
            47	David Vossel <davidvossel@gmail.com>
            31	Daniel Berrange <berrange@redhat.com>
            30	Adam Young <ayoung@redhat.com>
            15	Martin Polednik <mpolednik@redhat.com>
            10	Vladik Romanovsky <vromanso@redhat.com>
             8	Lukianov Artyom <alukiano@redhat.com>
             2	dankenigsberg <danken@gmail.com>
             1	Alexis Monville <alexis@monville.com>
             1	Allon Mureinik <amureini@redhat.com>
             1	Arik Hadas <ahadas@redhat.com>
             1	Bohdan <cyberbond95@gmail.com>
             1	Martin Sivak <msivak@redhat.com>
             1	Petr Kotas <pkotas@redhat.com>
    
    Test Results
    ------------
    
    > Ran 31 of 31 Specs in 192.789 seconds
    > SUCCESS! -- 31 Passed | 0 Failed | 0 Pending | 0 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: 3a15f364af4b48c7d7e8698e1569cd6953fd8b1646c7732ae650abc9ae714b1454ee7ca8dc68287fa67e759efa3d02a38fcc0d5fb550b7bfe5a9b1294f69bf24
    
  • v0.0.1-alpha.6
    v0.0.1-alpha.6
    
    Git-EVTag-v0-SHA512: df46ac505e6b128c3fd3e8f2d35ca57d1a34f3c4147fd0889bcd1c50089d802734cb731768a0b5bfd72d7cdba2d28e7fc9193f966c0e9aa0c774117a2fc8c981
    
  • v0.0.1-alpha.5
  • v0.0.1-alpha.4
  • v0.0.1-alpha.3
    KubeVirt beta release v0.0.1-alpha.3
  • v0.0.1-alpha.2
    KubeVirt beta release v0.0.1-alpha.2
  • v0.0.1-alpha.1
    KubeVirt beta release v0.0.1-alpha.1
  • v0.0.1-alpha.0