|
1 | 1 | <!-- markdown-link-check-disable --> |
2 | 2 |
|
| 3 | +# 0.73.0 |
| 4 | + |
| 5 | +The `0.73.0` release contains various changes and improvements, but most |
| 6 | +importantly it introduces the support to deploy and enroll un-managed ZenML Pro |
| 7 | +tenants in the ZenML Pro control plane (Helm deployment options, secure |
| 8 | +enrollment, CSRF tokens) and other features necessary for self-hosted, |
| 9 | +multi-domain ZenML Pro installations. |
| 10 | + |
| 11 | +## Other Features |
| 12 | + |
| 13 | +- Vertex AI experiment tracker integration |
| 14 | +- Experiment comparison tooling |
| 15 | +- Support for new Airflow KubernetesPodOperator import paths |
| 16 | +- Updated Slack alerter implementation |
| 17 | +- Independent memory resource configuration for migration pods in Helm charts |
| 18 | + |
| 19 | +## Improvements |
| 20 | + |
| 21 | +- Added environment variable to allow non-ASCII characters in JSON dumps |
| 22 | +- Removed gluon from MLflow log suppression list |
| 23 | +- Enhanced resource reporting with automatic conversion |
| 24 | +- Documentation updates for Kubeflow Pipelines and LLMs |
| 25 | +- Various bugfixes for the ZenML dashboard |
| 26 | + |
| 27 | +## What's Changed |
| 28 | + |
| 29 | +* On-prem Pro tenants: secure enrollment, CSRF tokens and cross-domain authorization flow by @stefannica in https://github.com/zenml-io/zenml/pull/3264 |
| 30 | +* Fix the misc release actions by @schustmi in https://github.com/zenml-io/zenml/pull/3286 |
| 31 | +* Add 0.72.0 to the migration tests by @schustmi in https://github.com/zenml-io/zenml/pull/3285 |
| 32 | +* Fix links to Kubeflow Pipelines docs in `kubeflow.md` by @matemijolovic in https://github.com/zenml-io/zenml/pull/3289 |
| 33 | +* Add experiment comparison tool docs by @strickvl in https://github.com/zenml-io/zenml/pull/3287 |
| 34 | +* Fix broken links by @strickvl in https://github.com/zenml-io/zenml/pull/3291 |
| 35 | +* Add support for new Airflow KubernetesPodOperator import by @schustmi in https://github.com/zenml-io/zenml/pull/3295 |
| 36 | +* Updated Slack Alerter by @bcdurak in https://github.com/zenml-io/zenml/pull/3282 |
| 37 | +* Allow non ASCII in JSON dump with env var by @Frank995 in https://github.com/zenml-io/zenml/pull/3257 |
| 38 | +* Remove gluon from mlflow log suppression list by @htahir1 in https://github.com/zenml-io/zenml/pull/3298 |
| 39 | +* Convert reportable resources if necessary by @schustmi in https://github.com/zenml-io/zenml/pull/3296 |
| 40 | +* Vertex AI Experiment Tracker Integration by @nkhusainov in https://github.com/zenml-io/zenml/pull/3260 |
| 41 | +* Document on-prem ZenML Pro deployments by @stefannica in https://github.com/zenml-io/zenml/pull/3294 |
| 42 | +* generate llms.txt for our docs by @wjayesh in https://github.com/zenml-io/zenml/pull/3273 |
| 43 | +* [helm] Independent setting of memory resources for migration pods by @wjayesh in https://github.com/zenml-io/zenml/pull/3281 |
| 44 | + |
| 45 | +## New Contributors |
| 46 | + |
| 47 | +* @matemijolovic made their first contribution in https://github.com/zenml-io/zenml/pull/3289 |
| 48 | +* @Frank995 made their first contribution in https://github.com/zenml-io/zenml/pull/3257 |
| 49 | +* @nkhusainov made their first contribution in https://github.com/zenml-io/zenml/pull/3260 |
| 50 | + |
| 51 | +**Full Changelog**: https://github.com/zenml-io/zenml/compare/0.72.0...0.73.0 |
| 52 | + |
| 53 | + |
3 | 54 | # 0.72.0 |
4 | 55 |
|
5 | 56 | The `0.72.0` release contains various bug fixes, performance improvements and improvements to our documentation. |
|
0 commit comments