|
1 | 1 | ancestor: null |
2 | 2 | releases: |
| 3 | + 2.2: |
| 4 | + changes: |
| 5 | + major_changes: |
| 6 | + - Add support ProLinux Server 7.9, 8.5 autoinstall and testing. |
| 7 | + - Add support Ubuntu 20.04 and later Desktop autoinstall. |
| 8 | + - Add support Fedora Server 36 and later guest OS autoinstall and testing. |
| 9 | + - Add support UnionTech OS Server 20 guest OS autoinstall and testing. |
| 10 | + minor_changes: |
| 11 | + - Change to use common task vm_wait_log_msg.yml in Windows GOSC test cases to get key message in vmware.log. |
| 12 | + - Refine test case "wintools_complete_install_verify" with adding uninstall existing VMware Tools before install it. |
| 13 | + - Fix ansible-lint trailing spaces warning. |
| 14 | + - Add PVSCSI and VMXNET3 drivers check when guest OS contains inbox drivers in test case "wintools_uninstall_verify". |
| 15 | + - Change test case result from "No Run" to "Skipped" in the situation of parameter values' set and VM current status. |
| 16 | + - Change result checking for retry tasks and add printing error message in log plugin. |
| 17 | + - Skip test case "secureboot_enable_disable" for OS listed in https://kb.vmware.com/s/article/88737 when VM's hardware version >= 20. |
| 18 | + bugfixes: |
| 19 | + - Fix undefined parameter issue in test case "windows/paravirtual_vhba_device_ops". |
| 20 | + - Fix "Failed to update apt cache: unknown reason" for Ubuntu. |
| 21 | + - Add open-vm-tools packages in autoinstall/Ubuntu/Desktop/ubuntu.seed for Ubuntu desktop autoinstall. |
| 22 | + - Fix guest OS can not boot up after restart due to changed boot order issue for Windows guest OS. |
| 23 | + - Fix disk uniqueid format differs on different versions of ESXi hosts issue for Windows guest OS. |
| 24 | + - Fix Ubuntu OVA deployment issue with cloud-init customization. |
| 25 | + - Change the workaround to restart Windows guest OS for NVMe disk hotadd known issue. |
| 26 | + - Add workaround for new added disk to new LSILogicSAS controller offline known issue after Windows Server restart. |
| 27 | + - Fix sshd service not found issue on Ubuntu 22.10 and set keep connection alive. |
| 28 | + new_testcases: |
| 29 | + - linux/network_device_ops/pvrdma_network_device_ops.yml |
| 30 | + - windows/guest_os_inplace_upgrade/guest_os_inplace_upgrade.yml |
| 31 | + - windows/eflow_deploy/eflow_deploy.yml |
| 32 | + - windows/wsl_distro_install_uninstall/wsl_distro_install_uninstall.yml |
| 33 | + docker_image: |
| 34 | + path: projects.registry.vmware.com/gos_cert/ansible-vsphere-gos-validation:v2.2 |
| 35 | + Ansible: ansible-core 2.14.1 |
| 36 | + Python: 3.10.0 |
| 37 | + Ansible collections: |
| 38 | + - ansible.netcommon: 4.1.0 |
| 39 | + - ansible.posix: 1.4.0 |
| 40 | + - ansible.utils: 2.8.0 |
| 41 | + - ansible.windows: 1.13.0 |
| 42 | + - community.crypto: 2.10.0 |
| 43 | + - community.general: 6.2.0 |
| 44 | + - community.vmware: 3.2.0 |
| 45 | + - community.windows: 1.12.0 |
| 46 | + release_date: '2023-01-20' |
3 | 47 | 2.1: |
4 | 48 | changes: |
5 | 49 | major_changes: |
|
0 commit comments