From e101e34374a5ea2fced229eb2109aabfdcc65149 Mon Sep 17 00:00:00 2001 From: David Trudgian Date: Wed, 19 Jan 2022 09:35:26 -0600 Subject: [PATCH 1/2] deps: Update scs-library-client to 1.2.1 (3.9) Address context timeout in single stream download. Fixes #516 --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 16892ca573..cab5f9d72b 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/go.sum b/go.sum index 6454ffdf28..36fc42b8d6 100644 --- a/go.sum +++ b/go.sum @@ -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= From b9ef08ca414aad4fc1c90ba8674d5f497f428150 Mon Sep 17 00:00:00 2001 From: David Trudgian Date: Wed, 19 Jan 2022 09:39:49 -0600 Subject: [PATCH 2/2] Add CHANGELOG entry, bump docs version to 3.9.4 --- CHANGELOG.md | 8 +++++++- INSTALL.md | 6 +++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ff6bdc337..8cf3d74222 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/INSTALL.md b/INSTALL.md index 4eea7a85f6..11afa8baa1 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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 @@ -161,7 +161,7 @@ build and install the RPM like this: ```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