You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+78-4Lines changed: 78 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,33 @@
1
1
<!-- markdownlint-disable MD041 -->
2
-
## 0.20.0 (Unreleased)
2
+
## 0.21.0 (Unreleased)
3
3
4
4
**BREAKING CHANGES & MIGRATIONS**:
5
-
* InnerEye and MLFlow bundles depreciated and removed from main. If you wish to update and deploy these worksapce services they can be retrieved from release 0.19.1. ([#4127](https://github.com/microsoft/AzureTRE/issues/4127))
6
-
* This released removed support for Porter v0.*. If you're upgrading from a much earlier verion you can't go directly to this one. ([#4228](https://github.com/microsoft/AzureTRE/issues/4228))
5
+
6
+
ENHANCEMENTS:
7
+
* Core key vault firewall should not be set to "Allow public access from all networks" ([#4250](https://github.com/microsoft/AzureTRE/issues/4250))
8
+
* Allow workspace App Service Plan SKU to be updated ([#4331](https://github.com/microsoft/AzureTRE/issues/4331))
9
+
* Add core requests endpoint and UI to enable requests to be managed TRE wide. ([[#2510](https://github.com/microsoft/AzureTRE/issues/2510)])
10
+
* Remove public IP from TRE's firewall when forced tunneling is configured ([#4346](https://github.com/microsoft/AzureTRE/pull/4346))
11
+
* Upgrade AzureRM Terraform provider from `3.117.0` to `4.14.0`. ([[#4255](https://github.com/microsoft/AzureTRE/pull/4255/)])
12
+
* Subnet definitions are now inline in the `azurerm_virtual_network` resource, and NSG associations are set using `security_group` in each subnet block (no separate `azurerm_subnet_network_security_group_association` needed). ([[#4255](https://github.com/microsoft/AzureTRE/pull/4255/)])
13
+
* Azure Cosmos DB should disable public network access ([#4322](https://github.com/microsoft/AzureTRE/issues/4322))
14
+
* Add bundle target to Makefile for handling different bundle types in single command ([#4372](https://github.com/microsoft/AzureTRE/issues/4372))
15
+
* Migrate UI to Vite build engine and update dependencies ([#4368](https://github.com/microsoft/AzureTRE/pull/4368))
16
+
* 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))
18
+
19
+
BUG FIXES:
20
+
* 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)])
22
+
* Fix Cosmos DB local debugging configuration ([#4340](https://github.com/microsoft/AzureTRE/pull/4340))
23
+
24
+
COMPONENTS:
25
+
26
+
## 0.20.0 (Feburary 9, 2025)
27
+
28
+
**BREAKING CHANGES & MIGRATIONS**:
29
+
* InnerEye and MLFlow bundles depreciated and removed from main. If you wish to update and deploy these workspace services they can be retrieved from release 0.19.1. ([#4127](https://github.com/microsoft/AzureTRE/issues/4127))
30
+
* This release removed support for Porter v0.*. If you're upgrading from a much earlier version you can't go directly to this one. ([#4228](https://github.com/microsoft/AzureTRE/issues/4228))
7
31
8
32
FEATURES:
9
33
* Add support for customer-managed keys encryption. Core support ([#4141](https://github.com/microsoft/AzureTRE/issues/4142), [#4144](https://github.com/microsoft/AzureTRE/issues/4144)), Base workspace ([#4161](https://github.com/microsoft/AzureTRE/pull/4161)), other templates ([#4145](https://github.com/microsoft/AzureTRE/issues/4145))
* Add option to force tunnel TRE's Firewall ([#4237](https://github.com/microsoft/AzureTRE/issues/4237))
36
60
* Add EventGrid diagnostics to identify airlock issues ([#4258](https://github.com/microsoft/AzureTRE/issues/4258))
61
+
* Disable local authentication in ServiceBus ([#4259](https://github.com/microsoft/AzureTRE/issues/4259))
37
62
* Allow enablement of Secure Boot and vTPM for Guacamole VMs ([#4235](https://github.com/microsoft/AzureTRE/issues/4235))
38
63
* Surface the server-layout parameter of Guacamole [server-layout](https://guacamole.apache.org/doc/gug/configuring-guacamole.html#session-settings) ([#4234](https://github.com/microsoft/AzureTRE/issues/4234))
39
64
* Add encryption at host for VMs ([#4263](https://github.com/microsoft/AzureTRE/pull/4263))
40
65
* Downgrade certs shared service App Gateway to Basic SKU ([#4300](https://github.com/microsoft/AzureTRE/issues/4300))
41
66
* Airlock function host storage to use the user-assigned managed identity ([#4276](https://github.com/microsoft/AzureTRE/issues/4276))
42
67
* Disable local authentication in EventGrid ([#4254](https://github.com/microsoft/AzureTRE/issues/4254))
43
68
69
+
44
70
BUG FIXES:
45
71
* Update KeyVault references in API to use the version so Terraform cascades the update ([#4112](https://github.com/microsoft/AzureTRE/pull/4112))
46
72
* Template images are showing CVEs ([#4153](https://github.com/microsoft/AzureTRE/issues/4153))
@@ -53,16 +79,48 @@ BUG FIXES:
53
79
* Fix failing tests, .env missing and storage logs ([#4207](https://github.com/microsoft/AzureTRE/issues/4207))
* Bump terraform version in windows VM template ([#4212](https://github.com/microsoft/AzureTRE/issues/4212))
56
-
* Upgrade azurerm terraform provider from v3.112.0 to v3.117.0 to mitiagte storage account deployment issue ([#4004](https://github.com/microsoft/AzureTRE/issues/4004))
82
+
* Upgrade azurerm terraform provider from v3.112.0 to v3.117.0 to mitigate storage account deployment issue ([#4004](https://github.com/microsoft/AzureTRE/issues/4004))
57
83
* Fix VM actions where Workspace shared storage doesn't allow shared key access ([#4222](https://github.com/microsoft/AzureTRE/issues/4222))
58
84
* Fix public exposure in Guacamole service ([[#4199](https://github.com/microsoft/AzureTRE/issues/4199)])
59
85
* Fix Azure ML network tags to use name rather than ID ([[#4151](https://github.com/microsoft/AzureTRE/issues/4151)])
60
86
* Windows R version must be 4.1.2 otherwise post install script doesn't update package mirror URL ([#4288](https://github.com/microsoft/AzureTRE/issues/4288))
61
87
* Recreate tre_output.json if empty. ([[#4292](https://github.com/microsoft/AzureTRE/issues/4292)])
62
88
* Ensure R directory is present before attempting to update package mirror URL ([#4332](https://github.com/microsoft/AzureTRE/pull/4332))
* Workspace creation blocked due to Azure API depreciation ([#4095](https://github.com/microsoft/AzureTRE/issues/4095))
79
137
80
138
COMPONENTS:
139
+
81
140
| name | version |
82
141
| ----- | ----- |
83
142
| devops | 0.5.2 |
@@ -136,6 +195,7 @@ BUG FIXES:
136
195
* Update .NET version on Linux VMs ([#4067](https://github.com/microsoft/AzureTRE/issues/4067))
137
196
138
197
COMPONENTS:
198
+
139
199
| name | version |
140
200
| ----- | ----- |
141
201
| devops | 0.5.1 |
@@ -199,6 +259,7 @@ BUG FIXES:
199
259
* Add lifecycle rule to the Gitea Shared Service template for the MySQL resource to stop it recreating on `update` ([#4006](https://github.com/microsoft/AzureTRE/issues/4006))
200
260
201
261
COMPONENTS:
262
+
202
263
| name | version |
203
264
| ----- | ----- |
204
265
| devops | 0.5.1 |
@@ -253,6 +314,7 @@ BUG FIXES:
253
314
* Fix issue with firewall failing to deploy on a new TRE deploy ([#3775](https://github.com/microsoft/AzureTRE/issues/3775))
254
315
255
316
COMPONENTS:
317
+
256
318
| name | version |
257
319
| ----- | ----- |
258
320
| devops | 0.5.1 |
@@ -302,6 +364,7 @@ BUG FIXES:
302
364
* Airlock Import Review workspace uses dedicated DNS zone to prevent conflict with core ([#3767](https://github.com/microsoft/AzureTRE/pull/3767))
303
365
304
366
COMPONENTS:
367
+
305
368
| name | version |
306
369
| ----- | ----- |
307
370
| devops | 0.5.1 |
@@ -344,6 +407,7 @@ BUG FIXES:
344
407
* Fix workspace not loading fails if operation or history roles are not loaded ([#3755](https://github.com/microsoft/AzureTRE/issues/3755))
345
408
346
409
COMPONENTS:
410
+
347
411
| name | version |
348
412
| ----- | ----- |
349
413
| devops | 0.5.1 |
@@ -382,6 +446,7 @@ BUG FIXES:
382
446
* SecuredByRole failing if roles are null ([#3740](https://github.com/microsoft/AzureTRE/issues/3740))
383
447
384
448
COMPONENTS:
449
+
385
450
| name | version |
386
451
| ----- | ----- |
387
452
| devops | 0.5.1 |
@@ -431,6 +496,7 @@ BUG FIXES:
431
496
* Fix issue with cost tags not displaying correctly for some user roles ([#3721](https://github.com/microsoft/AzureTRE/issues/3721))
432
497
433
498
COMPONENTS:
499
+
434
500
| name | version |
435
501
| ----- | ----- |
436
502
| devops | 0.5.1 |
@@ -467,6 +533,7 @@ BUG FIXES:
467
533
* Fix firewall config related to Nexus so that `pypi.org` is added to the allow-list ([#3694](https://github.com/microsoft/AzureTRE/issues/3694))
468
534
469
535
COMPONENTS:
536
+
470
537
| name | version |
471
538
| ----- | ----- |
472
539
| devops | 0.5.1 |
@@ -516,6 +583,7 @@ BUG FIXES:
516
583
* Added missing region entries in `databricks-udr.json` ([[#3688](https://github.com/microsoft/AzureTRE/pull/3688))
517
584
518
585
COMPONENTS:
586
+
519
587
| name | version |
520
588
| ----- | ----- |
521
589
| devops | 0.5.1 |
@@ -555,6 +623,7 @@ BUG FIXES:
555
623
* Upgrade airlock and unrestricted workspaces to base workspace version 0.12.0 ([#3659](https://github.com/microsoft/AzureTRE/pull/3659))
556
624
557
625
COMPONENTS:
626
+
558
627
| name | version |
559
628
| ----- | ----- |
560
629
| devops | 0.5.1 |
@@ -614,6 +683,7 @@ BUG FIXES:
614
683
615
684
616
685
COMPONENTS:
686
+
617
687
| name | version |
618
688
| ----- | ----- |
619
689
| devops | 0.5.1 |
@@ -655,6 +725,7 @@ BUG FIXES:
655
725
* Nexus fails to install due to `az login` and firewall rules ([#3453](https://github.com/microsoft/AzureTRE/issues/3453))
656
726
657
727
COMPONENTS:
728
+
658
729
| name | version |
659
730
| ----- | ----- |
660
731
| devops | 0.5.1 |
@@ -857,6 +928,7 @@ BUG FIXES:
857
928
* Fix KeyVault purge error on MLFlow uninstall ([#3082](https://github.com/microsoft/AzureTRE/pull/3082))
858
929
859
930
COMPONENTS:
931
+
860
932
| name | version |
861
933
| ----- | ----- |
862
934
| devops | 0.4.4 |
@@ -933,6 +1005,7 @@ BUG FIXES:
933
1005
* Handle 429 TooManyRequests and 503 ServiceUnavailable which might return from Azure Cost Management in TRE Cost API ([#2835](https://github.com/microsoft/AzureTRE/issues/2835))
934
1006
935
1007
COMPONENTS:
1008
+
936
1009
| name | version |
937
1010
| ----- | ----- |
938
1011
| devops | 0.4.2 |
@@ -980,6 +1053,7 @@ BUG FIXES:
980
1053
* Fix issues with AML workspace service deployment ([#2768](https://github.com/microsoft/AzureTRE/pull/2768))
0 commit comments