diff --git a/.github/workflows/deploy_tre_reusable.yml b/.github/workflows/deploy_tre_reusable.yml index c7e8a5be17..901e5c3224 100644 --- a/.github/workflows/deploy_tre_reusable.yml +++ b/.github/workflows/deploy_tre_reusable.yml @@ -390,6 +390,8 @@ jobs: BUNDLE_DIR: "./templates/workspace_services/mysql"} - {BUNDLE_TYPE: "workspace_service", BUNDLE_DIR: "./templates/workspace_services/health-services"} + - {BUNDLE_TYPE: "workspace_service", + BUNDLE_DIR: "./templates/workspace_services/databricks"} - {BUNDLE_TYPE: "user_resource", BUNDLE_DIR: "./templates/workspace_services/guacamole/user_resources/guacamole-azure-windowsvm"} - {BUNDLE_TYPE: "user_resource", @@ -442,6 +444,8 @@ jobs: BUNDLE_DIR: "./templates/shared_services/cyclecloud/"} - {BUNDLE_TYPE: "shared_service", BUNDLE_DIR: "./templates/shared_services/sonatype-nexus-vm/"} + - {BUNDLE_TYPE: "shared_service", + BUNDLE_DIR: "./templates/shared_services/databricks-auth/"} environment: ${{ inputs.environmentName }} steps: - name: Checkout @@ -486,6 +490,8 @@ jobs: BUNDLE_DIR: "./templates/shared_services/cyclecloud/"} - {BUNDLE_TYPE: "shared_service", BUNDLE_DIR: "./templates/shared_services/sonatype-nexus-vm/"} + - {BUNDLE_TYPE: "shared_service", + BUNDLE_DIR: "./templates/shared_services/databricks-auth/"} environment: ${{ inputs.environmentName }} steps: - name: Checkout @@ -541,6 +547,8 @@ jobs: BUNDLE_DIR: "./templates/workspace_services/mysql"} - {BUNDLE_TYPE: "workspace_service", BUNDLE_DIR: "./templates/workspace_services/health-services"} + - {BUNDLE_TYPE: "workspace_service", + BUNDLE_DIR: "./templates/workspace_services/databricks"} environment: ${{ inputs.environmentName }} steps: diff --git a/CHANGELOG.md b/CHANGELOG.md index b4dfffb300..ba73a4f720 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ FEATURES: ENHANCEMENTS: * Added 'availableUpgrades' field to Resources in GET/GET all Resources endpoints. The field indicates whether there are template versions that a resource can be upgraded to [#3234](https://github.com/microsoft/AzureTRE/pull/3234) * Update Porter (1.0.11), Docker (23.0.3), Terraform (1.4.5) ([#3430](https://github.com/microsoft/AzureTRE/issues/3430)) +* Build, publish and register Databricks bundles in workflow ([#3447](https://github.com/microsoft/AzureTRE/issues/3447)) BUG FIXES: * Fix ENABLE_SWAGGER configuration being ignored in CI ([#3355](https://github.com/microsoft/AzureTRE/pull/3355))