From e257d27d03a7f0a938a4a37505ad6f8e3ea1b01d Mon Sep 17 00:00:00 2001 From: Max Martin Date: Fri, 14 Aug 2026 13:29:54 +0000 Subject: [PATCH 1/2] Updated changelog for release --- CHANGELOG.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 818124758..5ace5569b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ ## (Unreleased) **BREAKING CHANGES** + +ENHANCEMENTS: + +## 0.29.0 +**BREAKING CHANGES** * Remove Windows 10 and dsvm image support from Guacamole. ([#4890](https://github.com/microsoft/AzureTRE/issues/4890)) * * Add data science tooling (Azure CLI, VS Code, Storage Explorer, Git, Python/JupyterLab, R/RStudio) to Guacamole Windows VMs via a shared `vm_config.ps1` bootstrap pulled through Nexus. Existing `tre-service-guacamole-windowsvm`, `tre-service-guacamole-import-reviewvm`, and `tre-service-guacamole-export-reviewvm` resources **must not be upgraded** to these new versions — redeploy instead. Upgrade the Nexus shared service to `sonatype-nexus` 3.9.0 before deploying the new Windows VM templates to ensure the required proxy repositories are available. (`tre-service-guacamole-windowsvm` 3.0.0, `tre-service-guacamole-import-reviewvm`/`tre-service-guacamole-export-reviewvm` 2.0.0, `sonatype-nexus` 3.9.0) ([#4981](https://github.com/microsoft/AzureTRE/pull/4981)) @@ -36,6 +41,39 @@ BUG FIXES: * Remove deprecated `soft_delete_enabled` setting from `azurerm_recovery_services_vault` in base workspace template. ([#4967](https://github.com/microsoft/AzureTRE/issues/4967)) * Pin MKDocs to v1 to prevent incompatible upgrade. ([#5009](https://github.com/microsoft/AzureTRE/issues/5009)) +COMPONENTS: + +| name | version | +| ----- | ----- | +| devops | 0.6.4 | +| core | 0.16.17 | +| ui | 0.8.31 | +| tre-workspace-base | 2.10.1 | +| tre-workspace-airlock-import-review | 0.16.1 | +| tre-workspace-unrestricted | 0.14.1 | +| tre-workspace-service-azuresql | 1.0.19 | +| tre-service-guacamole-export-reviewvm | 2.0.2 | +| tre-service-guacamole-import-reviewvm | 2.0.2 | +| tre-service-guacamole-windowsvm | 3.0.2 | +| tre-service-guacamole-linuxvm | 1.4.5 | +| tre-service-guacamole | 0.14.4 | +| tre-workspace-service-health | 0.3.7 | +| tre-workspace-service-ohdsi | 0.3.9 | +| tre-user-resource-aml-compute-instance | 0.5.13 | +| tre-service-azureml | 1.1.6 | +| tre-workspace-service-mysql | 1.0.14 | +| tre-workspace-service-gitea | 1.3.5 | +| tre-service-databricks | 1.0.18 | +| tre-workspace-service-openai | 1.0.10 | +| tre-shared-service-firewall | 1.6.2 | +| tre-shared-service-sonatype-nexus | 3.10.2 | +| tre-shared-service-databricks-private-auth | 0.1.15 | +| tre-shared-service-admin-vm | 0.5.6 | +| tre-shared-service-certs | 0.7.12 | +| tre-shared-service-cyclecloud | 0.7.6 | +| tre-shared-service-gitea | 1.2.4 | +| tre-shared-service-airlock-notifier | 1.0.12 | + ## (0.28.0) (March 2, 2026) **BREAKING CHANGES** * Sonatype Nexus shared service now requires explicit EULA acceptance (`accept_nexus_eula: true`) when deploying. This ensures compliance with Sonatype Nexus Community Edition licensing. ([#4842](https://github.com/microsoft/AzureTRE/issues/4842)) From 01e0b2065d2a8782d055d73ea4ebbb3da193aba6 Mon Sep 17 00:00:00 2001 From: Max Martin Date: Fri, 14 Aug 2026 13:43:30 +0000 Subject: [PATCH 2/2] Updated changelog format --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ace5569b..4a57a4c1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ENHANCEMENTS: -## 0.29.0 +## (0.29.0) (August 14, 2026) **BREAKING CHANGES** * Remove Windows 10 and dsvm image support from Guacamole. ([#4890](https://github.com/microsoft/AzureTRE/issues/4890)) *