|
1 | 1 | <!-- markdown-link-check-disable --> |
| 2 | +# 0.62.0 |
| 3 | + |
| 4 | +Building on top of the last release, this release adds a new and easy way to deploy a GCP ZenML stack from the dashboard and the CLI. Give it a try by going to the `Stacks` section in the dashboard or running the `zenml stack deploy` command! For more information on this new feature, please do check out [the video and blog](https://www.zenml.io/blog/easy-mlops-pipelines) from our previous release. |
| 5 | + |
| 6 | +We also [updated our Hugging Face integration](https://github.com/zenml-io/zenml/pull/2851) to support the automatic display of an embedded `datasets` preview pane in the ZenML Dashboard whenever you return a `Dataset` from a step. This was recently released by the Hugging Face datasets team and it allows you to easily visualize and inspect your data from the comfort of the dashboard. |
| 7 | + |
| 8 | +## What's Changed |
| 9 | + |
| 10 | +* Fix release action docker limit by @schustmi in https://github.com/zenml-io/zenml/pull/2837 |
| 11 | +* Upgrade ruff and yamlfix to latest versions before running formatting by @christianversloot in https://github.com/zenml-io/zenml/pull/2577 |
| 12 | +* Fixed edge-case where step run is stored incompletely by @AlexejPenner in https://github.com/zenml-io/zenml/pull/2827 |
| 13 | +* Docs for stack registration + deployment wizards by @htahir1 in https://github.com/zenml-io/zenml/pull/2814 |
| 14 | +* Make upgrade checks in formatting script optional by @avishniakov in https://github.com/zenml-io/zenml/pull/2839 |
| 15 | +* Enable migration testing for version 0.61.0 by @schustmi in https://github.com/zenml-io/zenml/pull/2836 |
| 16 | +* One-click GCP stack deployments by @stefannica in https://github.com/zenml-io/zenml/pull/2833 |
| 17 | +* Only login to docker for PRs with secret access by @schustmi in https://github.com/zenml-io/zenml/pull/2842 |
| 18 | +* Add GCP Stack creation Wizard (CLI) by @avishniakov in https://github.com/zenml-io/zenml/pull/2826 |
| 19 | +* Update onboarding by @schustmi in https://github.com/zenml-io/zenml/pull/2794 |
| 20 | +* Merged log files in Step Ops steps might be not available on main process, due to merge in the step op by @avishniakov in https://github.com/zenml-io/zenml/pull/2795 |
| 21 | +* Fix some broken links, copy paste commands, and made secrets more visible by @htahir1 in https://github.com/zenml-io/zenml/pull/2848 |
| 22 | +* Update stack deployment docs and other small fixes by @stefannica in https://github.com/zenml-io/zenml/pull/2846 |
| 23 | +* Improved the `StepInterfaceError` message for missing inputs by @AlexejPenner in https://github.com/zenml-io/zenml/pull/2849 |
| 24 | +* add image pull secrets to k8s pod settings by @wjayesh in https://github.com/zenml-io/zenml/pull/2847 |
| 25 | +* Include apt installation of libgomp1 for docker images with lightgbm by @AlexejPenner in https://github.com/zenml-io/zenml/pull/2813 |
| 26 | +* Patch filter mflow by stage by @whoknowsB in https://github.com/zenml-io/zenml/pull/2798 |
| 27 | +* Bump mlflow to version 2.14.2 by @christianversloot in https://github.com/zenml-io/zenml/pull/2825 |
| 28 | +* Fix Accelerate string arguments passing by @avishniakov in https://github.com/zenml-io/zenml/pull/2845 |
| 29 | +* Fix CI by @schustmi in https://github.com/zenml-io/zenml/pull/2850 |
| 30 | +* Added some visualizations for the HF dataset by @htahir1 in https://github.com/zenml-io/zenml/pull/2851 |
| 31 | +* Fix skypilot versioning for the lambda integration by @wjayesh in https://github.com/zenml-io/zenml/pull/2853 |
| 32 | +* Improve custom visualization docs by @htahir1 in https://github.com/zenml-io/zenml/pull/2855 |
| 33 | +* Fix list typo by @htahir1 in https://github.com/zenml-io/zenml/pull/2856 |
| 34 | +* Endpoint to get existing and prospective resources for service connector by @avishniakov in https://github.com/zenml-io/zenml/pull/2854 |
| 35 | +* Databricks integrations by @safoinme in https://github.com/zenml-io/zenml/pull/2823 |
| 36 | + |
| 37 | +## New Contributors |
| 38 | +* @whoknowsB made their first contribution in https://github.com/zenml-io/zenml/pull/2798 |
| 39 | + |
| 40 | +**Full Changelog**: https://github.com/zenml-io/zenml/compare/0.61.0...0.62.0 |
| 41 | + |
2 | 42 | # 0.61.0 |
3 | 43 |
|
4 | 44 | This release comes with a new and easy way to deploy an AWS ZenML stack from the dashboard and the CLI. Give it a try by going to the `Stacks` section in the dashboard or running the `zenml stack deploy` command! |
|
0 commit comments