|
1 | 1 | <!-- markdownlint-disable MD041 --> |
2 | | -## 0.16.0 (Unreleased) |
| 2 | +## 0.17.0 (Unreleased) |
3 | 3 |
|
4 | 4 | **BREAKING CHANGES & MIGRATIONS**: |
5 | | -To resolve the Airlock import issue described in ([#3767](https://github.com/microsoft/AzureTRE/pull/3767)), the new airlock import review tempalte will need to be registered using `make workspace_bundle BUNDLE=airlock-import-review`. Any existing airlock import review workspaces will need to be upgraded. After upgrading, run `make deploy-core` to reinstate any deleted DNS records. |
6 | 5 |
|
7 | 6 | FEATURES: |
8 | 7 |
|
| 8 | +ENHANCEMENTS: |
| 9 | + |
| 10 | +BUG FIXES: |
| 11 | + |
| 12 | +COMPONENTS: |
| 13 | + |
| 14 | + |
| 15 | +## 0.16.0 (December 1, 2023) |
| 16 | + |
| 17 | +**BREAKING CHANGES & MIGRATIONS**: |
| 18 | +To resolve the Airlock import issue described in ([#3767](https://github.com/microsoft/AzureTRE/pull/3767)), the new airlock import review template will need to be registered using `make workspace_bundle BUNDLE=airlock-import-review`. Any existing airlock import review workspaces will need to be upgraded. |
| 19 | + |
| 20 | +Once you have upgraded the import review workspaces, delete the private endpoint, named `pe-stg-import-inprogress-blob-*` in the core resource group, and then run `make deploy-core` to reinstate the private endpoint and DNS records. |
| 21 | + |
9 | 22 | ENHANCEMENTS: |
10 | 23 | * Security updates aligning to Dependabot, MS Defender for Cloud and Synk ([#3796](https://github.com/microsoft/AzureTRE/issues/3796)) |
| 24 | + |
11 | 25 | BUG FIXES: |
12 | 26 | * Fix issue where updates fail as read only is not configured consistently on schema fields ([#3691](https://github.com/microsoft/AzureTRE/issues/3691)) |
13 | | -* When geting avaialble address spaces allow those allocated to deleted workspaces to be reassigned ([#3691](https://github.com/microsoft/AzureTRE/issues/3691)) |
| 27 | +* When getting available address spaces allow those allocated to deleted workspaces to be reassigned ([#3691](https://github.com/microsoft/AzureTRE/issues/3691)) |
14 | 28 | * Update Python packages, and fix breaking changes ([#3764](https://github.com/microsoft/AzureTRE/issues/3764)) |
15 | 29 | * Enabling support for more than 20 users/groups in Workspace API ([#3759](https://github.com/microsoft/AzureTRE/pull/3759 )) |
16 | 30 | * Airlock Import Review workspace uses dedicated DNS zone to prevent conflict with core ([#3767](https://github.com/microsoft/AzureTRE/pull/3767)) |
17 | 31 |
|
18 | 32 | COMPONENTS: |
| 33 | +| name | version | |
| 34 | +| ----- | ----- | |
| 35 | +| devops | 0.5.1 | |
| 36 | +| core | 0.9.0 | |
| 37 | +| ui | 0.5.17 | |
| 38 | +| tre-workspace-base | 1.5.3 | |
| 39 | +| tre-workspace-unrestricted | 0.11.4 | |
| 40 | +| tre-workspace-airlock-import-review | 0.12.16 | |
| 41 | +| tre-service-mlflow | 0.7.7 | |
| 42 | +| tre-workspace-service-health | 0.2.5 | |
| 43 | +| tre-service-databricks | 1.0.3 | |
| 44 | +| tre-service-innereye | 0.6.4 | |
| 45 | +| tre-workspace-service-gitea | 0.8.7 | |
| 46 | +| tre-workspace-service-mysql | 0.4.5 | |
| 47 | +| tre-workspace-service-ohdsi | 0.2.4 | |
| 48 | +| tre-service-guacamole-linuxvm | 0.6.9 | |
| 49 | +| tre-service-guacamole-export-reviewvm | 0.1.8 | |
| 50 | +| tre-service-guacamole-windowsvm | 0.7.9 | |
| 51 | +| tre-service-guacamole-import-reviewvm | 0.2.8 | |
| 52 | +| tre-service-guacamole | 0.10.6 | |
| 53 | +| tre-user-resource-aml-compute-instance | 0.5.7 | |
| 54 | +| tre-service-azureml | 0.8.10 | |
| 55 | +| tre-shared-service-cyclecloud | 0.5.5 | |
| 56 | +| tre-shared-service-databricks-private-auth | 0.1.5 | |
| 57 | +| tre-shared-service-gitea | 0.6.10 | |
| 58 | +| tre-shared-service-airlock-notifier | 0.9.0 | |
| 59 | +| tre-shared-service-admin-vm | 0.4.3 | |
| 60 | +| tre-shared-service-certs | 0.5.1 | |
| 61 | +| tre-shared-service-sonatype-nexus | 2.8.13 | |
| 62 | +| tre-shared-service-firewall | 1.1.5 | |
| 63 | + |
19 | 64 |
|
20 | 65 | ## 0.15.2 (October 24, 2023) |
21 | 66 |
|
|
0 commit comments