File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 326326uenvs
327327uids
328328ultrasoft
329+ unsquashfs
329330utkin
330331vCluster
331332vClusters
Original file line number Diff line number Diff line change 44The latest version of uenv deployed on [ Alps clusters] [ ref-alps-clusters ] is ** v8.1.0** .
55You 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
You can’t perform that action at this time.
0 commit comments