From bb5186e8463366af4c74c2a62af25696331d1e21 Mon Sep 17 00:00:00 2001 From: Marcus Robinson Date: Fri, 21 Feb 2025 12:35:13 +0000 Subject: [PATCH] Prep for Release v0.21.0 (#4394) Fixes #4393 --- CHANGELOG.md | 47 ++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 44 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e481a59d..fce6e5f9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,17 @@ -## 0.21.0 (Unreleased) +## 0.22.0 (Unreleased) +**BREAKING CHANGES & MIGRATIONS**: + +ENHANCEMENTS: + +BUG FIXES: + + +## 0.21.0 **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 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)) @@ -14,16 +23,48 @@ ENHANCEMENTS: * Add bundle target to Makefile for handling different bundle types in single command ([#4372](https://github.com/microsoft/AzureTRE/issues/4372)) * Migrate UI to Vite build engine and update dependencies ([#4368](https://github.com/microsoft/AzureTRE/pull/4368)) * Add Windows image field to the Admin VM template ([#4274](https://github.com/microsoft/AzureTRE/pull/4274)) -* Update TLS to the latest version for web apps / function apps (([#4351](https://github.com/microsoft/AzureTRE/issues/4351)) +* Update TLS to the latest version for web apps / function apps ([#4351](https://github.com/microsoft/AzureTRE/issues/4351)) BUG FIXES: * Fix upgrade when porter install has failed ([#4338](https://github.com/microsoft/AzureTRE/pull/4338)) -* Certs shared service: Secret nexus-ssl-password is currently in a deleted but recoverable state ([#4294](https://github.com/microsoft/AzureTRE/issues/4294)]) +* Certs shared service: Secret nexus-ssl-password is currently in a deleted but recoverable state ([#4294](https://github.com/microsoft/AzureTRE/issues/4294)) * Fix Cosmos DB local debugging configuration ([#4340](https://github.com/microsoft/AzureTRE/pull/4340)) * Add firewall rules to upgrade steps for Guacamole service ([#4343](https://github.com/microsoft/AzureTRE/pull/4343)) COMPONENTS: +| name | version | +| ----- | ----- | +| devops | 0.5.5 | +| core | 0.12.3 | +| ui | 0.7.0 | +| tre-workspace-airlock-import-review | 0.14.3 | +| tre-workspace-base | 2.0.0 | +| tre-workspace-unrestricted | 0.13.3 | +| tre-shared-service-airlock-notifier | 1.0.8 | +| tre-shared-service-certs | 0.7.4 | +| tre-shared-service-firewall | 1.3.2 | +| tre-shared-service-gitea | 1.1.5 | +| tre-shared-service-cyclecloud | 0.7.2 | +| tre-shared-service-databricks-private-auth | 0.1.11 | +| tre-shared-service-admin-vm | 0.5.3 | +| tre-shared-service-sonatype-nexus | 3.3.2 | +| tre-workspace-service-mysql | 1.0.9 | +| tre-workspace-service-ohdsi | 0.3.3 | +| tre-user-resource-aml-compute-instance | 0.5.11 | +| tre-service-azureml | 0.9.2 | +| tre-service-guacamole-linuxvm | 1.2.8 | +| tre-service-guacamole-windowsvm | 1.2.10 | +| tre-service-guacamole-import-reviewvm | 0.3.2 | +| tre-service-guacamole-export-reviewvm | 0.2.2 | +| tre-service-guacamole | 0.12.9 | +| tre-workspace-service-health | 0.2.11 | +| tre-workspace-service-gitea | 1.2.3 | +| tre-service-databricks | 1.0.10 | +| tre-workspace-service-openai | 1.0.6 | +| tre-workspace-service-azuresql | 1.0.15 | + + ## 0.20.0 (Feburary 9, 2025) **BREAKING CHANGES & MIGRATIONS**: