Skip to content

Commit cac2ee1

Browse files
authored
Add change logs for v1.3 release (#230)
* add change logs Signed-off-by: dianew <[email protected]>
1 parent 04f357a commit cac2ee1

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

changelogs/changelog.yml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,44 @@
11
ancestor: null
22
releases:
3+
1.3:
4+
changes:
5+
bugfixes:
6+
- Only reset current test case name when test case is deploy_vm.
7+
- Fix check_os_fullname case failure for Windows 11 guest OS.
8+
- Restart guest after hot removing NVMe disk to fix nvme_vhba_device_ops case failure.
9+
- Fix wmic command issue for Windows next release.
10+
- Fix network interface name is not hardcoded ens192 in Ubuntu 21.10 issue.
11+
- Remove serial port after OS installation to fix popup question issue.
12+
- Fix check_os_fullname case failure for RHEL 9.0.
13+
- Add secure boot enablement check before enable test signing in Windows guest.
14+
- Support SLES 15 SP3 and later auto install with BIOS firmware.
15+
- Use end_host instead of end_play to exit the test case to fix issue introduced in Ansible-core 2.12.
16+
- Add known issue for Windows 11 guest_customization test cases.
17+
- Add uninstall OneDrive and appx package to workaround guest_customization issue.
18+
- Refresh guest info before checking guest IP to fix check_ip_address case failure.
19+
- Fix check_ip_address case failure for Flatcar 3033.2.0.
20+
minor_changes:
21+
- Add Astra Linux support.
22+
- Add RHEL 9.0 support.
23+
- Add Ubuntu 21.10 support.
24+
- Add Windows 11 auto unattand install xml.
25+
- Add SLES 15 SP4 support.
26+
- Support Photon OS auto install.
27+
- Remove print result tasks.
28+
- Check serial port device when 'vmware-toolbox-cmd device list' lists it.
29+
- Remove parameter revert_base_snapshot in vars/test.yml used for Windows.
30+
- Add pausing Windows Update 7 days before testing in test_setup.yml.
31+
- Add firmware type check before enabling secure boot on VM.
32+
- Add generating Windows VM OVF template function.
33+
- Add SLED 15 SP3/SP4 auto install support.
34+
- Add containing Java in Linux auto install config files.
35+
- Remove parameter use_saved_base_ip in test/vars.yml for Linux testing.
36+
docker_image:
37+
path: projects.registry.vmware.com/gos_cert/ansible-vsphere-gos-validation:v1.3
38+
Ansible: ansible-core 2.12.1
39+
Python: 3.9.1
40+
community.vmware: 2.0.0
41+
release_date: '2022-01-28'
342
1.2:
443
changes:
544
bugfixes:

0 commit comments

Comments
 (0)