VMware has announced the release of vSphere 6.7 U3! There are some new highlights including:
- Support for multiple NVIDIA vGPUs.
- AMD EPYC Generation 2 support.
- Ability to change vCenter PNID.
- Dynamic DNS support.
- Driver enhancements.
- vSAN 6.7 U3
If you’re wanting to upgrade your host in the homelab, run the following after you connect to your host via ssh.
esxcli network firewall ruleset set -e true -r httpClient esxcli software profile update -p ESXi-6.7.0-20190802001-standard \ -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml esxcli network firewall ruleset set -e false -r httpClient # # Reboot to complete the upgrade
If you want to play with it, try one of the VMware hands on labs!