Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/actions/spelling/allow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ uenv
uenvs
uids
ultrasoft
unsquashfs
utkin
vCluster
vClusters
Expand Down
25 changes: 25 additions & 0 deletions docs/software/uenv/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,31 @@
The latest version of uenv deployed on [Alps clusters][ref-alps-clusters] is **v8.1.0**.
You can check the version available on a specific system with the `uenv --version` command.

[](){#ref-uenv-release-notes-v9.0.0}
## v9.0.0

This [version](https://github.com/eth-cscs/uenv2/releases/tag/v9.0.0) will replace v8.1.0 on Alps clusters.

### Features

- elastic logging.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this needed to be in the user facing documentation? I think mainly because it's not an opt-in/opt-out for the user?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I decided to put the full changelog in one spot in the docs, for all users and CSCS staff alike.

- Add `--json` option to `image ls` and `image find`.
- add `--format` flag to uenv status.

### Improvements

- force unsquashfs to use a single thread when unpacking meta data.
- reimplement squashfs-mount in the main repository.
- improve file name completion in bash.

### Fixes

- 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`.
- Only use the meta data path adjacent to a uenv image if it contains an env.json file.
- `image push` was not pushing the correct meta data path.
- a bug where the `--only-meta` flag was ignored on `image pull`.
- add hints to error message when uenv is not found.

[](){#ref-uenv-release-notes-v8.1.0}
## v8.1.0

Expand Down