|
1 | 1 | <!-- markdown-link-check-disable -->
|
2 | 2 |
|
| 3 | +# 0.80.1 |
| 4 | + |
| 5 | +The `0.80.1` release focuses on bug fixes and performance improvements following the major `0.80.0` update. This release addresses several critical issues, particularly improving the CLI functionality when used with the REST API through a deployed ZenML instance. Additionally, this version introduces [a restructured documentation architecture](https://docs.zenml.io) for improved user experience. |
| 6 | + |
| 7 | +## Improvements |
| 8 | + |
| 9 | +- Import integrations lazily for better performance |
| 10 | +- Added ability to store a default project for users |
| 11 | + |
| 12 | +## Fixes |
| 13 | + |
| 14 | +- Fixed CLI combined with RestZenStore and filters with multiple entries |
| 15 | +- Fixed stack validation for incluster Kubernetes orchestrator |
| 16 | +- Fixed stack and component URL when connected to a cloud workspace |
| 17 | +- Fixed code repository host fallback |
| 18 | +- Fixed version validation |
| 19 | +- Various other minor bugfixes |
| 20 | + |
| 21 | +## Documentation |
| 22 | + |
| 23 | +- Restructured entire documentation for better organization |
| 24 | +- Fixed broken links in API documentation |
| 25 | +- Refined logging to debug level for service connectors |
| 26 | +- Removed redundant log messages |
| 27 | + |
| 28 | +## What's Changed |
| 29 | +* Adding `0.80.0` to the migration tests by @bcdurak in https://github.com/zenml-io/zenml/pull/3442 |
| 30 | +* Adding the disabled flavor test back by @bcdurak in https://github.com/zenml-io/zenml/pull/3431 |
| 31 | +* Stop CLI profiler running so much by @strickvl in https://github.com/zenml-io/zenml/pull/3449 |
| 32 | +* Add missing fallback host for code repositories by @schustmi in https://github.com/zenml-io/zenml/pull/3434 |
| 33 | +* Fix stack and component URL when connected to a cloud workspace by @schustmi in https://github.com/zenml-io/zenml/pull/3451 |
| 34 | +* Fix stack validation for incluster Kubernetes orchestrator by @schustmi in https://github.com/zenml-io/zenml/pull/3450 |
| 35 | +* Bump `click` dependency by @strickvl in https://github.com/zenml-io/zenml/pull/3445 |
| 36 | +* Fix 0.80.0 database migration by @stefannica in https://github.com/zenml-io/zenml/pull/3453 |
| 37 | +* Pin the ZenML Terraform provider version by @stefannica in https://github.com/zenml-io/zenml/pull/3443 |
| 38 | +* Import integrations lazily by @stefannica in https://github.com/zenml-io/zenml/pull/3419 |
| 39 | +* Remove Segment analytics script and scarf image load. by @htahir1 in https://github.com/zenml-io/zenml/pull/3455 |
| 40 | +* Restructure entire docs by @htahir1 in https://github.com/zenml-io/zenml/pull/3447 |
| 41 | +* Refactor logging to debug level for service connectors by @htahir1 in https://github.com/zenml-io/zenml/pull/3456 |
| 42 | +* Removing redundant log messages by @bcdurak in https://github.com/zenml-io/zenml/pull/3459 |
| 43 | +* Fix broken link in API documentation table by @htahir1 in https://github.com/zenml-io/zenml/pull/3462 |
| 44 | +* Add the ability to store a default project for a user by @schustmi in https://github.com/zenml-io/zenml/pull/3457 |
| 45 | +* Fixing the CLI combined with RestZenStore and filters with multiple entries by @bcdurak in https://github.com/zenml-io/zenml/pull/3464 |
| 46 | +* Don't ask for active project when listing projects by @stefannica in https://github.com/zenml-io/zenml/pull/3466 |
| 47 | +* Use the build python version to collect stack requirements for run templates by @stefannica in https://github.com/zenml-io/zenml/pull/3465 |
| 48 | +* Fix version validation by @bcdurak in https://github.com/zenml-io/zenml/pull/3467 |
| 49 | + |
| 50 | + |
| 51 | +**Full Changelog**: https://github.com/zenml-io/zenml/compare/0.80.0...0.80.1 |
| 52 | + |
| 53 | + |
3 | 54 | # 0.80.0
|
4 | 55 |
|
5 | 56 | The 0.80.0 release is one of our biggest updates in a while! This version introduces a major refactoring of workspaces into projects, enhances tagging capabilities, and improves GitLab repository support. This release also features significant performance optimizations for Docker builds and CLI operations.
|
@@ -285,6 +336,32 @@ multi-domain ZenML Pro installations.
|
285 | 336 |
|
286 | 337 | ## What's Changed
|
287 | 338 |
|
| 339 | +* Fix some docs by @htahir1 in https://github.com/zenml-io/zenml/pull/3302 |
| 340 | +* Replace deprecated `datetime.utcnow()` with `datetime.now(timezone.utc)` by @aiakide in https://github.com/zenml-io/zenml/pull/3265 |
| 341 | +* Adding the missing VertexAI experiment tracker docs by @bcdurak in https://github.com/zenml-io/zenml/pull/3308 |
| 342 | +* Create Sagemaker pipeline schedules if specified by @htahir1 in https://github.com/zenml-io/zenml/pull/3271 |
| 343 | +* Formatting by @schustmi in https://github.com/zenml-io/zenml/pull/3307 |
| 344 | +* Remove trailing slashes from zenml login URLs by @stefannica in https://github.com/zenml-io/zenml/pull/3312 |
| 345 | +* Fix Kubernetes service connector by @stefannica in https://github.com/zenml-io/zenml/pull/3313 |
| 346 | +* Add notes on missing features for on-prem ZenML Pro deployments by @stefannica in https://github.com/zenml-io/zenml/pull/3301 |
| 347 | +* Fix wrong warning log when directly connecting to MySQL DB by @schustmi in https://github.com/zenml-io/zenml/pull/3311 |
| 348 | +* Fix typo by @schustmi in https://github.com/zenml-io/zenml/pull/3316 |
| 349 | +* Minor fix for Sagemaker by @bcdurak in https://github.com/zenml-io/zenml/pull/3318 |
| 350 | +* Rework timestamp utilization for timezone consistency by @stefannica in https://github.com/zenml-io/zenml/pull/3314 |
| 351 | +* Add broken links checker by @htahir1 in https://github.com/zenml-io/zenml/pull/3305 |
| 352 | +* Schedule timezone fixes by @schustmi in https://github.com/zenml-io/zenml/pull/3315 |
| 353 | +* Misc code repository improvements by @schustmi in https://github.com/zenml-io/zenml/pull/3306 |
| 354 | +* Add core concepts video by @htahir1 in https://github.com/zenml-io/zenml/pull/3324 |
| 355 | +* Fix code download for custom flavor components by @schustmi in https://github.com/zenml-io/zenml/pull/3323 |
| 356 | +* Allow passing run configuration as dict when triggering pipelines by @schustmi in https://github.com/zenml-io/zenml/pull/3326 |
| 357 | +* Fix sorting by columns with potentially empty values by @schustmi in https://github.com/zenml-io/zenml/pull/3325 |
| 358 | +* Allow custom log formats by @schustmi in https://github.com/zenml-io/zenml/pull/3288 |
| 359 | +* Add vertex persistent resource to settings for step operator by @htahir1 in https://github.com/zenml-io/zenml/pull/3304 |
| 360 | +* Fix use of config file in vLLM pipelines by @wjayesh in https://github.com/zenml-io/zenml/pull/3322 |
| 361 | +* Fixing the CI with the new `huggingface-hub` version by @bcdurak in https://github.com/zenml-io/zenml/pull/3329 |
| 362 | +* Handling string values as SecretStrs in store configurations by @bcdurak in https://github.com/zenml-io/zenml/pull/3319 |
| 363 | +* More code repository improvements by @schustmi in https://github.com/zenml-io/zenml/pull/3327 |
| 364 | +* Fix materializer for new pytorch version by @schustmi in https://github.com/zenml-io/zenml/pull/3331 |
288 | 365 | * On-prem Pro tenants: secure enrollment, CSRF tokens and cross-domain authorization flow by @stefannica in https://github.com/zenml-io/zenml/pull/3264
|
289 | 366 | * Fix the misc release actions by @schustmi in https://github.com/zenml-io/zenml/pull/3286
|
290 | 367 | * Add 0.72.0 to the migration tests by @schustmi in https://github.com/zenml-io/zenml/pull/3285
|
|
0 commit comments