Skip to content
Open
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
<!-- markdownlint-disable MD041 -->
## (Unreleased)
**BREAKING CHANGES**
* Users with custom templates should update their `template_schema.json` to set `uiSchema.overview` widget to `textarea` to ensure a consistent UI experience as per ([#4860](https://github.com/microsoft/AzureTRE/pull/4860)).
* Remove Windows 10 and dsvm image support from Guacamole. ([#4890](https://github.com/microsoft/AzureTRE/issues/4890))

ENHANCEMENTS:
* Specify default_outbound_access_enabled = false setting for all subnets ([#4757](https://github.com/microsoft/AzureTRE/pull/4757))
* Pin all GitHub Actions workflow steps to full commit SHAs to prevent supply chain attacks plus update to latest releases ([#4886](https://github.com/microsoft/AzureTRE/pull/4886))
* Add Windows Server 2025 image support to Guacamole. ([#4890](https://github.com/microsoft/AzureTRE/issues/4890))

BUG FIXES:
* Fix uiSchema.overview params overwritten by ui ([#4861](https://github.com/microsoft/AzureTRE/issues/4861))

## (0.28.0) (March 2, 2026)
**BREAKING CHANGES**
* Sonatype Nexus shared service now requires explicit EULA acceptance (`accept_nexus_eula: true`) when deploying. This ensures compliance with Sonatype Nexus Community Edition licensing. ([#4842](https://github.com/microsoft/AzureTRE/issues/4842))
Expand Down
2 changes: 1 addition & 1 deletion templates/shared_services/admin-vm/porter.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
schemaVersion: 1.0.0
name: tre-shared-service-admin-vm
version: 0.5.4
version: 0.5.5
description: "An admin vm shared service"
dockerfile: Dockerfile.tmpl
registry: azuretre
Expand Down
5 changes: 5 additions & 0 deletions templates/shared_services/admin-vm/template_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,10 @@
"title": "VM SKU",
"description": "The SKU of the VM that will be deployed."
}
},
"uiSchema": {
"overview": {
"ui:widget": "textarea"
}
}
}
2 changes: 1 addition & 1 deletion templates/shared_services/airlock_notifier/porter.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
schemaVersion: 1.0.0
name: tre-shared-service-airlock-notifier
version: 1.0.10
version: 1.0.11
description: "A shared service notifying on Airlock Operations"
registry: azuretre
dockerfile: Dockerfile.tmpl
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@
]
},
"uiSchema": {
"overview": {
"ui:widget": "textarea"
},
"smtpPassword" : {
"ui:widget": "password"
},
Expand Down
5 changes: 5 additions & 0 deletions templates/shared_services/certs/template_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,5 +152,10 @@
]
}
]
},
"uiSchema": {
"overview": {
"ui:widget": "textarea"
}
}
}
5 changes: 5 additions & 0 deletions templates/shared_services/cyclecloud/template_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
"updateable": true
}
},
"uiSchema": {
"overview": {
"ui:widget": "textarea"
}
},
"pipeline": {
"install": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,10 @@
"default": "Azure Databricks Private Authentication Shared Service is a Databricks workspace that in the same region as your Azure Databricks workspaces, and its only purpose is hosting the browser authentication private endpoint connection for your Azure Databricks workspace services.",
"updateable": true
}
},
"uiSchema": {
"overview": {
"ui:widget": "textarea"
}
}
}
2 changes: 1 addition & 1 deletion templates/shared_services/firewall/porter.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
schemaVersion: 1.0.0
name: tre-shared-service-firewall
version: 1.6.1
version: 1.6.2
description: "An Azure TRE Firewall shared service"
dockerfile: Dockerfile.tmpl
registry: azuretre
Expand Down
5 changes: 5 additions & 0 deletions templates/shared_services/firewall/template_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -359,5 +359,10 @@
}
}
}
},
"uiSchema": {
"overview": {
"ui:widget": "textarea"
}
}
}
3 changes: 3 additions & 0 deletions templates/shared_services/gitea/template_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@
}
},
"uiSchema": {
"overview": {
"ui:widget": "textarea"
},
"is_exposed_externally": {
"classNames": "tre-hidden"
}
Expand Down
2 changes: 1 addition & 1 deletion templates/shared_services/sonatype-nexus-vm/porter.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
schemaVersion: 1.0.0
name: tre-shared-service-sonatype-nexus
version: 3.7.8
version: 3.7.9
description: "A Sonatype Nexus shared service"
dockerfile: Dockerfile.tmpl
registry: azuretre
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@
}
},
"uiSchema": {
"overview": {
"ui:widget": "textarea"
},
"ui:order": ["accept_nexus_eula", "display_name", "description", "overview", "ssl_cert_name", "vm_size", "*"],
"accept_nexus_eula": {
"ui:widget": "checkbox",
Expand Down
2 changes: 1 addition & 1 deletion templates/workspace_services/azureml/porter.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
schemaVersion: 1.0.0
name: tre-service-azureml
version: 1.1.4
version: 1.1.5
description: "An Azure TRE service for Azure Machine Learning"
registry: azuretre
dockerfile: Dockerfile.tmpl
Expand Down
3 changes: 3 additions & 0 deletions templates/workspace_services/azureml/template_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@
}
},
"uiSchema": {
"overview": {
"ui:widget": "textarea"
},
"address_space": {
"classNames": "tre-hidden"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
schemaVersion: 1.0.0
name: tre-user-resource-aml-compute-instance
version: 0.5.12
version: 0.5.13
description: "Azure Machine Learning Compute Instance"
registry: azuretre
dockerfile: Dockerfile.tmpl
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,10 @@
"default": "",
"minLength": 1
}
},
"uiSchema": {
"overview": {
"ui:widget": "textarea"
}
}
}
5 changes: 5 additions & 0 deletions templates/workspace_services/azuresql/template_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,10 @@
"description": "Database name",
"default": "tredb"
}
},
"uiSchema": {
"overview": {
"ui:widget": "textarea"
}
}
}
2 changes: 1 addition & 1 deletion templates/workspace_services/databricks/porter.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
schemaVersion: 1.0.0
name: tre-service-databricks
version: 1.0.16
version: 1.0.17
description: "An Azure TRE service for Azure Databricks."
registry: azuretre
dockerfile: Dockerfile.tmpl
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
}
},
"uiSchema": {
"overview": {
"ui:widget": "textarea"
},
"address_space": {
"classNames": "tre-hidden"
}
Expand Down
3 changes: 3 additions & 0 deletions templates/workspace_services/gitea/template_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
}
},
"uiSchema": {
"overview": {
"ui:widget": "textarea"
},
"is_exposed_externally": {
"classNames": "tre-hidden"
}
Expand Down
3 changes: 3 additions & 0 deletions templates/workspace_services/guacamole/template_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -232,5 +232,8 @@
]
},
"uiSchema": {
"overview": {
"ui:widget": "textarea"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,9 @@
"updateable": false,
"sensitive": true
}
},
"uiSchema": {
"overview": {
"ui:widget": "textarea"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,10 @@
"updateable": false,
"sensitive": true
}
},
"uiSchema": {
"overview": {
"ui:widget": "textarea"
}
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
schemaVersion: 1.0.0
name: tre-service-guacamole-linuxvm
version: 1.4.3
version: 1.4.4
description: "An Azure TRE User Resource Template for Guacamole (Linux)"
dockerfile: Dockerfile.tmpl
registry: azuretre
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,9 @@
}
],
"uiSchema": {
"overview": {
"ui:widget": "textarea"
},
"admin_username": {
"classNames": "tre-hidden"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
schemaVersion: 1.0.0
name: tre-service-guacamole-windowsvm
version: 1.4.5
version: 1.4.6
description: "An Azure TRE User Resource Template for Guacamole (Windows 11 or Windows Server Data Science VM)"
dockerfile: Dockerfile.tmpl
registry: azuretre
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@
}
],
"uiSchema": {
"overview": {
"ui:widget": "textarea"
},
"admin_username": {
"classNames": "tre-hidden"
}
Expand Down
2 changes: 1 addition & 1 deletion templates/workspace_services/health-services/porter.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
schemaVersion: 1.0.0
name: tre-workspace-service-health
version: 0.3.5
version: 0.3.6
description: "An Azure Data Health Services workspace service"
registry: azuretre
dockerfile: Dockerfile.tmpl
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -250,5 +250,10 @@
"stepId": "main"
}
]
},
"uiSchema": {
"overview": {
"ui:widget": "textarea"
}
}
}
5 changes: 5 additions & 0 deletions templates/workspace_services/mysql/template_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,10 @@
"description": "Database name",
"default": "tredb"
}
},
"uiSchema": {
"overview": {
"ui:widget": "textarea"
}
}
}
2 changes: 1 addition & 1 deletion templates/workspace_services/ohdsi/porter.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
schemaVersion: 1.0.0
name: tre-workspace-service-ohdsi
version: 0.3.7
version: 0.3.8
description: "An OHDSI workspace service"
registry: azuretre
dockerfile: Dockerfile.tmpl
Expand Down
3 changes: 3 additions & 0 deletions templates/workspace_services/ohdsi/template_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@
}
],
"uiSchema": {
"overview": {
"ui:widget": "textarea"
},
"address_space": {
"classNames": "tre-hidden"
}
Expand Down
5 changes: 5 additions & 0 deletions templates/workspace_services/openai/template_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,10 @@
"default": "gpt-35-turbo | 0301",
"updateable": true
}
},
"uiSchema": {
"overview": {
"ui:widget": "textarea"
}
}
}
2 changes: 1 addition & 1 deletion templates/workspaces/airlock-import-review/porter.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
schemaVersion: 1.0.0
name: tre-workspace-airlock-import-review
version: 0.14.9
version: 0.14.10
description: "A workspace to do Airlock Data Import Reviews for Azure TRE"
dockerfile: Dockerfile.tmpl
registry: azuretre
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@
"customActions": [],
"pipeline": null,
"uiSchema": {
"overview": {
"ui:widget": "textarea"
},
"aad_redirect_uris": {
"classNames": "tre-hidden"
},
Expand Down
2 changes: 1 addition & 1 deletion templates/workspaces/base/porter.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
schemaVersion: 1.0.0
name: tre-workspace-base
version: 2.8.3
version: 2.8.4
description: "A base Azure TRE workspace"
dockerfile: Dockerfile.tmpl
registry: azuretre
Expand Down
3 changes: 3 additions & 0 deletions templates/workspaces/base/template_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,9 @@
"customActions": [],
"pipeline": null,
"uiSchema": {
"overview": {
"ui:widget": "textarea"
},
"aad_redirect_uris": {
"classNames": "tre-hidden"
},
Expand Down
3 changes: 3 additions & 0 deletions templates/workspaces/unrestricted/template_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,9 @@
"actions": [],
"customActions": [],
"uiSchema": {
"overview": {
"ui:widget": "textarea"
},
"aad_redirect_uris": {
"classNames": "tre-hidden"
},
Expand Down
Loading
Loading