Skip to content

Commit f193a11

Browse files
authored
Add changelog for v1.2 release (#142)
* add changelogs for v1.2 Signed-off-by: dianew <[email protected]>
1 parent 3d309c3 commit f193a11

File tree

2 files changed

+45
-15
lines changed

2 files changed

+45
-15
lines changed

README.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ This project supports below scenarios for end-to-end guest OS validation testing
6767
| Red Hat Enterprise Linux 7.x, 8.x | :heavy_check_mark: | | :heavy_check_mark: |
6868
| CentOS 7.x, 8.x | :heavy_check_mark: | | :heavy_check_mark: |
6969
| Oracle Linux 7.x, 8.x | :heavy_check_mark: | | :heavy_check_mark: |
70-
| Rocky Linux 8.x | :heavy_check_mark: | | :heavy_check_mark: |
70+
| Rocky Linux 8.4 | :heavy_check_mark: | | :heavy_check_mark: |
71+
| AlmaLinux 8.4 | :heavy_check_mark: | | :heavy_check_mark: |
7172
| SUSE Linux Enterprise 15 SP3 | :heavy_check_mark: | | :heavy_check_mark: |
7273
| SUSE Linux Enterprise 12 SP5, 15 SP0/SP1/SP2 | | | :heavy_check_mark: |
7374
| Photon OS 3.x | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
@@ -77,13 +78,15 @@ This project supports below scenarios for end-to-end guest OS validation testing
7778
| Ubuntu 18.04, 18.10, 20.04, 20.10, 21.04 desktop | | | :heavy_check_mark: |
7879
| Flatcar 2592.0.0 and later | | :heavy_check_mark: | :heavy_check_mark: |
7980
| Debian 9.x, 10.x | | | :heavy_check_mark: |
80-
| Windows 10 | :heavy_check_mark: | | :heavy_check_mark: |
81-
| Windows Server 2019 | :heavy_check_mark: | | :heavy_check_mark: |
81+
| Windows 10, 11 | :heavy_check_mark: | | :heavy_check_mark: |
82+
| Windows Server 2019, 2022 | :heavy_check_mark: | | :heavy_check_mark: |
8283
| Windows Server SAC releases | :heavy_check_mark: | | :heavy_check_mark: |
8384

8485
### Docker images
85-
* Latest (Release v1.1):
86+
* Latest (Release v1.2):
8687
* projects.registry.vmware.com/gos_cert/ansible-vsphere-gos-validation:latest
88+
* Release v1.2:
89+
* projects.registry.vmware.com/gos_cert/ansible-vsphere-gos-validation:v1.2
8790
* Release v1.1:
8891
* projects.registry.vmware.com/gos_cert/ansible-vsphere-gos-validation:v1.1
8992
* Release v1.0:

changelogs/changelog.yml

+38-11
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,32 @@
11
ancestor: null
22
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.
424
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
727
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'
1030
1.1:
1131
changes:
1232
bugfixes:
@@ -34,9 +54,16 @@ releases:
3454
- linux/vhba_hot_add_remove/nvme_vhba_device_ops.yml
3555
- windows/vhba_hot_add_remove/sata_vhba_device_ops.yml
3656
- 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

Comments
 (0)