зеркало из https://github.com/microsoft/AzureTRE.git
Build Databricks bundles in workflow (#3447)
* Build databricks bundles in workflow * changelog
This commit is contained in:
Родитель
d68d17e845
Коммит
03e6ec7661
|
@ -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:
|
||||
|
|
|
@ -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))
|
||||
|
|
Загрузка…
Ссылка в новой задаче