Skip to content

Commit bb5186e

Browse files
authored
Prep for Release v0.21.0 (#4394)
Fixes #4393
1 parent fa4a320 commit bb5186e

1 file changed

Lines changed: 44 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 44 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
<!-- markdownlint-disable MD041 -->
2-
## 0.21.0 (Unreleased)
2+
## 0.22.0 (Unreleased)
3+
**BREAKING CHANGES & MIGRATIONS**:
4+
5+
ENHANCEMENTS:
6+
7+
BUG FIXES:
8+
9+
10+
## 0.21.0
311

412
**BREAKING CHANGES & MIGRATIONS**:
513
* 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.
14+
615
ENHANCEMENTS:
716
* Core key vault firewall should not be set to "Allow public access from all networks" ([#4250](https://github.com/microsoft/AzureTRE/issues/4250))
817
* Allow workspace App Service Plan SKU to be updated ([#4331](https://github.com/microsoft/AzureTRE/issues/4331))
@@ -14,16 +23,48 @@ ENHANCEMENTS:
1423
* Add bundle target to Makefile for handling different bundle types in single command ([#4372](https://github.com/microsoft/AzureTRE/issues/4372))
1524
* Migrate UI to Vite build engine and update dependencies ([#4368](https://github.com/microsoft/AzureTRE/pull/4368))
1625
* Add Windows image field to the Admin VM template ([#4274](https://github.com/microsoft/AzureTRE/pull/4274))
17-
* Update TLS to the latest version for web apps / function apps (([#4351](https://github.com/microsoft/AzureTRE/issues/4351))
26+
* Update TLS to the latest version for web apps / function apps ([#4351](https://github.com/microsoft/AzureTRE/issues/4351))
1827

1928
BUG FIXES:
2029
* Fix upgrade when porter install has failed ([#4338](https://github.com/microsoft/AzureTRE/pull/4338))
21-
* Certs shared service: Secret nexus-ssl-password is currently in a deleted but recoverable state ([#4294](https://github.com/microsoft/AzureTRE/issues/4294)])
30+
* Certs shared service: Secret nexus-ssl-password is currently in a deleted but recoverable state ([#4294](https://github.com/microsoft/AzureTRE/issues/4294))
2231
* Fix Cosmos DB local debugging configuration ([#4340](https://github.com/microsoft/AzureTRE/pull/4340))
2332
* Add firewall rules to upgrade steps for Guacamole service ([#4343](https://github.com/microsoft/AzureTRE/pull/4343))
2433

2534
COMPONENTS:
2635

36+
| name | version |
37+
| ----- | ----- |
38+
| devops | 0.5.5 |
39+
| core | 0.12.3 |
40+
| ui | 0.7.0 |
41+
| tre-workspace-airlock-import-review | 0.14.3 |
42+
| tre-workspace-base | 2.0.0 |
43+
| tre-workspace-unrestricted | 0.13.3 |
44+
| tre-shared-service-airlock-notifier | 1.0.8 |
45+
| tre-shared-service-certs | 0.7.4 |
46+
| tre-shared-service-firewall | 1.3.2 |
47+
| tre-shared-service-gitea | 1.1.5 |
48+
| tre-shared-service-cyclecloud | 0.7.2 |
49+
| tre-shared-service-databricks-private-auth | 0.1.11 |
50+
| tre-shared-service-admin-vm | 0.5.3 |
51+
| tre-shared-service-sonatype-nexus | 3.3.2 |
52+
| tre-workspace-service-mysql | 1.0.9 |
53+
| tre-workspace-service-ohdsi | 0.3.3 |
54+
| tre-user-resource-aml-compute-instance | 0.5.11 |
55+
| tre-service-azureml | 0.9.2 |
56+
| tre-service-guacamole-linuxvm | 1.2.8 |
57+
| tre-service-guacamole-windowsvm | 1.2.10 |
58+
| tre-service-guacamole-import-reviewvm | 0.3.2 |
59+
| tre-service-guacamole-export-reviewvm | 0.2.2 |
60+
| tre-service-guacamole | 0.12.9 |
61+
| tre-workspace-service-health | 0.2.11 |
62+
| tre-workspace-service-gitea | 1.2.3 |
63+
| tre-service-databricks | 1.0.10 |
64+
| tre-workspace-service-openai | 1.0.6 |
65+
| tre-workspace-service-azuresql | 1.0.15 |
66+
67+
2768
## 0.20.0 (Feburary 9, 2025)
2869

2970
**BREAKING CHANGES & MIGRATIONS**:

0 commit comments

Comments
 (0)