[October 2021] Windows image updates available for stable tags

Hi,

Included in this update is .NET 5, and Python 3.9

Our Windows stable releases can be used in jobs via the executor s in the circleci/windows orb, by configuring stable as the value of the version parameter.

Example of how to use the edge release of the default Windows image:

orbs:
  windows: circleci/windows@2.4.0
...
executor:
  name: windows/default
  version: stable

Example of how to use the edge release of the Windows Nvidia GPU image:

orbs:
  windows: circleci/windows@2.4.0
...
executor:
  name: windows/gpu-nvidia
  version: stable