Skip to content

0.23.0

Latest
Compare
Choose a tag to compare
@marrobi marrobi released this 10 Jun 13:46
· 18 commits to main since this release
8257650

BREAKING CHANGES & MIGRATIONS:

  • The management container registry now uses a private endpoint, and public network access is controlled via the disable_acr_public_access variable. The ACR SKU has been changed to premuim so you need to run make deploy-mgmt to upgrade it.
    In future versions, public access will be fully removed, and the ACR will become private only. Please ensure that relevant templates are updated to their latest versions to support communication through the private endpoint (#4533)

ENHANCEMENTS:

  • Add ability to pass values to install stage on pipleine (#4451)
  • Format the error message in the Operations panel for enhanced readability (#4493)
  • Enhanced the logout message to emphasize session security. (#4410)
  • Added ability to assign VMs to other users at creation time (#1179)
  • Add shutdown schedule to Windows VMs (#4211)
  • Add deploy and sku variables to control deployment of Azure Bastion (#4383)
  • Allow USER_MANAGEMENT_ENABLED config variable to be set via CI/CD (#4517)
  • Added support for private agent subnet ID configuration in config.yaml for core Key Vault network access from runner vnet (#4463)
  • Ability to customise UI header and footer text (#4201)
  • Allow AUTO_GRANT_WORKSPACE_CONSENT config variable to set be set via CI/CD (#4533)
  • Delete old database migrations (#4168)
  • Update terraform to reduce recreation of private endpoints and other resources (#4539)
  • Disable ACR admin account (#4542)
  • Allow UI_SITE_NAME and UI_FOOTER_TEXT to be dynamically calculated passed in deploy_tre_reusable.yaml (#4575)
  • Enable diagnostic settings for Databricks workspaces (#4576)

BUG FIXES:

  • Letsencrypt.yml fails with "Invalid reference in variable validation" (#4506)
  • Intermittent management storage account access failure during core deployment (#4505)
  • Some error messages not displayed in side panel (#4502)
  • Fix AirLock VM not deleting (#4474)
  • Airlock Review Template Leaves OS Disk Behind (4514)
  • Enabled Shared Access Key access on the core storage account (#4448)
  • Remove strtobool from airlock_processor (#4535)
  • Keyvault + mgmt storage just in time access scripts traps conflict in the same shell (#4564)
  • Fix Gitea workspace service being exposed externally (#4558)
  • Certs service deployment failed updating static website (#4572)
  • Pin package versions in resource processor cloud-init script to avoid breaking changes (#4580)

Full Changelog: v0.22.0...v0.23.0