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

Releases: kubevirt/kubevirt-ansible

0.13

27 Jun 15:01
4d6422a
Compare
Choose a tag to compare
0.13 Pre-release
Pre-release
Merge pull request #537 from sHaggYcaT/numa_support

Auto tests for PR: kubevirt/kubevirt#1839

v0.12.4

25 Oct 17:27
4d6422a
Compare
Choose a tag to compare
Merge pull request #537 from sHaggYcaT/numa_support

Auto tests for PR: kubevirt/kubevirt#1839

v0.12.5

31 Oct 12:40
f9f3ed4
Compare
Choose a tag to compare
changed oc create to oc apply in kubevirt-cpu-node-labeller (#585) (#…

…587)

(cherry picked from commit c5d34db351b6b60958d6170faedfe5cc6d300180)

v0.12.3

25 Jan 15:51
f9f3ed4
Compare
Choose a tag to compare
changed oc create to oc apply in kubevirt-cpu-node-labeller (#585) (#…

…587)

(cherry picked from commit c5d34db351b6b60958d6170faedfe5cc6d300180)

v0.12.2

24 Jan 16:46
acde806
Compare
Choose a tag to compare
3 backports (#584)

* moved cpu-node-labeller into initContainers (#582)

Added second cpu-node-labeller into containers to sleep infinity and to hold pod running

(cherry picked from commit 1627f150a77dfa7d5e069d82d4ba36a3020a25c3)

* Comment out view test (#581)

Something changed in kubevirt-0.13 that caused a regression test to fail.
I think this needs to be addressed in kubevirt/kubevirt.  Commenting out
the test temporarily to unblock the gate.

(cherry picked from commit 40e5183b92cfc5fa20a6dc7f1a2386e710f84ef6)

* Expose CDI Upload Proxy service (#579)

* add template for exposing cdi uploadproxy

* provision and deprovision upload proxy route

(cherry picked from commit 06a995c46a340ccc981ff7016ac8487d4f7e623b)

v0.12.1

18 Jan 19:07
a02cc44
Compare
Choose a tag to compare
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)

v0.12.0

15 Jan 16:31
Compare
Choose a tag to compare

Targeting kubevirt 0.13.0

v0.11.1: Merge pull request #543 from SchSeba/fix_cdi

13 Jan 11:13
04c2c27
Compare
Choose a tag to compare
Fix cdi to provision and deprovision

v0.11.0

13 Jan 01:12
9cd6076
Compare
Choose a tag to compare
Merge pull request #541 from SchSeba/fix_bz_related_issues

Change the offline template to rpm template and increase multus timeout

v0.9.2

14 Nov 17:31
Compare
Choose a tag to compare
Fix kubevirt-web-ui for kubevirt-apb (#464)

* Web ui fixes for containerized env

The playbook runs in a container already authenticated with
the cluster.  Remove root and remove copying around the config.

* Make kubevirt-web-ui namespace configurable

The default is still kubevirt-web-ui.

* Do not gather facts

Not needed and causing issues in some environments.