-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
S3UTILS-110 pin dependencies of arsenal, werelogs
Pin the dependency version of arsenal and werelogs to what was built in the 1.4.1 docker image to remove the risk of side-effect by pulling a more recent version. Also update the URL scheme to the new standard
- Loading branch information
1 parent
d6de954
commit 6c95e3c
Showing
2 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -331,9 +331,9 @@ arrify@^1.0.0, arrify@^1.0.1: | |
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d" | ||
integrity sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0= | ||
|
||
"arsenal@github:scality/arsenal#development/8.1": | ||
"arsenal@git+https://github.com/scality/arsenal#e531e5e": | ||
version "8.2.0" | ||
resolved "https://codeload.github.com/scality/arsenal/tar.gz/e531e5e7110b347c3afab3ee62a355656dec0c70" | ||
resolved "git+https://github.com/scality/arsenal#e531e5e7110b347c3afab3ee62a355656dec0c70" | ||
dependencies: | ||
"@hapi/joi" "^15.1.0" | ||
JSONStream "^1.0.0" | ||
|
@@ -4866,7 +4866,7 @@ sprintf-js@~1.0.2: | |
resolved "https://codeload.github.com/scality/sproxydclient/tar.gz/30e7115668bc7e10b4ec3cfdbaa7a124cdc21cc5" | ||
dependencies: | ||
async "^3.1.0" | ||
werelogs scality/werelogs#351a2a3 | ||
werelogs scality/werelogs#8.1.0 | ||
|
||
sshpk@^1.7.0: | ||
version "1.15.1" | ||
|
@@ -5356,9 +5356,9 @@ webidl-conversions@^4.0.2: | |
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad" | ||
integrity sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg== | ||
|
||
werelogs@scality/werelogs: | ||
"werelogs@git+https://github.com/scality/werelogs#351a2a3": | ||
version "8.0.0" | ||
resolved "https://codeload.github.com/scality/werelogs/tar.gz/1a6e052fb2bdfb1c4f6bb9467dc814e79abf6e46" | ||
resolved "git+https://github.com/scality/werelogs#351a2a339e9673301cb45777e1b6d70ae9a73d67" | ||
dependencies: | ||
safe-json-stringify "1.0.3" | ||
|
||
|
@@ -5368,9 +5368,9 @@ werelogs@scality/werelogs#0ff7ec82: | |
dependencies: | ||
safe-json-stringify "1.0.3" | ||
|
||
werelogs@scality/werelogs#351a2a3: | ||
version "8.0.0" | ||
resolved "https://codeload.github.com/scality/werelogs/tar.gz/351a2a339e9673301cb45777e1b6d70ae9a73d67" | ||
werelogs@scality/werelogs#8.1.0: | ||
version "8.1.0" | ||
resolved "https://codeload.github.com/scality/werelogs/tar.gz/e8f828725642c54c511cdbe580b18f43d3589313" | ||
dependencies: | ||
safe-json-stringify "1.0.3" | ||
|
||
|
@@ -5587,8 +5587,8 @@ [email protected]: | |
resolved "https://registry.yarnpkg.com/yeast/-/yeast-0.1.2.tgz#008e06d8094320c372dbc2f8ed76a0ca6c8ac419" | ||
integrity sha1-AI4G2AlDIMNy28L47XagymyKxBk= | ||
|
||
zenkoclient@scality/zenkoclient#5c7f655: | ||
"zenkoclient@git+https://github.com/scality/zenkoclient#5c7f655": | ||
version "1.0.0" | ||
resolved "https://codeload.github.com/scality/zenkoclient/tar.gz/5c7f655d1e2473830419f320bb7baedd7c4df111" | ||
resolved "git+https://github.com/scality/zenkoclient#5c7f655d1e2473830419f320bb7baedd7c4df111" | ||
dependencies: | ||
aws-sdk "^2.333.0" |