Skip to content

Commit 09f12a6

Browse files
authored
Changes for 3.2 release (#627)
Signed-off-by: dw035535 <[email protected]>
1 parent f4a6b90 commit 09f12a6

File tree

3 files changed

+35
-6
lines changed

3 files changed

+35
-6
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ This project supports below scenarios for end-to-end guest operating system vali
8080
| Flatcar 2592.0.0 and later | | :heavy_check_mark: | :heavy_check_mark: |
8181
| Debian 10.10 and later, 11.x, 12.x | :heavy_check_mark: | | :heavy_check_mark: |
8282
| Windows 10, 11 | :heavy_check_mark: | | :heavy_check_mark: |
83-
| Windows Server 2019, 2022 | :heavy_check_mark: | | :heavy_check_mark: |
83+
| Windows Server 2019, 2022, 2025 | :heavy_check_mark: | | :heavy_check_mark: |
8484
| UnionTech OS Server 20 1050a | :heavy_check_mark: | | :heavy_check_mark: |
8585
| Fedora 36 Server, Workstation and later | :heavy_check_mark: | | :heavy_check_mark: |
8686
| ProLinux Server 7.9, 8.5 | :heavy_check_mark: | | :heavy_check_mark: |
@@ -99,10 +99,10 @@ This project supports below scenarios for end-to-end guest operating system vali
9999
This compatible guest operating systems list is used for this project only. For guest operating system support status on ESXi, please refer to [VMware Compatibility Guide](https://www.vmware.com/resources/compatibility/search.php?deviceCategory=software&testConfig=16).
100100

101101
### Docker images
102-
* Latest (Release v3.1):
102+
* Latest (Release v3.2):
103103
* projects.packages.broadcom.com/gos_cert/ansible-vsphere-gos-validation:latest
104-
* Release v3.1:
105-
* projects.packages.broadcom.com/gos_cert/ansible-vsphere-gos-validation:v3.1
104+
* Release v3.2:
105+
* projects.packages.broadcom.com/gos_cert/ansible-vsphere-gos-validation:v3.2
106106

107107
Launch testing using Docker image
108108
1. Execute below commands in your machine

changelogs/changelog.yml

+29
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
ancestor: null
22
releases:
3+
3.2:
4+
changes:
5+
new_testcases:
6+
- windows/windows_online_updates_install/windows_online_updates_install.yml
7+
- windows/host_verify_saml_token/host_verify_saml_token.yml
8+
- linux/host_verify_saml_token/host_verify_saml_token.yml
9+
- linux/open_vm_tools/ovt_verify_src_install.yml
10+
new_supported_gos:
11+
- Pardus 23.x
12+
- Windows Server 2025
13+
- RHEL 10
14+
- CentOS 10
15+
- CentOS Stream
16+
- RHCOS 4.16
17+
- Ubuntu 24.04 LTS
18+
docker_image:
19+
path: projects.packages.broadcom.com/gos_cert/ansible-vsphere-gos-validation:v3.2
20+
Ansible: ansible-core 2.15.12
21+
Python: 3.11.7
22+
Ansible collections:
23+
- ansible.netcommon 7.0.0
24+
- ansible.posix 1.5.4
25+
- ansible.utils 5.1.0
26+
- ansible.windows 2.4.0
27+
- community.crypto 2.21.1
28+
- community.general 9.3.0
29+
- community.vmware 4.5.0
30+
- community.windows 2.2.0
31+
release_date: '2024-09-06'
332
3.1:
433
changes:
534
new_testcases:

docker_file/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ansible-vsphere-gos-validation
22
# For users launch guest OS validation test on vSphere
3-
# version: 3.1
3+
# version: 3.2
44

55
# Use latest Photon OS docker image as parent image
66
FROM photon:latest
@@ -14,7 +14,7 @@ RUN tdnf makecache && \
1414
pip3 install pycdlib pywinrm pyvmomi pypsrp passlib
1515

1616
# Install ansible-core
17-
RUN pip3 install ansible-core==2.15.8
17+
RUN pip3 install ansible-core==2.15.12
1818

1919
# Install Ansible collections
2020
# You can set https proxy if collections are failed to install from Galaxy server, e.g.,

0 commit comments

Comments
 (0)