Skip to content

Commit

Permalink
Bump arsenal 8.1.137
Browse files Browse the repository at this point in the history
This fixes metrics report, which fails while trying to process
`system.views` as a regular "bucket" collection.

Issue: CLDSRV-562
  • Loading branch information
francoisferrand committed Oct 3, 2024
1 parent 77c968d commit 6fe4adf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@azure/storage-blob": "^12.12.0",
"@hapi/joi": "^17.1.0",
"arsenal": "git+https://github.com/scality/arsenal#8.1.135",
"arsenal": "git+https://github.com/scality/arsenal#8.1.137",
"async": "~2.5.0",
"aws-sdk": "2.905.0",
"bucketclient": "scality/bucketclient#8.1.9",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1040,9 +1040,9 @@ arraybuffer.slice@~0.0.7:
optionalDependencies:
ioctl "^2.0.2"

"arsenal@git+https://github.com/scality/arsenal#8.1.135":
version "8.1.135"
resolved "git+https://github.com/scality/arsenal#b5b126a3ce3defa235c3f1946fb60adb0cf4a1a0"
"arsenal@git+https://github.com/scality/arsenal#8.1.137":
version "8.1.137"
resolved "git+https://github.com/scality/arsenal#eec5bc02f11e2351697b901a544d675d9c66ca81"
dependencies:
"@azure/identity" "^3.1.1"
"@azure/storage-blob" "^12.12.0"
Expand Down

0 comments on commit 6fe4adf

Please sign in to comment.