From ca88f1a851e0c53988676ef2814b01008bea9cf4 Mon Sep 17 00:00:00 2001 From: Kerkesni Date: Fri, 13 Jun 2025 11:38:20 +0200 Subject: [PATCH 1/2] bump arsenal This bump introduces a fix to VaulClient errors not being properly returned as Arsenal errors Issue: CLDSRV-666 --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index f01fb7de9f..4bb311bff7 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "dependencies": { "@azure/storage-blob": "^12.25.0", "@hapi/joi": "^17.1.1", - "arsenal": "git+https://github.com/scality/Arsenal#8.2.20", + "arsenal": "git+https://github.com/scality/Arsenal#8.2.21", "async": "2.6.4", "aws-sdk": "^2.1692.0", "bucketclient": "scality/bucketclient#8.2.4", diff --git a/yarn.lock b/yarn.lock index c45f1d3883..fca6c497f6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1296,9 +1296,9 @@ arraybuffer.prototype.slice@^1.0.4: get-intrinsic "^1.2.6" is-array-buffer "^3.0.4" -"arsenal@git+https://github.com/scality/Arsenal#8.2.20": - version "8.2.20" - resolved "git+https://github.com/scality/Arsenal#682643db352ca89d32557ce49f3fee5f5927fa72" +"arsenal@git+https://github.com/scality/Arsenal#8.2.21": + version "8.2.21" + resolved "git+https://github.com/scality/Arsenal#534e10f48d170b0c4dff9bd818376f796eac8aaa" dependencies: "@azure/identity" "^4.10.0" "@azure/storage-blob" "^12.27.0" From 7fee024436f81af0376b2e297e5a9507027ad0d1 Mon Sep 17 00:00:00 2001 From: Kerkesni Date: Fri, 13 Jun 2025 11:42:20 +0200 Subject: [PATCH 2/2] bump version to 9.0.16 Issue: CLDSRV-666 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4bb311bff7..3bddbbf4b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zenko/cloudserver", - "version": "9.0.15", + "version": "9.0.16", "description": "Zenko CloudServer, an open-source Node.js implementation of a server handling the Amazon S3 protocol", "main": "index.js", "engines": {