Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
Signed-off-by: jason yang <jasonyangshadow@gmail.com>
  • Loading branch information
JasonYangShadow committed Aug 23, 2024
1 parent 3b2eda1 commit 1fa8dcf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ For older changes see the [archived Singularity change log](https://github.com/a

- Label process for starter binary of interactive containers with image filename,
for example: `Apptainer runtime parent: example.sif`.
- The `registry login` and `registry logout` commands now support a `--authfile
<path>` flag, which causes the OCI credentials to be written to / removed from
a custom file located at `<path>` instead of the default location
(`$HOME/.singularity/docker-config.json`). The commands `pull`, `push`, `run`,
`exec`, `shell`, and `instance start` can now also be passed a `--authfile
<path>` option, to read OCI registry credentials from this custom file.

## Changes for v1.3.x

Expand Down

0 comments on commit 1fa8dcf

Please sign in to comment.