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
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,27 @@
1
+
# 0.2.2
2
+
3
+
This release includes documentation changes and bug fixes (detailed below) prior to the public announcement.
4
+
5
+
Date: 16th May 2023
6
+
7
+
## Bug Fixes:
8
+
9
+
* Provisioning failed when the local machine had never previously ran anything related to Kubernetes - fixed (PR https://github.com/fuzzylabs/matcha/pull/86)
10
+
* When provisioning failed part way through, `destroy` was unable to deprovision the partially provisioned component stack - fixed (PR https://github.com/fuzzylabs/matcha/pull/88)
11
+
* Added `pymdown-extensions` as a dependency to solve security issue - PR https://github.com/fuzzylabs/matcha/pull/99
12
+
13
+
## Documentation Updates (docs/readme):
14
+
15
+
* The landing page has been overhauled to improve the narrative and provide a better introduction
16
+
* The getting started guide has been updated to improve language and structure
17
+
* The README has been updated to include badges and a GIF, along with structural and language changes.
18
+
19
+
## Other fixes/changes:
20
+
21
+
* Added attribution to the relevant terraform files
22
+
23
+
See all changes here: [v0.2.1...v0.2.2](https://github.com/fuzzylabs/matcha/compare/v0.2.1...v0.2.2)
24
+
1
25
# 0.2.1
2
26
3
27
In this release, we introduce `matcha` to the world - an open source tool for provisioning MLOps environments to the cloud.
0 commit comments