|
1 | 1 | ancestor: null |
2 | 2 | releases: |
3 | | - 1.0: |
| 3 | + 1.2: |
| 4 | + changes: |
| 5 | + bugfixes: |
| 6 | + - Disable Windows Store update for Windows client to avoid sysprep issue. |
| 7 | + - Add wait until in Windows test case check_quiesce_snapshot to fix file not found issue. |
| 8 | + - Add a default regular user 'vmware' in Linux auto install to fix installation hang issue. |
| 9 | + - Use vm.guest.guestFullName to get guest fullname property to fix ESXi 6.7 host issue. |
| 10 | + - Add check dict object attribute existence to fix undefined variable issue. |
| 11 | + - Refine task common/vm_revert_snapshot.yml to handle failure. |
| 12 | + - Change the checked keyword in GOS customization log toolsDeployPkg.log to fix test case failure issue. |
| 13 | + minor_changes: |
| 14 | + - Add Rocky Linux support. |
| 15 | + - Add Alma Linux support. |
| 16 | + - Add task common/vm_get_vm_info.yml to get VM related info together. |
| 17 | + - Update Linux auto install config files to support configured username and password. |
| 18 | + - Enable and collect vss log and event log in quiesce snapshot testing for Windows. |
| 19 | + - Add print Ansible version, config and installed collections info. |
| 20 | + - Tasks in test_setup.yml improvement to avoid unnecessary task execution. |
| 21 | + - Add VM guest info in results.log. |
| 22 | + - Add not gather localhost facts in test case playbooks. |
| 23 | + - Make improvemnets in getting GOSC log files for Linux and Windows. |
4 | 24 | docker_image: |
5 | | - path: projects.registry.vmware.com/gos_cert/ansible-vsphere-gos-validation:v1.0 |
6 | | - Ansible: ansible 2.10.7 |
| 25 | + path: projects.registry.vmware.com/gos_cert/ansible-vsphere-gos-validation:v1.2 |
| 26 | + Ansible: ansible 2.11.5 |
7 | 27 | Python: 3.9.1 |
8 | | - community.vmware: 1.7.0 |
9 | | - release_date: '2021-03-25' |
| 28 | + community.vmware: 1.14.0 |
| 29 | + release_date: '2021-09-17' |
10 | 30 | 1.1: |
11 | 31 | changes: |
12 | 32 | bugfixes: |
@@ -34,9 +54,16 @@ releases: |
34 | 54 | - linux/vhba_hot_add_remove/nvme_vhba_device_ops.yml |
35 | 55 | - windows/vhba_hot_add_remove/sata_vhba_device_ops.yml |
36 | 56 | - windows/vhba_hot_add_remove/nvme_vhba_device_ops.yml |
37 | | - docker_image: |
38 | | - path: projects.registry.vmware.com/gos_cert/ansible-vsphere-gos-validation:v1.1 |
39 | | - Ansible: ansible core 2.11.1 |
40 | | - Python: 3.9.1 |
41 | | - community.vmware: 1.11.0 |
42 | | - release_date: '2021-07-15' |
| 57 | + docker_image: |
| 58 | + path: projects.registry.vmware.com/gos_cert/ansible-vsphere-gos-validation:v1.1 |
| 59 | + Ansible: ansible core 2.11.1 |
| 60 | + Python: 3.9.1 |
| 61 | + community.vmware: 1.11.0 |
| 62 | + release_date: '2021-07-15' |
| 63 | + 1.0: |
| 64 | + docker_image: |
| 65 | + path: projects.registry.vmware.com/gos_cert/ansible-vsphere-gos-validation:v1.0 |
| 66 | + Ansible: ansible 2.10.7 |
| 67 | + Python: 3.9.1 |
| 68 | + community.vmware: 1.7.0 |
| 69 | + release_date: '2021-03-25' |
0 commit comments