This repository has been archived by the owner on Jun 13, 2023. It is now read-only.
Releases: kubevirt/kubevirt-ansible
Releases · kubevirt/kubevirt-ansible
0.13
v0.12.4
v0.12.5
changed oc create to oc apply in kubevirt-cpu-node-labeller (#585) (#…
v0.12.3
changed oc create to oc apply in kubevirt-cpu-node-labeller (#585) (#…
v0.12.2
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
Update kubevirt013 (#556) (#576) * Update kubevirt-ansible to use kubevirt-0.13 Signed-off-by: Kedar Bidarkar <[email protected]> * 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 <[email protected]> * Update the apiVersion to v1alpha3 Signed-off-by: Kedar Bidarkar <[email protected]> * update the flags to reflect container prefix Signed-off-by: Kedar Bidarkar <[email protected]> * Removed volumeName from disks for kubevirt-0.13.0 Signed-off-by: Kedar Bidarkar <[email protected]> * Fix secret and configmap tests for changes related to volumeName Signed-off-by: Kedar Bidarkar <[email protected]> * 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 <[email protected]> (cherry picked from commit db35688a92a4a7a1021f4a37aa77c15b664e9a88)
v0.12.0
Targeting kubevirt 0.13.0
v0.11.1: Merge pull request #543 from SchSeba/fix_cdi
Fix cdi to provision and deprovision
v0.11.0
Merge pull request #541 from SchSeba/fix_bz_related_issues Change the offline template to rpm template and increase multus timeout
v0.9.2
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.