From 8cfe7cd1fc6263872e2aacad738955036a156fd3 Mon Sep 17 00:00:00 2001 From: Leif Henriksen Date: Tue, 24 Mar 2026 13:41:00 +0100 Subject: [PATCH 1/2] CLDSRV-876: bump package.json version to 9.2.32 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a5fa022af7..47619cb59a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zenko/cloudserver", - "version": "9.2.31", + "version": "9.2.32", "description": "Zenko CloudServer, an open-source Node.js implementation of a server handling the Amazon S3 protocol", "main": "index.js", "engines": { From a4314a862390b907f92ba9c7a2ed1f6e5a8c975d Mon Sep 17 00:00:00 2001 From: Leif Henriksen Date: Tue, 24 Mar 2026 13:42:51 +0100 Subject: [PATCH 2/2] CLDSRV-876: bump arsenal to 8.2.48 --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 47619cb59a..fc2d728d59 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "dependencies": { "@azure/storage-blob": "^12.28.0", "@hapi/joi": "^17.1.1", - "arsenal": "git+https://github.com/scality/arsenal#8.2.47", + "arsenal": "git+https://github.com/scality/arsenal#8.2.48", "async": "2.6.4", "aws-sdk": "^2.1692.0", "bucketclient": "scality/bucketclient#8.2.7", diff --git a/yarn.lock b/yarn.lock index 348662bf26..4f2f941009 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1527,9 +1527,9 @@ arraybuffer.prototype.slice@^1.0.4: optionalDependencies: ioctl "^2.0.2" -"arsenal@git+https://github.com/scality/arsenal#8.2.47": - version "8.2.47" - resolved "git+https://github.com/scality/arsenal#915163b83ced5ef3fd473556f379136c4a455d6c" +"arsenal@git+https://github.com/scality/arsenal#8.2.48": + version "8.2.48" + resolved "git+https://github.com/scality/arsenal#362f7908b6126709add96ee981d5235d96bab58c" dependencies: "@azure/identity" "^4.13.0" "@azure/storage-blob" "^12.28.0"