From e142a4e04e1963fbfe3b4923b5069501de6fe798 Mon Sep 17 00:00:00 2001 From: Marcus Robinson Date: Fri, 25 Aug 2023 09:31:47 +0100 Subject: [PATCH] Prep for release 0.14 (#3690) --- CHANGELOG.md | 43 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb248f51e9..c69ccffee1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,15 @@ -## 0.14.0 (Unreleased) +## 0.15.0 (Unreleased) FEATURES: +ENHANCEMENTS: + +BUG FIXES: + + +## 0.14.0 (August 25, 2023) + ENHANCEMENTS: * Change Guacamole username claim to `preferred_username`, so email not required ([#3539](https://github.com/microsoft/AzureTRE/issues/3539)) * Upgrade Ubuntu version for Sonatype Nexus VM to 22.04 LTS ([#3523](https://github.com/microsoft/AzureTRE/issues/3523)) @@ -13,8 +20,42 @@ BUG FIXES: * Add dependency on firewall deployment to rule collection ([#3672](https://github.com/microsoft/AzureTRE/pulls/3672)) * Check docker return code in set docker sock permissions file ([#3674](https://github.com/microsoft/AzureTRE/pulls/3674)) * Increase reliability of Nexus deployment ([[#3642](https://github.com/microsoft/AzureTRE/issues/3642)) +* Add firewall rule to allow airlock to download functions runtime ([#3682](https://github.com/microsoft/AzureTRE/pull/3682)) +* Update dev container so doesn't try to create new group with clashing ID, only updates user ID ([#3682](https://github.com/microsoft/AzureTRE/pull/3682)) +* Remove diagnostic settings retention period as has been depreciated ([#3682](https://github.com/microsoft/AzureTRE/pull/3682)) * Added missing region entries in `databricks-udr.json` ([[#3688](https://github.com/microsoft/AzureTRE/pull/3688)) +COMPONENTS: +| name | version | +| ----- | ----- | +| devops | 0.5.1 | +| core | 0.8.6 | +| tre-workspace-base | 1.4.7 | +| tre-workspace-unrestricted | 0.10.4 | +| tre-workspace-airlock-import-review | 0.11.6 | +| tre-service-mlflow | 0.7.5 | +| tre-workspace-service-health | 0.2.4 | +| tre-service-databricks | 1.0.3 | +| tre-service-innereye | 0.6.4 | +| tre-workspace-service-gitea | 0.8.5 | +| tre-workspace-service-mysql | 0.4.4 | +| tre-workspace-service-ohdsi | 0.2.3 | +| tre-service-guacamole-linuxvm | 0.6.8 | +| tre-service-guacamole-export-reviewvm | 0.1.7 | +| tre-service-guacamole-windowsvm | 0.7.8 | +| tre-service-guacamole-import-reviewvm | 0.2.7 | +| tre-service-guacamole | 0.10.4 | +| tre-user-resource-aml-compute-instance | 0.5.7 | +| tre-service-azureml | 0.8.10 | +| tre-shared-service-cyclecloud | 0.5.4 | +| tre-shared-service-databricks-private-auth | 0.1.5 | +| tre-shared-service-gitea | 0.6.5 | +| tre-shared-service-airlock-notifier | 0.9.0 | +| tre-shared-service-admin-vm | 0.4.3 | +| tre-shared-service-certs | 0.5.1 | +| tre-shared-service-sonatype-nexus | 2.8.10 | +| tre-shared-service-firewall | 1.1.4 | + ## 0.13.0 (August 9, 2023)