Skip to content

Commit d603455

Browse files
authored
Merge pull request #5607 from dctrud/issue5606
Cherry-pick #5588 to release-3.6 (scs-library-client-update)
2 parents 98ad49a + 2afaa23 commit d603455

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ _With the release of `v3.0.0`, we're introducing a new changelog format in an at
99

1010
_The old changelog can be found in the `release-2.6` branch_
1111

12+
# Changes since v3.6.3
13+
14+
## Bug Fixes
15+
16+
- Update scs-library-client to support library:// backends using an
17+
3rd party S3 object store that does not strictly conform to v4
18+
signature spec.
19+
20+
1221
# v3.6.3 - [2020-09-15]
1322

1423
## Security related fixes

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ require (
4444
github.com/sylabs/json-resp v0.7.0
4545
github.com/sylabs/scs-build-client v0.1.4
4646
github.com/sylabs/scs-key-client v0.5.1
47-
github.com/sylabs/scs-library-client v0.5.5
47+
github.com/sylabs/scs-library-client v0.5.7
4848
github.com/sylabs/sif v1.2.1
4949
github.com/vbauerster/mpb/v4 v4.12.2
5050
github.com/vishvananda/netlink v1.0.1-0.20190618143317-99a56c251ae6 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -533,8 +533,8 @@ github.com/sylabs/scs-build-client v0.1.4 h1:qSmrjWJBz3/kQfTnfpq3L7aKZyJnUgJajbq
533533
github.com/sylabs/scs-build-client v0.1.4/go.mod h1:HxxopmlbGhWbHjaLBlTlcnV10NuMJnbf90Lj9yyW+YA=
534534
github.com/sylabs/scs-key-client v0.5.1 h1:Gig1O0Rs926UJtXyKJLAYn5Kn2Wmi3g5VupOWNizvnE=
535535
github.com/sylabs/scs-key-client v0.5.1/go.mod h1:iKD05EsmJMGaxKhcjjwh/thEShfaWmky1qo24zHE0pw=
536-
github.com/sylabs/scs-library-client v0.5.5 h1:sjCtA1VbkZfGjdbbZ0SHbrCVOlqDmFLvjTqz2/m2u7Y=
537-
github.com/sylabs/scs-library-client v0.5.5/go.mod h1:aGApgDIqM7Seuk0BHztl+vow4cY6NlDFS5jViCDu90U=
536+
github.com/sylabs/scs-library-client v0.5.7 h1:qJACZ/rJByKle7HyeG/iGZxcc39vAJezVMDLr5YV73E=
537+
github.com/sylabs/scs-library-client v0.5.7/go.mod h1:DqZKmwqx8B3PbYS0YrETlCVUviOTz+ZQewoLqWjU2AI=
538538
github.com/sylabs/sif v1.2.1 h1:BvNER55n5ppPzVO8TFxADfM8xMaZKdHur7BR5Yf3leE=
539539
github.com/sylabs/sif v1.2.1/go.mod h1:gLZA1tQWzKe8lr4Pt+iUP+rJUPcDXZJjs/142yRwmVE=
540540
github.com/syndtr/gocapability v0.0.0-20170704070218-db04d3cc01c8/go.mod h1:hkRG7XYTFWNJGYcbNJQlaLq0fg1yr4J4t/NcTQtrfww=

0 commit comments

Comments
 (0)