Skip to content
This repository was archived by the owner on Mar 17, 2024. It is now read-only.

Commit 6f3e5ab

Browse files
committed
Merge branch 'release/v0.3.0' of https://github.com/scaleoutsystems/stackn into release/v0.3.0
2 parents 37dae9a + 5116fb9 commit 6f3e5ab

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

docs/releasenotes.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,29 @@
11
# Release Notes
22

3-
## v0.3.0 _Upcoming Release_
3+
## v0.3.0
44

55
### New functionality
66

77
- You can now set environment variables in a model deployment
88
- New CLI command `stackn get settings` for listing all the settings needed to set up the CLI client.
99
The keycloak host is now set automatically after providing the studio host.
10+
- Added a chart to the models module in STACKn to show how model metrics have changed over time and runs (draft)
11+
- Create and delete project volumes with the CLI
1012

13+
```bash
14+
stackn create volume -s 10Mi -n example-vol
15+
stackn get volumes
16+
stackn delete volume -n example-vol
17+
stackn create lab -f medium -e jupyter-minimal -v example-vol1,example-vol2
18+
```
1119

12-
### Bug fixes
13-
20+
- A possibility to specify which buckets (arbitrary number) from the Minio instance should be mounted in the deployed container
21+
- A possibility to create jobs from command line
1422

23+
```
24+
stackn create job -c job.json
25+
stackn get jobs
26+
```
1527

1628
### Other
1729

0 commit comments

Comments
 (0)