Skip to content

0.91.1

Choose a tag to compare

@schustmi schustmi released this 11 Nov 12:43
· 30 commits to main since this release

New Features

Huggingface Deployer

  • New deployer implementation that allows you to deploy your pipelines on Huggingface

Kubernetes orchestrator

  • Additional configuration option to specify the container security context
  • Additional configuration option that can be used skip creating owner references

Other

  • New authentication options for the HashiCorp Vault secret store
  • Support for newer Databricks versions
  • Introduced v1 of dynamic pipelines. This feature is highly experimental and not meant for production, and we are seeking early feedback. Read these docs for more details.

Bug Fixes

  • Fix port reuse for local deployments
  • Fix parallel deployment invocations
  • Fix keyboard interrupt handling while monitoring a synchronous run
  • Fix case-sensitivity issue when updating the name of some entities like stack components

Known issues

  • When a kubernetes orchestrator is configured with pass_zenml_token_as_secret=True and orchestrator_pod_settings.env does not contain any values, the orchestrator fails to correctly pass the secret. As a workaround in this release, you can either
    • set pass_zenml_token_as_secret to False, or
    • configure a dummy environment variable (e.g. using the following CLI command zenml orchestrator update --orchestrator_pod_settings='{"env": [{"name": "DUMMY", "value": ""}]}')

What's Changed

Full Changelog: 0.91.0...0.91.1