From 09fab140e37b446f9ccdb215a306a7964f247bad Mon Sep 17 00:00:00 2001 From: dianew Date: Thu, 20 Jan 2022 13:18:56 +0000 Subject: [PATCH 1/2] add change logs Signed-off-by: dianew --- changelogs/changelog.yml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/changelogs/changelog.yml b/changelogs/changelog.yml index 2ff3ccdc5..5e57e18de 100644 --- a/changelogs/changelog.yml +++ b/changelogs/changelog.yml @@ -1,5 +1,43 @@ ancestor: null releases: + 1.3: + changes: + bugfixes: + - Only reset current test case name when test case is deploy_vm. + - Fix check_os_fullname case failure for Windows 11 guest OS. + - Restart guest after hot removing NVMe disk to fix nvme_vhba_device_ops case failure. + - Fix wmic command issue for Windows next release. + - Fix network interface name is not hardcoded ens192 in Ubuntu 21.10 issue. + - Remove serial port after OS installation to fix popup question issue. + - Fix check_os_fullname case failure for RHEL 9.0. + - Add secure boot enablement check before enable test signing in Windows guest. + - Support SLES 15 SP3 and later auto install with BIOS firmware. + - Use end_host instead of end_play to exit the test case to fix issue introduced in Ansible-core 2.12. + - Add known issue and workaround for Windows 11 guest_customization test cases. + - Refresh guest info before checking guest IP to fix check_ip_address case failure. + - Fix check_ip_address case failure for Flatcar 3033.2.0. + minor_changes: + - Add Astra Linux support. + - Add RHEL 9.0 support. + - Add Ubuntu 21.10 support. + - Add Windows 11 auto unattand install xml. + - Add SLES 15 SP4 support. + - Support Photon OS auto install. + - Remove print result tasks. + - Check serial port device when 'vmware-toolbox-cmd device list' lists it. + - Remove parameter revert_base_snapshot in vars/test.yml used for Windows. + - Add pausing Windows Update 7 days before testing in test_setup.yml. + - Add firmware type check before enabling secure boot on VM. + - Add generating Windows VM OVF template function. + - Add SLED 15 SP3/SP4 auto install support. + - Add containing Java in Linux auto install config files. + - Remove parameter use_saved_base_ip in test/vars.yml for Linux testing. + docker_image: + path: projects.registry.vmware.com/gos_cert/ansible-vsphere-gos-validation:v1.3 + Ansible: ansible 2.11.5 + Python: 3.9.1 + community.vmware: 1.14.0 + release_date: '2022-01-28' 1.2: changes: bugfixes: From 877ba1904209ed04d8fd4a5c712626cd96f4b2a5 Mon Sep 17 00:00:00 2001 From: dianew Date: Fri, 21 Jan 2022 07:31:02 +0000 Subject: [PATCH 2/2] add changelog Signed-off-by: dianew --- changelogs/changelog.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/changelogs/changelog.yml b/changelogs/changelog.yml index 5e57e18de..6fdedca17 100644 --- a/changelogs/changelog.yml +++ b/changelogs/changelog.yml @@ -13,7 +13,8 @@ releases: - Add secure boot enablement check before enable test signing in Windows guest. - Support SLES 15 SP3 and later auto install with BIOS firmware. - Use end_host instead of end_play to exit the test case to fix issue introduced in Ansible-core 2.12. - - Add known issue and workaround for Windows 11 guest_customization test cases. + - Add known issue for Windows 11 guest_customization test cases. + - Add uninstall OneDrive and appx package to workaround guest_customization issue. - Refresh guest info before checking guest IP to fix check_ip_address case failure. - Fix check_ip_address case failure for Flatcar 3033.2.0. minor_changes: @@ -34,9 +35,9 @@ releases: - Remove parameter use_saved_base_ip in test/vars.yml for Linux testing. docker_image: path: projects.registry.vmware.com/gos_cert/ansible-vsphere-gos-validation:v1.3 - Ansible: ansible 2.11.5 + Ansible: ansible-core 2.12.1 Python: 3.9.1 - community.vmware: 1.14.0 + community.vmware: 2.0.0 release_date: '2022-01-28' 1.2: changes: