Skip to content

Commit

Permalink
Add change logs for v1.3 release (#230)
Browse files Browse the repository at this point in the history
* add change logs

Signed-off-by: dianew <[email protected]>
  • Loading branch information
Tomorrow9 committed Jan 25, 2022
1 parent 04f357a commit cac2ee1
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions changelogs/changelog.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit cac2ee1

Please sign in to comment.