Skip to content

Commit

Permalink
Add changelog for v1.2 release (#142)
Browse files Browse the repository at this point in the history
* add changelogs for v1.2

Signed-off-by: dianew <[email protected]>
  • Loading branch information
Tomorrow9 committed Sep 17, 2021
1 parent 3d309c3 commit f193a11
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 15 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ This project supports below scenarios for end-to-end guest OS validation testing
| Red Hat Enterprise Linux 7.x, 8.x | :heavy_check_mark: | | :heavy_check_mark: |
| CentOS 7.x, 8.x | :heavy_check_mark: | | :heavy_check_mark: |
| Oracle Linux 7.x, 8.x | :heavy_check_mark: | | :heavy_check_mark: |
| Rocky Linux 8.x | :heavy_check_mark: | | :heavy_check_mark: |
| Rocky Linux 8.4 | :heavy_check_mark: | | :heavy_check_mark: |
| AlmaLinux 8.4 | :heavy_check_mark: | | :heavy_check_mark: |
| SUSE Linux Enterprise 15 SP3 | :heavy_check_mark: | | :heavy_check_mark: |
| SUSE Linux Enterprise 12 SP5, 15 SP0/SP1/SP2 | | | :heavy_check_mark: |
| Photon OS 3.x | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
Expand All @@ -77,13 +78,15 @@ This project supports below scenarios for end-to-end guest OS validation testing
| Ubuntu 18.04, 18.10, 20.04, 20.10, 21.04 desktop | | | :heavy_check_mark: |
| Flatcar 2592.0.0 and later | | :heavy_check_mark: | :heavy_check_mark: |
| Debian 9.x, 10.x | | | :heavy_check_mark: |
| Windows 10 | :heavy_check_mark: | | :heavy_check_mark: |
| Windows Server 2019 | :heavy_check_mark: | | :heavy_check_mark: |
| Windows 10, 11 | :heavy_check_mark: | | :heavy_check_mark: |
| Windows Server 2019, 2022 | :heavy_check_mark: | | :heavy_check_mark: |
| Windows Server SAC releases | :heavy_check_mark: | | :heavy_check_mark: |

### Docker images
* Latest (Release v1.1):
* Latest (Release v1.2):
* projects.registry.vmware.com/gos_cert/ansible-vsphere-gos-validation:latest
* Release v1.2:
* projects.registry.vmware.com/gos_cert/ansible-vsphere-gos-validation:v1.2
* Release v1.1:
* projects.registry.vmware.com/gos_cert/ansible-vsphere-gos-validation:v1.1
* Release v1.0:
Expand Down
49 changes: 38 additions & 11 deletions changelogs/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,32 @@
ancestor: null
releases:
1.0:
1.2:
changes:
bugfixes:
- Disable Windows Store update for Windows client to avoid sysprep issue.
- Add wait until in Windows test case check_quiesce_snapshot to fix file not found issue.
- Add a default regular user 'vmware' in Linux auto install to fix installation hang issue.
- Use vm.guest.guestFullName to get guest fullname property to fix ESXi 6.7 host issue.
- Add check dict object attribute existence to fix undefined variable issue.
- Refine task common/vm_revert_snapshot.yml to handle failure.
- Change the checked keyword in GOS customization log toolsDeployPkg.log to fix test case failure issue.
minor_changes:
- Add Rocky Linux support.
- Add Alma Linux support.
- Add task common/vm_get_vm_info.yml to get VM related info together.
- Update Linux auto install config files to support configured username and password.
- Enable and collect vss log and event log in quiesce snapshot testing for Windows.
- Add print Ansible version, config and installed collections info.
- Tasks in test_setup.yml improvement to avoid unnecessary task execution.
- Add VM guest info in results.log.
- Add not gather localhost facts in test case playbooks.
- Make improvemnets in getting GOSC log files for Linux and Windows.
docker_image:
path: projects.registry.vmware.com/gos_cert/ansible-vsphere-gos-validation:v1.0
Ansible: ansible 2.10.7
path: projects.registry.vmware.com/gos_cert/ansible-vsphere-gos-validation:v1.2
Ansible: ansible 2.11.5
Python: 3.9.1
community.vmware: 1.7.0
release_date: '2021-03-25'
community.vmware: 1.14.0
release_date: '2021-09-17'
1.1:
changes:
bugfixes:
Expand Down Expand Up @@ -34,9 +54,16 @@ releases:
- linux/vhba_hot_add_remove/nvme_vhba_device_ops.yml
- windows/vhba_hot_add_remove/sata_vhba_device_ops.yml
- windows/vhba_hot_add_remove/nvme_vhba_device_ops.yml
docker_image:
path: projects.registry.vmware.com/gos_cert/ansible-vsphere-gos-validation:v1.1
Ansible: ansible core 2.11.1
Python: 3.9.1
community.vmware: 1.11.0
release_date: '2021-07-15'
docker_image:
path: projects.registry.vmware.com/gos_cert/ansible-vsphere-gos-validation:v1.1
Ansible: ansible core 2.11.1
Python: 3.9.1
community.vmware: 1.11.0
release_date: '2021-07-15'
1.0:
docker_image:
path: projects.registry.vmware.com/gos_cert/ansible-vsphere-gos-validation:v1.0
Ansible: ansible 2.10.7
Python: 3.9.1
community.vmware: 1.7.0
release_date: '2021-03-25'

0 comments on commit f193a11

Please sign in to comment.