diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 57a38ee..a44e368 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -11,7 +11,7 @@ // export DOCKER_GROUP_ID=$(getent group docker | awk -F ":" '{ print $3 }') "DOCKER_GROUP_ID": "${localEnv:DOCKER_GROUP_ID}", "INTERACTIVE": "true", - "OSS_VERSION": "v0.14.1" + "OSS_VERSION": "v0.15.1" } }, "runArgs": [ diff --git a/.github/workflows/deploy_tre_reusable.yml b/.github/workflows/deploy_tre_reusable.yml index de7ea93..6efff89 100644 --- a/.github/workflows/deploy_tre_reusable.yml +++ b/.github/workflows/deploy_tre_reusable.yml @@ -364,6 +364,8 @@ jobs: include: - {BUNDLE_TYPE: "workspace", BUNDLE_DIR: "\\${AZURETRE_HOME}/templates/workspaces/base"} + - {BUNDLE_TYPE: "workspace", + BUNDLE_DIR: "\\${AZURETRE_HOME}/templates/workspaces/unrestricted"} - {BUNDLE_TYPE: "workspace", BUNDLE_DIR: "\\${AZURETRE_HOME}/templates/workspaces/airlock-import-review"} - {BUNDLE_TYPE: "workspace_service", @@ -524,6 +526,8 @@ jobs: # bundles type can be inferred from the bundle dir (but this is more explicit) - {BUNDLE_TYPE: "workspace", BUNDLE_DIR: "\\${AZURETRE_HOME}/templates/workspaces/base"} + - {BUNDLE_TYPE: "workspace", + BUNDLE_DIR: "\\${AZURETRE_HOME}/templates/workspaces/unrestricted"} - {BUNDLE_TYPE: "workspace", BUNDLE_DIR: "\\${AZURETRE_HOME}/templates/workspaces/airlock-import-review"} - {BUNDLE_TYPE: "workspace_service",