diff --git a/README.md b/README.md index 054cce87f22..a8b63338c9a 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ Projects Showcase

- 🎉 Version 0.57.0rc2 is out. Check out the release notes + 🎉 Version 0.57.0 is out. Check out the release notes here.
🖥️ Download our VS Code Extension here. diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index e02ee1dae15..126f02f17e4 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,25 +1,55 @@ -# 0.57.0rc2 +# 0.57.0 -This release candidate introduces support for the fully new ZenML Dashboard experience, -a number of improvement to documentation and a few bug fixes. +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. -## What's Changed -* Fix CI by @strickvl in https://github.com/zenml-io/zenml/pull/2645 -* Misc/prepare release 0.57.0rc1 by @avishniakov in https://github.com/zenml-io/zenml/pull/2646 -* Add rate limiting to user password reset operations by @stefannica in https://github.com/zenml-io/zenml/pull/2643 -* Set zenml server name to default if not customized by @stefannica in https://github.com/zenml-io/zenml/pull/2647 -* Docker release fix by @avishniakov in https://github.com/zenml-io/zenml/pull/2649 -* Fix dashboard urls by @schustmi in https://github.com/zenml-io/zenml/pull/2648 +We're open-sourcing our dashboard for a few reasons: + +- to ensure that the dashboard experience is consistent across all users, for both the open-source and cloud versions +- to make it easier for us to maintain and develop the dashboard, as we can share components between the two versions +- to allow OSS contributions (and self-hosting and modifications) to the new dashboard +- to open up possibilities for future features, particularly for our OSS users + +New users of the ZenML in the dashboard will have a better experience thanks to a much-improved onboarding sequence: + +
+ Dashboard 2 +
+ +The dashboard will guide you through connecting to your server, setting up a stack, connecting to service connectors as well as running a pipeline. + +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. + +
+ Dashboard 3 +
+ +## What It Means for You + +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). +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. -**Full Changelog**: https://github.com/zenml-io/zenml/compare/0.57.0rc1...0.57.0-rc2 +
+ Dashboard 4 +
-# 0.57.0rc1 +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. -This release candidate introduces support for the fully new ZenML Dashboard experience, -a number of improvement to documentation and a few bug fixes. +### How to use the legacy dashboard + +The old dashboard is still available to you. To run with the legacy dashboard pass the `--legacy` flag when spinning it up: + +```bash +zenml up --legacy +``` + +Note that you can’t use both the new and old dashboard at the same time. + +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.) + +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. ## What's Changed * 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. * Slimmer and more secure Docker container images by @stefannica in https://github.com/zenml-io/zenml/pull/2617 * Add dashboard v2 source context by @schustmi in https://github.com/zenml-io/zenml/pull/2642 * Support New Dashboard release by @avishniakov in https://github.com/zenml-io/zenml/pull/2635 - - -**Full Changelog**: https://github.com/zenml-io/zenml/compare/0.56.4...0.57.0rc1 +* Fix CI by @strickvl in https://github.com/zenml-io/zenml/pull/2645 +* Misc/prepare release 0.57.0rc1 by @avishniakov in https://github.com/zenml-io/zenml/pull/2646 +* Add rate limiting to user password reset operations by @stefannica in https://github.com/zenml-io/zenml/pull/2643 +* Set zenml server name to default if not customized by @stefannica in https://github.com/zenml-io/zenml/pull/2647 +* Docker release fix by @avishniakov in https://github.com/zenml-io/zenml/pull/2649 +* Fix dashboard urls by @schustmi in https://github.com/zenml-io/zenml/pull/2648 +* Enable analytics during db initialization if specified by @schustmi in https://github.com/zenml-io/zenml/pull/2652 +* Better checks for user account updates to avoid Mass Assignment attacks by @stefannica in https://github.com/zenml-io/zenml/pull/2622 +* Prepare 0.57.0-rc2 by @avishniakov in https://github.com/zenml-io/zenml/pull/2651 +* Fix frontend analytics calls by @schustmi in https://github.com/zenml-io/zenml/pull/2653 +* Label studio settings and optional port by @htahir1 in https://github.com/zenml-io/zenml/pull/2628 +* Introduce default value fro enable_analytics by @AlexejPenner in https://github.com/zenml-io/zenml/pull/2654 +* Fix helm chart notes syntax by @wjayesh in https://github.com/zenml-io/zenml/pull/2656 +* Add server env variable to fix activation by @schustmi in https://github.com/zenml-io/zenml/pull/2657 +* Respect analytic ENV in local servers by @avishniakov in https://github.com/zenml-io/zenml/pull/2658 +* Small fixes in helm docs by @schustmi in https://github.com/zenml-io/zenml/pull/2659 + + +**Full Changelog**: https://github.com/zenml-io/zenml/compare/0.56.4...0.57.0 # 0.56.4 diff --git a/docs/book/.gitbook/assets/new_dashboard_rn_2.png b/docs/book/.gitbook/assets/new_dashboard_rn_2.png new file mode 100644 index 00000000000..35b6590a316 Binary files /dev/null and b/docs/book/.gitbook/assets/new_dashboard_rn_2.png differ diff --git a/docs/book/.gitbook/assets/new_dashboard_rn_3.png b/docs/book/.gitbook/assets/new_dashboard_rn_3.png new file mode 100644 index 00000000000..a813873489d Binary files /dev/null and b/docs/book/.gitbook/assets/new_dashboard_rn_3.png differ diff --git a/docs/book/.gitbook/assets/new_dashboard_rn_4.png b/docs/book/.gitbook/assets/new_dashboard_rn_4.png new file mode 100644 index 00000000000..b606e38a653 Binary files /dev/null and b/docs/book/.gitbook/assets/new_dashboard_rn_4.png differ diff --git a/pyproject.toml b/pyproject.toml index ee1d71b0508..9764e80c850 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "zenml" -version = "0.57.0rc2" +version = "0.57.0" packages = [{ include = "zenml", from = "src" }] description = "ZenML: Write production-ready ML code." authors = ["ZenML GmbH "] diff --git a/scripts/install-dashboard.sh b/scripts/install-dashboard.sh index 3394edfa4a3..d47ad97b440 100755 --- a/scripts/install-dashboard.sh +++ b/scripts/install-dashboard.sh @@ -1,9 +1,5 @@ #!/usr/bin/env bash -# TODO: remove me after release is stable -TAG="v0.17.0-rc2" - - APP_NAME="zenml-dashboard" REPO_URL="https://github.com/zenml-io/zenml-dashboard" diff --git a/src/zenml/VERSION b/src/zenml/VERSION index e54a1b2bcb5..78756de3aae 100644 --- a/src/zenml/VERSION +++ b/src/zenml/VERSION @@ -1 +1 @@ -0.57.0rc2 \ No newline at end of file +0.57.0 \ No newline at end of file diff --git a/src/zenml/zen_server/deploy/helm/Chart.yaml b/src/zenml/zen_server/deploy/helm/Chart.yaml index e35c9947ba6..9e829ac9868 100644 --- a/src/zenml/zen_server/deploy/helm/Chart.yaml +++ b/src/zenml/zen_server/deploy/helm/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: zenml -version: "0.57.0-rc2" +version: "0.57.0" description: Open source MLOps framework for portable production ready ML pipelines keywords: - mlops diff --git a/src/zenml/zen_server/deploy/helm/README.md b/src/zenml/zen_server/deploy/helm/README.md index 1d546b52963..8b355464236 100644 --- a/src/zenml/zen_server/deploy/helm/README.md +++ b/src/zenml/zen_server/deploy/helm/README.md @@ -20,8 +20,8 @@ ZenML is an open-source MLOps framework designed to help you create robust, main To install the ZenML chart directly from Amazon ECR, use the following command: ```bash -# example command for version 0.57.0-rc2 -helm install my-zenml oci://public.ecr.aws/zenml/zenml --version 0.57.0-rc2 +# example command for version 0.57.0 +helm install my-zenml oci://public.ecr.aws/zenml/zenml --version 0.57.0 ``` Note: Ensure you have OCI support enabled in your Helm client and that you are authenticated with Amazon ECR. diff --git a/src/zenml/zen_stores/migrations/versions/0.57.0_release.py b/src/zenml/zen_stores/migrations/versions/0.57.0_release.py new file mode 100644 index 00000000000..9ab354421d3 --- /dev/null +++ b/src/zenml/zen_stores/migrations/versions/0.57.0_release.py @@ -0,0 +1,23 @@ +"""Release [0.57.0]. + +Revision ID: 0.57.0 +Revises: 0.57.0rc2 +Create Date: 2024-05-02 13:05:56.733082 + +""" + +# revision identifiers, used by Alembic. +revision = "0.57.0" +down_revision = "0.57.0rc2" +branch_labels = None +depends_on = None + + +def upgrade() -> None: + """Upgrade database schema and/or data, creating a new revision.""" + pass + + +def downgrade() -> None: + """Downgrade database schema and/or data back to the previous revision.""" + pass