Skip to content

1.6.1

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Oct 13:20

Added

  • SSH Hook: added support for the com.hooks.ssh.authorize_ssh_key OCI annotation, which allows to authorize a user-provided public key for connecting to the running container.
  • Added a User Guide section about using Visual Studio Code's Remote Development extension in conjunction with Sarus and the SSH hook. More details here

Changed

  • The configuration files for the SSH hook and the Slurm sync hook are no longer generated automatically as part of the CMake installation process.
    In other words, the aforementioned hooks are no longer configured and enabled by default.
  • Updated recommended runc version to 1.1.9
  • Updated CI tests from source on Fedora (36 -> 38) and OpenSUSE Leap (15.4 -> 15.5)

Fixed

  • Fixed support for image manifests which are provided by registries as multi-line, not indented JSON
  • Fixed parsing from the command line of image references which feature registry host and image name, but no namespaces (e.g. <registry>/<image>)

Security

  • The installation directory of Sarus binaries is now always verified by the security checks.
    Previously the check on this directory could be skipped if no Sarus hooks were configured and if the runc and init binaries were located elsewhere.