Skip to content

Commit 8bd39b4

Browse files
authored
release notes for uenv v9.0.0 (#277)
1 parent 5c4d610 commit 8bd39b4

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

.github/actions/spelling/allow.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ uenv
326326
uenvs
327327
uids
328328
ultrasoft
329+
unsquashfs
329330
utkin
330331
vCluster
331332
vClusters

docs/software/uenv/release-notes.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,31 @@
44
The latest version of uenv deployed on [Alps clusters][ref-alps-clusters] is **v8.1.0**.
55
You can check the version available on a specific system with the `uenv --version` command.
66

7+
[](){#ref-uenv-release-notes-v9.0.0}
8+
## v9.0.0
9+
10+
This [version](https://github.com/eth-cscs/uenv2/releases/tag/v9.0.0) will replace v8.1.0 on Alps clusters.
11+
12+
### Features
13+
14+
- elastic logging.
15+
- Add `--json` option to `image ls` and `image find`.
16+
- add `--format` flag to uenv status.
17+
18+
### Improvements
19+
20+
- force unsquashfs to use a single thread when unpacking meta data.
21+
- reimplement squashfs-mount in the main repository.
22+
- improve file name completion in bash.
23+
24+
### Fixes
25+
26+
- Turn some CLI flags into options, so that they can be set with or without `=`. e.g. `uenv --repo=$HOME/uenv` or `uenv --repo $HOME/uenv`.
27+
- Only use the meta data path adjacent to a uenv image if it contains an env.json file.
28+
- `image push` was not pushing the correct meta data path.
29+
- a bug where the `--only-meta` flag was ignored on `image pull`.
30+
- add hints to error message when uenv is not found.
31+
732
[](){#ref-uenv-release-notes-v8.1.0}
833
## v8.1.0
934

0 commit comments

Comments
 (0)