From 2cd039617b6e7a663bc4389093ef2e40565a421e Mon Sep 17 00:00:00 2001 From: Taylor McKinnon Date: Mon, 19 Jan 2026 08:55:45 -0800 Subject: [PATCH 1/2] bf(CLDSRV-834): Bump UTAPI version to 8.2.4 --- package.json | 2 +- yarn.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c35720bbf2..61deca7317 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "request": "^2.88.2", "scubaclient": "git+https://github.com/scality/scubaclient.git#fb7375a9298bda7df0e9f9ed81d7fc5b363590a9", "sql-where-parser": "^2.2.1", - "utapi": "github:scality/utapi#8.2.3", + "utapi": "github:scality/utapi#8.2.4", "utf-8-validate": "^6.0.5", "utf8": "^3.0.0", "uuid": "^11.0.3", diff --git a/yarn.lock b/yarn.lock index c85a653cdd..9c6391c0a0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6947,9 +6947,9 @@ url@0.10.3: punycode "1.3.2" querystring "0.2.0" -"utapi@github:scality/utapi#8.2.3": +"utapi@github:scality/utapi#8.2.4": version "8.2.4" - resolved "https://codeload.github.com/scality/utapi/tar.gz/f4366f8a40b3b009cdf016129f79bb13e2655ed2" + resolved "https://codeload.github.com/scality/utapi/tar.gz/0268bc1f00423648a456a633d27972e8c8d70c93" dependencies: "@hapi/joi" "^17.1.1" "@senx/warp10" "^2.0.3" From 27a9068ac802d453786392f747b5170e5ee02fb9 Mon Sep 17 00:00:00 2001 From: Taylor McKinnon Date: Mon, 19 Jan 2026 08:59:50 -0800 Subject: [PATCH 2/2] Bump version to 9.0.36 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 61deca7317..a4d84f25f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zenko/cloudserver", - "version": "9.0.35", + "version": "9.0.36", "description": "Zenko CloudServer, an open-source Node.js implementation of a server handling the Amazon S3 protocol", "main": "index.js", "engines": {