You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+63-17Lines changed: 63 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,55 @@
1
1
<!-- markdown-link-check-disable -->
2
2
3
-
# 0.57.0rc2
3
+
# 0.57.0
4
4
5
-
This release candidate introduces support for the fully new ZenML Dashboard experience,
6
-
a number of improvement to documentation and a few bug fixes.
5
+
We're excited to announce that we're open-sourcing our new and improved dashboard. This unifies the experience for OSS and cloud users, though OSS users will initially see some dashboard features unavailable in this launch release.
7
6
8
-
## What's Changed
9
-
* Fix CI by @strickvl in https://github.com/zenml-io/zenml/pull/2645
10
-
* Misc/prepare release 0.57.0rc1 by @avishniakov in https://github.com/zenml-io/zenml/pull/2646
11
-
* Add rate limiting to user password reset operations by @stefannica in https://github.com/zenml-io/zenml/pull/2643
12
-
* Set zenml server name to default if not customized by @stefannica in https://github.com/zenml-io/zenml/pull/2647
13
-
* Docker release fix by @avishniakov in https://github.com/zenml-io/zenml/pull/2649
14
-
* Fix dashboard urls by @schustmi in https://github.com/zenml-io/zenml/pull/2648
7
+
We're open-sourcing our dashboard for a few reasons:
8
+
9
+
- to ensure that the dashboard experience is consistent across all users, for both the open-source and cloud versions
10
+
- to make it easier for us to maintain and develop the dashboard, as we can share components between the two versions
11
+
- to allow OSS contributions (and self-hosting and modifications) to the new dashboard
12
+
- to open up possibilities for future features, particularly for our OSS users
13
+
14
+
New users of the ZenML in the dashboard will have a better experience thanks to a much-improved onboarding sequence:
The dashboard will guide you through connecting to your server, setting up a stack, connecting to service connectors as well as running a pipeline.
21
+
22
+
We’ve also improved the ‘Settings’ section of the dashboard and this is the new home for configuration of your repositories, secrets, and connectors, along with some other options.
If you're already a **cloud user**, not much will change for you. You're already using the new dashboard for pipelines, models and artifacts. Your experience won’t change and for the moment you’ll continue using the old dashboard for certain components (notably for stacks and components).
15
31
32
+
If you're an **open-source user**, the new dashboard is now available to you as part of our latest release (0.57.0). You'll notice a completely refreshed design and a new DAG visualizer.
Unfortunately, some dashboard features are not yet ready so you'll see instructions on how to access them via the CLI. We hope to have these features returned into the product soon. (If you have a strong opinion as to which you'd like to see first, please let us know!) Specifically, secrets, stacks, and service connectors are not yet implemented in the new dashboard.
20
39
21
-
This release candidate introduces support for the fully new ZenML Dashboard experience,
22
-
a number of improvement to documentation and a few bug fixes.
40
+
### How to use the legacy dashboard
41
+
42
+
The old dashboard is still available to you. To run with the legacy dashboard pass the `--legacy` flag when spinning it up:
43
+
44
+
```bash
45
+
zenml up --legacy
46
+
```
47
+
48
+
Note that you can’t use both the new and old dashboard at the same time.
49
+
50
+
If you’re self-hosting ZenML instead of using ZenML Cloud, you can specify which dashboard you want to use by setting the `ZEN_SERVER_USE_LEGACY_DASHBOARD` environment variable pre-deployment. Specifying a boolean value for this variable will determine which dashboard gets served for your deployment. (There’s no dynamic switching between dashboards allowed, so if you wish to change which dashboard is used for a deployed server, you’ll need to redeploy the server after updating the environment variable.)
51
+
52
+
If you’re using [ZenML Cloud](https://cloud.zenml.io/), your experience won’t change with this release and your use of the dashboard remains the same.
23
53
24
54
## What's Changed
25
55
* Add Comet to Experiment Trackers in TOC by @strickvl in https://github.com/zenml-io/zenml/pull/2637
@@ -28,9 +58,25 @@ a number of improvement to documentation and a few bug fixes.
28
58
* Slimmer and more secure Docker container images by @stefannica in https://github.com/zenml-io/zenml/pull/2617
29
59
* Add dashboard v2 source context by @schustmi in https://github.com/zenml-io/zenml/pull/2642
30
60
* Support New Dashboard release by @avishniakov in https://github.com/zenml-io/zenml/pull/2635
0 commit comments