From cf7bff37a803d8b3f7f860a19fa0a19afe7df0c3 Mon Sep 17 00:00:00 2001 From: Alberto Miranda Date: Tue, 27 Jan 2026 11:00:38 +0100 Subject: [PATCH 1/2] chore: Bump `VERSION-API` Signed-off-by: Alberto Miranda --- VERSION-API | 2 +- src/test/java/io/seqera/tower/cli/InfoCmdTest.java | 4 ++-- src/test/resources/runcmd/info/service-info.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION-API b/VERSION-API index 3d321654..14e18ec6 100644 --- a/VERSION-API +++ b/VERSION-API @@ -1,4 +1,4 @@ -1.37.0 +1.98.0 // Only first line of this file is read // This version should be bumped to the minimum version where dependent API changes were introduced // But never higher then the current Platform API Version deployed in Cloud Production: https://cloud.seqera.io/api/service-info diff --git a/src/test/java/io/seqera/tower/cli/InfoCmdTest.java b/src/test/java/io/seqera/tower/cli/InfoCmdTest.java index 25b2a240..08dd721d 100644 --- a/src/test/java/io/seqera/tower/cli/InfoCmdTest.java +++ b/src/test/java/io/seqera/tower/cli/InfoCmdTest.java @@ -57,7 +57,7 @@ void testInfo(OutputType format, MockServerClient mock) throws IOException { Map opts = new HashMap<>(); opts.put("cliVersion", getCliVersion() ); opts.put("cliApiVersion", getCliApiVersion()); - opts.put("towerApiVersion", "1.38.0"); + opts.put("towerApiVersion", "1.98.0"); opts.put("towerVersion", "22.3.0-torricelli"); opts.put("towerApiEndpoint", "http://localhost:"+mock.getPort()); opts.put("userName", "jordi"); @@ -87,7 +87,7 @@ void testInfoStatusTokenFail(MockServerClient mock) throws IOException { Map opts = new HashMap<>(); opts.put("cliVersion", getCliVersion() ); opts.put("cliApiVersion", getCliApiVersion()); - opts.put("towerApiVersion", "1.38.0"); + opts.put("towerApiVersion", "1.98.0"); opts.put("towerVersion", "22.3.0-torricelli"); opts.put("towerApiEndpoint", "http://localhost:"+mock.getPort()); opts.put("userName", null); diff --git a/src/test/resources/runcmd/info/service-info.json b/src/test/resources/runcmd/info/service-info.json index e6d50c89..587205da 100644 --- a/src/test/resources/runcmd/info/service-info.json +++ b/src/test/resources/runcmd/info/service-info.json @@ -1,7 +1,7 @@ { "serviceInfo": { "version": "22.3.0-torricelli", - "apiVersion": "1.38.0", + "apiVersion": "1.98.0", "commitId": "3f04bfd4", "authTypes": [ "github", From cd6719ec003ff0fcaaf7dab6044765342418bb60 Mon Sep 17 00:00:00 2001 From: Alberto Miranda Date: Tue, 27 Jan 2026 11:04:41 +0100 Subject: [PATCH 2/2] chore: Bump `VERSION` Signed-off-by: Alberto Miranda --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index cfa434e1..18f29586 100644 --- a/VERSION +++ b/VERSION @@ -1,3 +1,3 @@ -0.20.0 +0.21.0