Skip to content

Commit cdd1452

Browse files
authored
Prepare release 0.55.1 (#2364)
* prepare release * trigger ci * revert fake
1 parent a9d6f50 commit cdd1452

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

RELEASE_NOTES.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
# 0.55.1
44

5+
**If you are actively using the Model Control Plane features, we suggest that you directly upgrade to 0.55.1, bypassing 0.55.0.**
6+
57
This is a patch release bringing backwards compatibility for breaking changes introduced in **0.55.0**, so that appropriate migration actions can be performed at desired pace. Please refer to [the 0.55.0 release notes](https://github.com/zenml-io/zenml/releases/tag/0.55.0) for specific information on breaking changes and how to update your code to align with the new way of doing things. We also have updated our documentation to serve you better and introduced `PipelineNamespace` models in our API.
68

7-
**If you are actively using the Model Control Plane features, we suggest that you directly upgrade to 0.55.1, bypassing 0.55.0.**
9+
Also this release is packed with Database recovery in case upgrade failed to migrate Database to a newer version of ZenML.
810

911
## What's Changed
1012
* Update skypilot docs by @safoinme in https://github.com/zenml-io/zenml/pull/2344
@@ -23,6 +25,8 @@ This is a patch release bringing backwards compatibility for breaking changes in
2325
* Add MVP pipeline namespace support by @schustmi in https://github.com/zenml-io/zenml/pull/2353
2426
* Apply docker run args to skypilot orchestrator VM by @schustmi in https://github.com/zenml-io/zenml/pull/2342
2527
* 📝 Minor docs improvements (basic step example) by @plattenschieber in https://github.com/zenml-io/zenml/pull/2348
28+
* Add DB backup and recovery during DB schema migrations by @wjayesh in https://github.com/zenml-io/zenml/pull/2158
29+
* Fix CI issues by @strickvl in https://github.com/zenml-io/zenml/pull/2363
2630

2731
## New Contributors
2832
* @plattenschieber made their first contribution in https://github.com/zenml-io/zenml/pull/2348

0 commit comments

Comments
 (0)