Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
<!-- markdownlint-disable MD041 -->
## (Unreleased)
**BREAKING CHANGES**

ENHANCEMENTS:

## (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))
* <!-- markdownlint-disable-next-line MD013 -->
* 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))
Expand Down Expand Up @@ -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))
Expand Down
Loading