From 3d0e509db52dc23034014018f4e6086d2d963ca5 Mon Sep 17 00:00:00 2001 From: Stuart Leeks Date: Mon, 12 Sep 2022 15:49:37 +0100 Subject: [PATCH] Update changelog for 0.4.3 release (#2589) * Update changelog for 0.4.3 release * fixup components --- CHANGELOG.md | 43 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f8db140af..380ac852b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,24 @@ **BREAKING CHANGES & MIGRATIONS**: +* + +FEATURES: + +* + +ENHANCEMENTS: + +* + +BUG FIXES: + +* + +## 0.4.3 (September 12, 2022) + +**BREAKING CHANGES & MIGRATIONS**: + * Remove support for Nexus V1 ([#2580](https://github.com/microsoft/AzureTRE/pull/2580)). Please migrate to the newer version as described [here](https://microsoft.github.io/AzureTRE/tre-admins/setup-instructions/configuring-shared-services/). FEATURES: @@ -35,6 +53,30 @@ BUG FIXES: * Move AML Compute deployment to use AzApi Terraform Provider {[#2555]((https://github.com/microsoft/AzureTRE/pull/2555)) * Invalid token exceptions in the API app are catched, throwing 401 instead of 500 Internal server error ([#2572](https://github.com/microsoft/AzureTRE/pull/2572)) +COMPONENTS: + +| name | version | +| ----- | ----- | +| devops | 0.4.0 | +| core | 0.4.23 | +| tre-workspace-base | 0.3.28 | +| tre-workspace-unrestricted | 0.1.9 | +| tre-service-mlflow | 0.3.7 | +| tre-service-innereye | 0.3.5 | +| tre-workspace-service-gitea | 0.3.8 | +| tre-workspace-service-mysql | 0.1.2 | +| tre-service-guacamole-linuxvm | 0.4.14 | +| tre-service-guacamole-windowsvm | 0.4.8 | +| tre-service-guacamole | 0.4.5 | +| tre-user-resource-aml-compute-instance | 0.3.2 | +| tre-service-azureml | 0.4.8 | +| tre-shared-service-cyclecloud | 0.2.6 | +| tre-shared-service-gitea | 0.3.14 | +| tre-shared-service-airlock-notifier | 0.1.2 | +| tre-shared-service-certs | 0.1.3 | +| tre-shared-service-sonatype-nexus | 2.1.6 | +| tre-shared-service-firewall | 0.4.3 | + ## 0.4.2 (August 23, 2022) **BREAKING CHANGES & MIGRATIONS**: @@ -69,7 +111,6 @@ COMPONENTS: | ----- | ----- | | devops | 0.4.0 | | core | 0.4.18 | -| tre-workspace-base | 0.3.19 | | tre-workspace-base | 0.3.25 | | tre-service-mlflow | 0.3.5 | | tre-service-innereye | 0.3.3 |