From 06fc95832d88d9ea5bbe83bea3fa4f35f38ce93f Mon Sep 17 00:00:00 2001 From: Marcus Robinson Date: Fri, 21 Feb 2025 12:03:27 +0000 Subject: [PATCH 1/2] Increase workspace bundle version --- CHANGELOG.md | 1 + templates/workspaces/base/porter.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b4087b85..7f1130618 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## 0.21.0 (Unreleased) **BREAKING CHANGES & MIGRATIONS**: +* Workspace bundle uses infrastructure encryption on shared storage which will recreate storage share. Major verison increase will prevent upgrade, do not force the upgrade unless you are fully aware of the concequences. ENHANCEMENTS: * Core key vault firewall should not be set to "Allow public access from all networks" ([#4250](https://github.com/microsoft/AzureTRE/issues/4250)) diff --git a/templates/workspaces/base/porter.yaml b/templates/workspaces/base/porter.yaml index ed48af1a9..55976e1b0 100644 --- a/templates/workspaces/base/porter.yaml +++ b/templates/workspaces/base/porter.yaml @@ -1,7 +1,7 @@ --- schemaVersion: 1.0.0 name: tre-workspace-base -version: 1.9.3 +version: 2.0.0 description: "A base Azure TRE workspace" dockerfile: Dockerfile.tmpl registry: azuretre From 59034520559ff0d137b20d4b02c63542eb7a1767 Mon Sep 17 00:00:00 2001 From: Marcus Robinson Date: Fri, 21 Feb 2025 12:06:04 +0000 Subject: [PATCH 2/2] Update CHANGELOG.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f1130618..3e481a59d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,7 @@ ## 0.21.0 (Unreleased) **BREAKING CHANGES & MIGRATIONS**: -* Workspace bundle uses infrastructure encryption on shared storage which will recreate storage share. Major verison increase will prevent upgrade, do not force the upgrade unless you are fully aware of the concequences. - +* Workspace bundle uses infrastructure encryption on shared storage which will recreate storage share. Major verison increase will prevent upgrade, do not force the upgrade unless you are fully aware of the consequences. ENHANCEMENTS: * Core key vault firewall should not be set to "Allow public access from all networks" ([#4250](https://github.com/microsoft/AzureTRE/issues/4250)) * Allow workspace App Service Plan SKU to be updated ([#4331](https://github.com/microsoft/AzureTRE/issues/4331))