Skip to content

Commit

Permalink
v0.5.0 prep (#2711)
Browse files Browse the repository at this point in the history
* Update CHANGELOG ready for release

* Add component versions

* Add a missing changelog line on export review user resource template

* Add migration steps for porter mixin

* Revert "Add migration steps for porter mixin"

This reverts commit 0b044af.

* Remove firewall migration step

* Update CHANGELOG ready for release

* Add component versions

* Add a missing changelog line on export review user resource template

* Add migration steps for porter mixin

* Update date

* Fix changelog again (revert changes about porter mixins)

* Update component versions

Co-authored-by: Tanya Borisova <tborisova@microsoft.com>
  • Loading branch information
stuartleeks and tanya-borisova authored Oct 10, 2022
1 parent 466a542 commit 9866d05
Showing 1 changed file with 54 additions and 1 deletion.
55 changes: 54 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,27 @@
<!-- markdownlint-disable MD041 -->
<!-- line format short be: change short description (#pr_numer) -->

## 0.5.0 (Unreleased)
## 0.5.1 (Unreleased)

**BREAKING CHANGES & MIGRATIONS**:

*

FEATURES:

*

ENHANCEMENTS:

*

BUG FIXES:

*



## 0.5.0 (October 10, 2022)

**BREAKING CHANGES & MIGRATIONS**:

Expand All @@ -18,6 +38,7 @@ FEATURES:
* Add Import Review Workspace ([#2498](https://github.com/microsoft/AzureTRE/issues/2498))
* Restrict resource templates to specific roles ([#2600](https://github.com/microsoft/AzureTRE/issues/2600))
* Import review user resource template ([#2601](https://github.com/microsoft/AzureTRE/issues/2601))
* Export review user resource template ([#2602](https://github.com/microsoft/AzureTRE/issues/2602))
* Airlock Manager can use user resources ([#2499](https://github.com/microsoft/AzureTRE/issues/2499))
* Users only see templates they are authorized to use ([#2640](https://github.com/microsoft/AzureTRE/issues/2640))
* Guacamole user-resource templates now have support for custom VM images from image galleries ([#2634](https://github.com/microsoft/AzureTRE/pull/2634))
Expand All @@ -39,6 +60,38 @@ BUG FIXES:
* Airlock Manager should have permissions to get SAS token ([#2502](https://github.com/microsoft/AzureTRE/issues/2502))
* Terraform unmarshal errors in `migrate.sh` ([#2673](https://github.com/microsoft/AzureTRE/issues/2673))

COMPONENTS:

| name | version |
| ----- | ----- |
| devops | 0.4.2 |
| core | 0.4.36 |
| porter-hello | 0.1.0 |
| tre-workspace-base-sl-test | 0.3.19 |
| tre-workspace-base | 0.4.0 |
| tre-workspace-unrestricted | 0.2.0 |
| tre-workspace-airlock-import-review | 0.4.0 |
| tre-service-mlflow | 0.4.0 |
| tre-service-innereye | 0.4.0 |
| tre-workspace-service-gitea | 0.5.0 |
| tre-workspace-service-mysql | 0.2.0 |
| tre-service-guacamole-linuxvm | 0.5.1 |
| tre-service-guacamole-export-reviewvm | 0.0.4 |
| tre-service-guacamole-windowsvm | 0.5.1 |
| tre-service-guacamole-import-reviewvm | 0.1.1 |
| tre-service-guacamole | 0.5.0 |
| tre-user-resource-aml-compute-instance | 0.4.1 |
| tre-service-azureml | 0.5.1 |
| tre-shared-service-cyclecloud | 0.3.0 |
| tre-shared-service-gitea | 0.4.0 |
| tre-shared-service-airlock-notifier | 0.2.0 |
| tre-shared-service-admin-vm | 0.2.0 |
| tre-shared-service-certs | 0.2.0 |
| tre-shared-service-sonatype-nexus | 2.2.0 |
| tre-shared-service-firewall | 0.6.1 |



## 0.4.3 (September 12, 2022)

**BREAKING CHANGES & MIGRATIONS**:
Expand Down

0 comments on commit 9866d05

Please sign in to comment.