Skip to content

Commit 035ca2e

Browse files
committed
Prepare release 0.13.2
1 parent 28dd2bf commit 035ca2e

File tree

4 files changed

+30
-3
lines changed

4 files changed

+30
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
·
7575
<a href="#-meet-the-team">Meet the Team</a>
7676
<br />
77-
🎉 Version 0.13.1 is out. Check out the release notes
77+
🎉 Version 0.13.2 is out. Check out the release notes
7878
<a href="https://github.com/zenml-io/zenml/releases">here</a>.
7979
<br />
8080
<br />

RELEASE_NOTES.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,31 @@
11
<!-- markdown-link-check-disable -->
2+
3+
# 0.13.2
4+
5+
ZenML 0.13.2 comes with a new local Docker orchestrator and many other improvements and fixes:
6+
* You can now run your pipelines locally in isolated Docker containers per step
7+
* @gabrielmbmb updated our MLFlow experiment tracker to work with Databricks deployments 🎉
8+
* Documentation updates for cloud deployments and multi-tenancy Kubeflow support
9+
10+
## What's Changed
11+
* Update GitHub Actions by @fa9r in https://github.com/zenml-io/zenml/pull/864
12+
* Raise zenml exception when cyclic graph is detected by @schustmi in https://github.com/zenml-io/zenml/pull/866
13+
* Add source to segment identify call by @htahir1 in https://github.com/zenml-io/zenml/pull/868
14+
* Use default local paths/URIs for the local artifact and metadata stores by @stefannica in https://github.com/zenml-io/zenml/pull/873
15+
* Implement local docker orchestrator by @schustmi in https://github.com/zenml-io/zenml/pull/862
16+
* Update cheat sheet with latest CLI commands from 0.13.0 by @dnth in https://github.com/zenml-io/zenml/pull/867
17+
* Add a note about importing proper DockerConfiguration module by @jsuchome in https://github.com/zenml-io/zenml/pull/877
18+
* Bugfix/misc by @schustmi in https://github.com/zenml-io/zenml/pull/878
19+
* Fixed bug in tfx by @htahir1 in https://github.com/zenml-io/zenml/pull/883
20+
* Mlflow Databricks connection by @gabrielmbmb in https://github.com/zenml-io/zenml/pull/882
21+
* Refactor cloud guide to stack deployment guide by @wjayesh in https://github.com/zenml-io/zenml/pull/861
22+
* Add cookie consent by @strickvl in https://github.com/zenml-io/zenml/pull/871
23+
* Stack recipe CLI improvements by @wjayesh in https://github.com/zenml-io/zenml/pull/872
24+
* Kubeflow workaround added by @htahir1 in https://github.com/zenml-io/zenml/pull/886
25+
26+
27+
**Full Changelog**: https://github.com/zenml-io/zenml/compare/0.13.1...test
28+
229
# 0.13.1
330

431
ZenML 0.13.1 is here and it comes with several quality of life improvements:

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.13.1"
3+
version = "0.13.2"
44
packages = [
55
{ include = "zenml", from = "src" },
66
]

src/zenml/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.13.1
1+
0.13.2

0 commit comments

Comments
 (0)