|
1 | 1 | ancestor: null |
2 | 2 | releases: |
| 3 | + 3.0: |
| 4 | + changes: |
| 5 | + major_changes: |
| 6 | + - Add support for Pardus 21.x test |
| 7 | + - Add support for RHEL CoreOS OVA image deployment and test |
| 8 | + - Add support for BCLinux 8.x and BCLinux-for-Euler 21.10 autoinstall and test |
| 9 | + - Add support for FreeBSD 13.x test |
| 10 | + - Add support for openSUSE autoinstall and test |
| 11 | + minor_changes: |
| 12 | + - Check guest OS full name when short-name is set |
| 13 | + - Update URL path of VMware Tools 12.3.0 for Windows |
| 14 | + - Add known issue for PVRDMA hot-remove failure on Oracle Linux 8.8 |
| 15 | + - Use vmware_guest_disk module to add IDE boot disk |
| 16 | + - Set VM boot order before vHBA testing and test file read/write on new disk |
| 17 | + - Print error message when reverting VM snapshot failed |
| 18 | + - Shutdown guest OS after auto install completes instead of rebooting |
| 19 | + - Update checking guest_os_ansible_distribution is Flatcar |
| 20 | + - Exit ansible test if VMware Tools installation failed for Windows |
| 21 | + - Check base snapshot at env_setup |
| 22 | + - Enable Credential Guard for Windows Server |
| 23 | + - Skip secureboot and nvdimm testing for guest OS not supporting them |
| 24 | + - Check VMware Tools version after OVA/OVF deployment without poweron |
| 25 | + - Add vars and tasks to support VGAuth guest operation testing |
| 26 | + bugfixes: |
| 27 | + - Fix package installation failure at deploy_vm on Ubuntu 23.10 |
| 28 | + - Fix undefined variables at rescue or always block when test_setup failed |
| 29 | + - Fix dict item names in community.vmware.vmware_vm_config_option result |
| 30 | + - Fix undefined error of WSL |
| 31 | + - Fix autoinstall issue on FreeBSD 14 |
| 32 | + - Check vmtools_log_dir is defined before using it in check_os_fullname |
| 33 | + - Fix empty hardware version in collected OVF config info and guest_info.json |
| 34 | + - Fix command "newfs" issue for Freebsd 13.2 32bit |
| 35 | + - Fix the offical repo for Pardus 23.0 |
| 36 | + - Fix undefined error for guest_os_with_inbox_drivers in network testcases |
| 37 | + - Correct ovt_packages for Linux guest OS with desktop |
| 38 | + - Ignore esxi_hostname at VM creation when vcenter_hostname is not defined |
| 39 | + - Replace install_linux_esx with linux_flavor for Photon OS autoinstall |
| 40 | + - Update URL for downloading ConfigureRemotingForAnsible.ps1 |
| 41 | + - Fix cloud-init GOSC failure on Ubuntu and Photon OS |
| 42 | + - Remove cdrom ISO before running cloud-init GOSC test cases for Ubuntu OVA |
| 43 | + - Fix Debian 12 auto installation failure |
| 44 | + - Add parameter esxi_hostname to vm_create |
| 45 | + - Change the boot disk to be first in boot order for ubuntu 23.04 desktop after deploy_vm |
| 46 | + docker_image: |
| 47 | + path: projects.registry.vmware.com/gos_cert/ansible-vsphere-gos-validation:v3.0 |
| 48 | + Ansible: ansible-core 2.15.4 |
| 49 | + Python: 3.10.11 |
| 50 | + Ansible collections: |
| 51 | + - ansible.netcommon 5.2.0 |
| 52 | + - ansible.posix 1.5.4 |
| 53 | + - ansible.utils 2.11.0 |
| 54 | + - ansible.windows 2.1.0 |
| 55 | + - community.crypto 2.15.1 |
| 56 | + - community.general 7.4.0 |
| 57 | + - community.vmware 3.9.0 |
| 58 | + - community.windows 2.0.0 |
| 59 | + release_date: '2023-09-28' |
3 | 60 | 2.3: |
4 | 61 | changes: |
5 | 62 | major_changes: |
|
0 commit comments