Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

v0.12.1

Compare
Choose a tag to compare
@rthallisey rthallisey released this 18 Jan 19:07
· 2 commits to release-0.12 since this release
a02cc44
Update kubevirt013 (#556) (#576)

* Update kubevirt-ansible to use kubevirt-0.13

Signed-off-by: Kedar Bidarkar <kbidarka@redhat.com>

* Run `make deps-update` for kubevirt-0.13.

As cdi used by kubevirt-0.13 is cdi-1.4.1+ and not cdi-1.5.0,
removed the cdi entry from the glide.yaml file, so that we
pull the cdi version from git commit from what the kubevirt-0.13
is using currently.

Signed-off-by: Kedar Bidarkar <kbidarka@redhat.com>

* Update the apiVersion  to v1alpha3

Signed-off-by: Kedar Bidarkar <kbidarka@redhat.com>

* update the flags to reflect container prefix

Signed-off-by: Kedar Bidarkar <kbidarka@redhat.com>

* Removed volumeName from disks for kubevirt-0.13.0

Signed-off-by: Kedar Bidarkar <kbidarka@redhat.com>

* Fix secret and configmap tests for changes related to volumeName

Signed-off-by: Kedar Bidarkar <kbidarka@redhat.com>

* Fixed the kubevirt-cr and kubevirt-operator template files

Dropped namespace creation in kubevirt-operator template
and updated the apiversion.

Signed-off-by: Kedar Bidarkar <kbidarka@redhat.com>
(cherry picked from commit db35688a92a4a7a1021f4a37aa77c15b664e9a88)