Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Releases: awslabs/service-workbench-on-aws

v5.2.9

26 Apr 14:52
1753e5e
Compare
Choose a tag to compare

5.2.9 (2023-04-25)

Features

  • Add Ec2InstanceSourceVPC and ec2InstanceSourcePrivateIPv4 conditional checks to IAM roles for Linux and Windows EC2 templates (#1181) (9295efb)

v5.2.8

19 Apr 01:02
1d2fe14
Compare
Choose a tag to compare

5.2.8 (2023-04-18)

Features

Bug Fixes

5.2.7

31 Dec 17:42
d334a0f
Compare
Choose a tag to compare

5.2.7 (2022-12-30)

Bug Fixes

  • Sagemaker compatibility fix with AL2. Fix issue in which Sagemaker instances running on AL2 could not mount dataset. (#1089) (bdf978b)

5.2.6

20 Dec 21:00
f9ac437
Compare
Choose a tag to compare

5.2.6 (2022-12-20)

Bug Fixes

  • Project Details fix when sorting: Projects UI table now properly aligns Detail buttons after sorting the table (#1070) (a267305)

5.2.5

09 Dec 19:39
79b9ca7
Compare
Choose a tag to compare

5.2.5 (2022-12-09)

Bug Fixes

  • Sagemaker compatability fix with AL2. Fix issue in which Sagemaker instances running on AL2 could not mount dataset and autostop (#1079) (dea1c89)

v5.2.4

07 Dec 18:10
80a1999
Compare
Choose a tag to compare

5.2.4 (2022-12-07)

Features

  • Add integration tests for users and user-roles controllers (#1057) (5e9e813)

Bug Fixes

v5.2.3

13 Oct 00:38
d1fbf04
Compare
Choose a tag to compare

5.2.3 (2022-10-12)

Bug Fixes

  • upgrade lambda nodejs to 16x and Serverless Framework to v3(#1047)(a0c7eee)
  • tre egress store data updated S3 return (#1054) (a80aa7e)
  • use "" as default profile if no awsProfile (#1050) (863cb06)

v5.2.2

02 Sep 20:52
d219794
Compare
Choose a tag to compare

5.2.2 (2022-09-02)

Bug Fixes

v5.2.0

01 Jun 13:57
ef76c88
Compare
Choose a tag to compare

5.2.0 (2022-06-01)

Features

  • TRE Enhancements (#993) (a843926):

    • Support for Centralized AMI: Allows customers to use a centralized DevOps account for building and hosting AMIs so that these AMIs can be made available to multiple SWB installations.
      • enableAmiSharing and devopsProfile configuration settings have been added, disabled by default. These can be overriden in your main/config/settings/<stage>.yml file.
    • Restrict access to data for Admin Role: The admin will be allowed to view another researchers' workspaces in the Service Workbench portal, but will not be able connect to them. This ensures the admins do not get indirect access to data sources of other users. Admins can also be restricted to being BYOB data source owners without being a BYOB study admins.
      • restrictAdminWorkspaceConnection and disableAdminBYOBSelfAssignment configuration settings have been added, disabled by default. These can be overriden in your main/config/settings/<stage>.yml file.
    • Restricted data upload capabilities for Researcher Profile: Users with a researcher role will not have the ability to create a study or upload files to any study, allowing organization to have more control over the study creation and data ingestion.
      • disableStudyUploadByResearcher configuration setting has been added, disabled by default. This can be overridden in your main/config/settings/<stage>.yml file.

    For more information about these flags, please take a look at our User Guide document.

Bug Fixes

v5.1.1

08 Apr 17:56
Compare
Choose a tag to compare

5.1.1 (2022-04-08)

Bug Fixes

  • replace aws-ee package name prefix with amzn (#960) (9e224ff)