Skip to content

0.34.0

Compare
Choose a tag to compare
@schustmi schustmi released this 20 Feb 22:06
· 1113 commits to main since this release
256d5b0

This release comes with major upgrades to the python library as well as the dashboard:

  • You can now store you secrets in a centralized way instead of having them
    tied to a secrets manager stack component. The secrets manager component is deprecated but will still
    work while we continue migrating all secrets manager flavors to be available as a backend to store centralized
    secrets. Check out the docs
    for more information.
  • Pipelines are now versioned: ZenML detects changes to your steps and structure of your pipelines and
    automatically creates new pipeline versions for you.
  • You can now build the required Docker images for your pipeline without actually running it with
    the zenml pipeline build command. This build can later be used to run the pipeline using the
    zenml pipeline run command or by passing it to pipeline.run() in python.
  • DockerSettings can now be specified separately for each step of your pipeline. This allows you to build
    specialized Docker images for each step in your pipeline if needed.
  • Metadata for runs and artifacts is now displayed in the dashboard: When viewing a pipeline run in the dashboard,
    click on a step or artifact to get useful metadata like the endpoint where your model is deployed or
    statistics about your training data.

What's Changed

New Contributors

  • @luckri13 made their first contribution in #1327

Full Changelog: 0.33.0...0.34.0