[September 2022] Windows Server 2022 September Image Published

Hi,

Included in this update is a new current release for Windows Server 2022.

We have a lot of package updates for Windows Server 2022 in this release:

git: 2.37.1
gitlfs: 3.2.0
7zip: 22.1
gzip: 1.3.12
sysinternals: 2022.8.16
awscli: 2.7.30
azurecli: 2.40.0
webpi: 5.1
servicefabric: 9.0.1048
servicefabric-sdk: 6.0.1048
nunit-console-runner: 3.15.2
nano: 6.4.11
vim: 9.0.0412
jq: 1.6
golang: 1.19.1
openjdk: 18.0.2
miniconda: 4.12.0 (python 3.9)
python3: 3.10.6
nodejs: 18.8.0
ruby: 3.1.2.1
docker-engine: 20.10.16
nvm: 1.1.9
.net-sdk: 6.0.302
visualstudio-community-edition: 117.3.2.0
visualstudio-build-tools: 117.3.2.0
nuget-cli: 6.3.0
winapi-driver: 1.2.1

Example of how to use the current release of the default Windows Server image (Windows Server 2019):

orb:

Example of how to use the current release of the Windows Server 2019 image:

orb:

executor:
image: 'windows-server-2019-vs2019:2022.08.1'

Example of how to use the current release of the Windows Server 2019 - Cuda image:

orb:

executor:
image: 'windows-server-2019-cuda:2022.08.1

Example of how to use the current release of the Windows Server 2022 image:

orb:

executor:
image: 'windows-server-2022-gui:2022.09.1'