From cac2ee1dcaed7ea653b32c66d5e23b3deba4f0a2 Mon Sep 17 00:00:00 2001 From: Diane Wang <41371902+Tomorrow9@users.noreply.github.com> Date: Tue, 25 Jan 2022 07:32:40 +0000 Subject: [PATCH] Add change logs for v1.3 release (#230) * add change logs Signed-off-by: dianew --- changelogs/changelog.yml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/changelogs/changelog.yml b/changelogs/changelog.yml index 2ff3ccdc5..6fdedca17 100644 --- a/changelogs/changelog.yml +++ b/changelogs/changelog.yml @@ -1,5 +1,44 @@ 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 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: + - 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-core 2.12.1 + Python: 3.9.1 + community.vmware: 2.0.0 + release_date: '2022-01-28' 1.2: changes: bugfixes: