diff --git a/CHANGELOG.md b/CHANGELOG.md index a1065c14bb..a529ffcbd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ ENHANCEMENTS: * Move Github PR bot commands into main documentation ([#4167](https://github.com/microsoft/AzureTRE/pull/4167)) * Block Authentication with keys to CosmosDB SQL account ([#4175](https://github.com/microsoft/AzureTRE/pull/4175)) * Add support for customer-managed keys encryption in base workspace ([#4161](https://github.com/microsoft/AzureTRE/pull/4161)) +* Update Windows VM Images ([#4198](https://github.com/microsoft/AzureTRE/pull/4198)) BUG FIXES: - Update KeyVault references in API to use the version so Terraform cascades the update ([#4112](https://github.com/microsoft/AzureTRE/pull/4112)) diff --git a/templates/workspace_services/guacamole/user_resources/guacamole-azure-windowsvm/porter.yaml b/templates/workspace_services/guacamole/user_resources/guacamole-azure-windowsvm/porter.yaml index d35d689050..13cd81c763 100644 --- a/templates/workspace_services/guacamole/user_resources/guacamole-azure-windowsvm/porter.yaml +++ b/templates/workspace_services/guacamole/user_resources/guacamole-azure-windowsvm/porter.yaml @@ -1,7 +1,7 @@ --- schemaVersion: 1.0.0 name: tre-service-guacamole-windowsvm -version: 1.0.4 +version: 1.0.6 description: "An Azure TRE User Resource Template for Guacamole (Windows 10)" dockerfile: Dockerfile.tmpl registry: azuretre @@ -18,14 +18,14 @@ custom: source_image_reference: publisher: MicrosoftWindowsDesktop offer: Windows-10 - sku: win10-21h2-pro-g2 + sku: win10-22h2-pro-g2 version: latest conda_config: false "Windows 11": source_image_reference: publisher: microsoftwindowsdesktop offer: windows-11 - sku: win11-23h2-pro + sku: win11-24h2-pro version: latest conda_config: false "Server 2019 Data Science VM":