Skip to content

Commit 430953f

Browse files
authored
Prepare release 0.63.0 (#2891)
1 parent a9053ab commit 430953f

File tree

7 files changed

+70
-6
lines changed

7 files changed

+70
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ the Apache License Version 2.0.
327327
<a href="https://github.com/zenml-io/zenml-projects">Projects Showcase</a>
328328
<br />
329329
<br />
330-
🎉 Version 0.62.0 is out. Check out the release notes
330+
🎉 Version 0.63.0 is out. Check out the release notes
331331
<a href="https://github.com/zenml-io/zenml/releases">here</a>.
332332
<br />
333333
🖥️ Download our VS Code Extension <a href="https://marketplace.visualstudio.com/items?itemName=ZenML.zenml-vscode">here</a>.

RELEASE_NOTES.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,45 @@
11
<!-- markdown-link-check-disable -->
2+
3+
# 0.63.0
4+
5+
Moving forward from the last two releases, we have further improved the
6+
1-click deployment tool and the stack wizard by adding support for Azure.
7+
8+
Moreover, we implemented a new step operator that allows you to run individual
9+
steps of your pipeline in Kubernetes pods.
10+
11+
Lastly, we have simplified our pipeline models by removing their versions.
12+
13+
## What's Changed
14+
* Enable cloud build service in GCP stack deployment by @stefannica in https://github.com/zenml-io/zenml/pull/2864
15+
* Adding a `logo_url` and the of the `integration` to component responses by @bcdurak in https://github.com/zenml-io/zenml/pull/2866
16+
* Use REST in Model tests by @avishniakov in https://github.com/zenml-io/zenml/pull/2834
17+
* Add Azure stack wizard by @avishniakov in https://github.com/zenml-io/zenml/pull/2841
18+
* Migration testing for 0.62.0 by @schustmi in https://github.com/zenml-io/zenml/pull/2860
19+
* Fix RBAC in combination with lazy loaders by @schustmi in https://github.com/zenml-io/zenml/pull/2869
20+
* Misc cleanup after release by @schustmi in https://github.com/zenml-io/zenml/pull/2861
21+
* Disable notebook error for Kubernetes orchestrator by @strickvl in https://github.com/zenml-io/zenml/pull/2870
22+
* Added ability to add labels to k8s pod by @htahir1 in https://github.com/zenml-io/zenml/pull/2872
23+
* Fix zenml pro links by @schustmi in https://github.com/zenml-io/zenml/pull/2875
24+
* Fix mlstacks docs typo by @begoechavarren in https://github.com/zenml-io/zenml/pull/2878
25+
* Fix requests vulnerability by @stefannica in https://github.com/zenml-io/zenml/pull/2843
26+
* Fixed some minor docs things i noticed by @htahir1 in https://github.com/zenml-io/zenml/pull/2881
27+
* Serialize source as Any to keep subclass attributes by @schustmi in https://github.com/zenml-io/zenml/pull/2880
28+
* Fix node selectors for Vertex orchestrator by @schustmi in https://github.com/zenml-io/zenml/pull/2876
29+
* Kubernetes step operator by @schustmi in https://github.com/zenml-io/zenml/pull/2883
30+
* Automatically populate GCP/azure path when using wizard from the frontend by @schustmi in https://github.com/zenml-io/zenml/pull/2886
31+
* Remove pipeline versioning and add run templates by @schustmi in https://github.com/zenml-io/zenml/pull/2830
32+
* Implement the Azure 1-click stack deployment by @stefannica in https://github.com/zenml-io/zenml/pull/2887
33+
* Better error message sagemaker, better documentation server env vars by @AlexejPenner in https://github.com/zenml-io/zenml/pull/2885
34+
* Azure Stack Wizard docs by @bcdurak in https://github.com/zenml-io/zenml/pull/2890
35+
* Docs update mlflow deploy function call by @safoinme in https://github.com/zenml-io/zenml/pull/2863
36+
* Fix databricks resource setting by @safoinme in https://github.com/zenml-io/zenml/pull/2889
37+
38+
## New Contributors
39+
* @begoechavarren made their first contribution in https://github.com/zenml-io/zenml/pull/2878
40+
41+
**Full Changelog**: https://github.com/zenml-io/zenml/compare/0.62.0...0.63.0
42+
243
# 0.62.0
344

445
Building on top of the last release, this release adds a new and easy way to deploy a GCP ZenML stack from the dashboard and the CLI. Give it a try by going to the `Stacks` section in the dashboard or running the `zenml stack deploy` command! For more information on this new feature, please do check out [the video and blog](https://www.zenml.io/blog/easy-mlops-pipelines) from our previous release.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "zenml"
3-
version = "0.62.0"
3+
version = "0.63.0"
44
packages = [{ include = "zenml", from = "src" }]
55
description = "ZenML: Write production-ready ML code."
66
authors = ["ZenML GmbH <[email protected]>"]

src/zenml/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.62.0
1+
0.63.0

src/zenml/zen_server/deploy/helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: zenml
3-
version: "0.62.0"
3+
version: "0.63.0"
44
description: Open source MLOps framework for portable production ready ML pipelines
55
keywords:
66
- mlops

src/zenml/zen_server/deploy/helm/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ ZenML is an open-source MLOps framework designed to help you create robust, main
2020
To install the ZenML chart directly from Amazon ECR, use the following command:
2121

2222
```bash
23-
# example command for version 0.62.0
24-
helm install my-zenml oci://public.ecr.aws/zenml/zenml --version 0.62.0
23+
# example command for version 0.63.0
24+
helm install my-zenml oci://public.ecr.aws/zenml/zenml --version 0.63.0
2525
```
2626

2727
Note: Ensure you have OCI support enabled in your Helm client and that you are authenticated with Amazon ECR.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
"""Release [0.63.0].
2+
3+
Revision ID: 0.63.0
4+
Revises: 7d1919bb1ef0
5+
Create Date: 2024-07-29 16:59:59.891939
6+
7+
"""
8+
9+
# revision identifiers, used by Alembic.
10+
revision = "0.63.0"
11+
down_revision = "7d1919bb1ef0"
12+
branch_labels = None
13+
depends_on = None
14+
15+
16+
def upgrade() -> None:
17+
"""Upgrade database schema and/or data, creating a new revision."""
18+
pass
19+
20+
21+
def downgrade() -> None:
22+
"""Downgrade database schema and/or data back to the previous revision."""
23+
pass

0 commit comments

Comments
 (0)