Skip to content

Commit

Permalink
Merge pull request #518 from dtrudg/issue516-39
Browse files Browse the repository at this point in the history
deps: Update scs-library-client to 1.2.1 (3.9)
  • Loading branch information
dtrudg authored Jan 19, 2022
2 parents 13be2c2 + b9ef08c commit 5bf49ac
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# SingularityCE Changelog

## v3.9.3 \[2021-01-11\]
## v3.9.4 \[2022-01-19\]

### Bug fixes

- Address timeout in library pull single stream download.

## v3.9.3 \[2022-01-11\]

### Bug fixes

Expand Down
6 changes: 3 additions & 3 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ cd singularity
By default your clone will be on the `master` branch which is where development
of SingularityCE happens. To build a specific version of SingularityCE, check
out a [release tag](https://github.com/sylabs/singularity/tags) before
compiling. E.g. to build the 3.9.3 release checkout the `v3.9.3` tag:
compiling. E.g. to build the 3.9.4 release checkout the `v3.9.4` tag:

```sh
git checkout v3.9.3
git checkout v3.9.4
```

## Compiling SingularityCE
Expand Down Expand Up @@ -161,7 +161,7 @@ build and install the RPM like this:
<!-- markdownlint-disable MD013 -->

```sh
export VERSION=3.9.3 # this is the singularity version, change as you need
export VERSION=3.9.4 # this is the singularity version, change as you need

# Fetch the source
wget https://github.com/sylabs/singularity/releases/download/v${VERSION}/singularity-ce-${VERSION}.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ require (
github.com/sylabs/json-resp v0.8.0
github.com/sylabs/scs-build-client v0.2.1
github.com/sylabs/scs-key-client v0.7.1
github.com/sylabs/scs-library-client v1.2.0
github.com/sylabs/scs-library-client v1.2.1
github.com/sylabs/sif/v2 v2.3.1
github.com/urfave/cli v1.22.5 // indirect
github.com/vbauerster/mpb/v4 v4.12.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1011,8 +1011,8 @@ github.com/sylabs/scs-build-client v0.2.1 h1:/Hk9SI+hNPPjuacNk0aFvi6u7tFdNVtPzz+
github.com/sylabs/scs-build-client v0.2.1/go.mod h1:/kuKpMv3JnFd2IXCmX1+OCYxBxv+zUUWv92Az3QvwfE=
github.com/sylabs/scs-key-client v0.7.1 h1:m8w1fK5Ja/ahdgDRiAaFJ8CMOIOm8m37gKgSCwOgoeY=
github.com/sylabs/scs-key-client v0.7.1/go.mod h1:/5RJxsW7iIKDD9FU2qfGvlCs+MfjigV7InUDE1SIR30=
github.com/sylabs/scs-library-client v1.2.0 h1:Ee9fsnYy15pF1Y1RF/9gBUA7Up4XuEbOPPMPHMJr+zM=
github.com/sylabs/scs-library-client v1.2.0/go.mod h1:WddtCtL42AAsmCiUe8oxjHKbER5vbXtaO7Cxlmf+n0c=
github.com/sylabs/scs-library-client v1.2.1 h1:L8vOoG1/ByN0VSMgQjbhd8X8DbidA10nPuIiUd0oJFM=
github.com/sylabs/scs-library-client v1.2.1/go.mod h1:WddtCtL42AAsmCiUe8oxjHKbER5vbXtaO7Cxlmf+n0c=
github.com/sylabs/sif/v2 v2.3.1 h1:NHoc/rZpnOS05etmT+j8IJOZP2Cc8zHHG8rKSVosvZs=
github.com/sylabs/sif/v2 v2.3.1/go.mod h1:NnvveH62GiibimL00MrI6YYcZfb7DnZMcRo/40giY+0=
github.com/syndtr/gocapability v0.0.0-20170704070218-db04d3cc01c8/go.mod h1:hkRG7XYTFWNJGYcbNJQlaLq0fg1yr4J4t/NcTQtrfww=
Expand Down

0 comments on commit 5bf49ac

Please sign in to comment.