Skip to content

Commit a24134b

Browse files
authored
Release 0.7.0 (#2886)
update change log to 0.7.0 release
1 parent 885813a commit a24134b

1 file changed

Lines changed: 44 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 44 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
<!-- markdownlint-disable MD041 -->
22
<!-- line format short be: change short description (#pr_numer) -->
3-
## 0.6.1 (Unreleased)
3+
## 0.8.0 (Unreleased)
4+
5+
**BREAKING CHANGES & MIGRATIONS**:
6+
7+
ENHANCEMENTS:
8+
9+
BUG FIXES:
10+
11+
COMPONENTS:
12+
13+
## 0.7.0 (November 17, 2022)
414

515
**BREAKING CHANGES & MIGRATIONS**:
616
* The airlock request object has changed. Make sure you have ran the db migration step after deploying the new API image and UI (which runs automatically in `make all`/`make tre-deploy` but can be manually invoked with `make db-migrate`) so that existing requests in your DB are migrated to the new model.
@@ -15,16 +25,16 @@
1525
* Fields in AirlockNotification event have changed without backward compatibility. If Airlock Notifier shared service is deployed, it needs to be re-deployed. Any other consumers of AirlockNotification event need to be updated. For more details, see [#2798](https://github.com/microsoft/AzureTRE/pull/2798)
1626

1727
FEATURES:
18-
* Display workspace and shared services total costs for admin role in UI [#2738](https://github.com/microsoft/AzureTRE/pull/2772)
19-
* Automatically validate all resources have tre_id tag via TFLint [#2774](https://github.com/microsoft/AzureTRE/pull/2774)
20-
* Add metadata endpoint and simplify `tre` CLI login (also adds API version to UI) (#2794)
21-
* Updated resource card in UI with visual improvements, disabled state badge and resource ID in info popout [#2846](https://github.com/microsoft/AzureTRE/pull/2846)
22-
* Add health information for backend services to UI info popout in footer [#2846](https://github.com/microsoft/AzureTRE/pull/2846)
28+
* Display workspace and shared services total costs for admin role in UI ([#2772](https://github.com/microsoft/AzureTRE/pull/2772))
29+
* Automatically validate all resources have tre_id tag via TFLint ([#2774](https://github.com/microsoft/AzureTRE/pull/2774))
30+
* Add metadata endpoint and simplify `tre` CLI login (also adds API version to UI) ([#2794](https://github.com/microsoft/AzureTRE/pull/2794))
31+
* Updated resource card in UI with visual improvements, disabled state badge and resource ID in info popout ([#2846](https://github.com/microsoft/AzureTRE/pull/2846))
32+
* Add health information for backend services to UI info popout in footer ([#2846](https://github.com/microsoft/AzureTRE/pull/2846))
2333

2434
ENHANCEMENTS:
25-
* Renamed several airlock fields to make them more descriptive and added a createdBy field. Included migration for backwards compatibility ([#2779](https://github.com/microsoft/AzureTRE/pull/2779))
35+
* Renamed several airlock fields to make them more descriptive and added a createdBy field. Included migration for backwards compatibility [#2779](https://github.com/microsoft/AzureTRE/pull/2779)
2636
* Show error message when Review VMs are not configured in the current workspace
27-
* CLI: Add missing endpoints and minor bug fixes (#2784)
37+
* CLI: Add missing endpoints and minor bug fixes ([#2784](https://github.com/microsoft/AzureTRE/pull/2784))
2838
* Airlock Notifier: Provide a link to request in the UI in the email ([#2754](https://github.com/microsoft/AzureTRE/pull/2754))
2939
* Add additional fields for Airlock Notification event ([#2798](https://github.com/microsoft/AzureTRE/pull/2798))
3040
* Fail firewall database migration if there's no firewall deployed ([#2792](https://github.com/microsoft/AzureTRE/pull/2792))
@@ -34,7 +44,7 @@ ENHANCEMENTS:
3444
* Adds extra dns zones and links into core network ([#2828](https://github.com/microsoft/AzureTRE/pull/2828)).
3545
* Add UI version to its footer card ([#2849](https://github.com/microsoft/AzureTRE/pull/2849)).
3646
* Use `log_category_types` in `azurerm_monitor_diagnostic_categories` to remove deprecation warning ([#2855](https://github.com/microsoft/AzureTRE/pull/2855)).
37-
* Gitea workspace bundle has a number of updates as detailed in PR ([#2862](https://github.com/microsoft/AzureTRE/pull/2862).
47+
* Gitea workspace bundle has a number of updates as detailed in PR ([#2862](https://github.com/microsoft/AzureTRE/pull/2862)).
3848

3949
BUG FIXES:
4050
* Show the correct createdBy value for airlock requests in UI and in API queries ([#2779](https://github.com/microsoft/AzureTRE/pull/2779))
@@ -45,6 +55,31 @@ BUG FIXES:
4555
* Fix missing ID parameter in Certs bundle ([#2841](https://github.com/microsoft/AzureTRE/pull/2841))
4656

4757
COMPONENTS:
58+
| name | version |
59+
| ----- | ----- |
60+
| devops | 0.4.2 |
61+
| core | 0.4.43 |
62+
| tre-workspace-base | 0.5.1 |
63+
| tre-workspace-unrestricted | 0.5.0 |
64+
| tre-workspace-airlock-import-review | 0.5.0 |
65+
| tre-service-mlflow | 0.4.0 |
66+
| tre-service-innereye | 0.4.0 |
67+
| tre-workspace-service-gitea | 0.6.0 |
68+
| tre-workspace-service-mysql | 0.2.0 |
69+
| tre-service-guacamole-linuxvm | 0.5.2 |
70+
| tre-service-guacamole-export-reviewvm | 0.0.6 |
71+
| tre-service-guacamole-windowsvm | 0.5.2 |
72+
| tre-service-guacamole-import-reviewvm | 0.1.3 |
73+
| tre-service-guacamole | 0.5.0 |
74+
| tre-user-resource-aml-compute-instance | 0.4.1 |
75+
| tre-service-azureml | 0.5.6 |
76+
| tre-shared-service-cyclecloud | 0.3.0 |
77+
| tre-shared-service-gitea | 0.4.0 |
78+
| tre-shared-service-airlock-notifier | 0.2.3 |
79+
| tre-shared-service-admin-vm | 0.2.0 |
80+
| tre-shared-service-certs | 0.2.2 |
81+
| tre-shared-service-sonatype-nexus | 2.2.3 |
82+
| tre-shared-service-firewall | 0.6.2 |
4883

4984
## 0.6.0 (October 24, 2022)
5085

0 commit comments

Comments
 (0)