Skip to content

Commit 09deee9

Browse files
committed
bumping to version v0.2.5 for release
1 parent 5e5e701 commit 09deee9

4 files changed

Lines changed: 34 additions & 2 deletions

File tree

RELEASE_NOTES.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
# v0.2.5
2+
3+
# 🤝 Matcha goes multi-user!
4+
5+
In this version, we're introducing remote state management. What this means is that more than one user can use and interact with Azure resources provisioned using Matcha.
6+
7+
Our goal is to build a tool that is useful and as usable as possible and to understand this, we're also introducing analytics. These analytics enable us to anonymously understand how the tool is being used. We've provided detailed information about this in [our documentation](https://mymatcha.ai/privacy/)
8+
9+
Date: 6th June 2023
10+
11+
## Features
12+
13+
### 🧑‍🎓 Remote State Management
14+
15+
Instead of state being managed locally, meaning that only a single user could use Matcha to provision and interact with resources, state is now managed on Azure. For this to work, we're provisioning an additional bucket on Azure to act as a state oracle.
16+
17+
When a set of resources are provisioned, a `matcha.config.json` file will be created - this enables Matcha to communicate with the resources and must be included in your version control to enable resource sharing between users.
18+
19+
How this works under the hood has been described in detail [here](https://mymatcha.ai/inside-matcha/)
20+
21+
### Analytics
22+
23+
We want to make a tool that is both useful and usable. To achieve this, it's important that we understand how the tool is being used by the community.
24+
25+
By collecting fully anonymised usage data, i.e., logging a command being run, it'll enable us to accelerate development and demonstrate value both for us and potential partners.
26+
27+
This version implements that functionality.
28+
29+
We've explained what we're collecting and why in our documentation - see [here](https://mymatcha.ai/privacy/). Users are automatically opted-in to the collection of the usage data, however, we've implemented functionality to opt-out: `matcha analytics opt-out`
30+
31+
See all changes here: https://github.com/fuzzylabs/matcha/compare/v0.2.4...v0.2.5
32+
133
# 0.2.4
234

335
🔥 This version contains a hot fix for matcha get command, so it does not throw an error when run without arguments.
3.99 KB
Loading

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 = "matcha-ml"
3-
version = "0.2.4"
3+
version = "0.2.5"
44
description = "Matcha: An open source tool for provisioning MLOps environments to the cloud."
55
authors = ["FuzzyLabs <info@fuzzylabs.ai>"]
66
license = "Apache-2.0"

src/matcha_ml/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.4
1+
0.2.5

0 commit comments

Comments
 (0)