From f98a5bc797e4892b48e136dd43ff907e615958b0 Mon Sep 17 00:00:00 2001 From: Stefano Boriero Date: Tue, 28 Apr 2026 15:40:00 +0200 Subject: [PATCH 1/3] [release] v0.28.0 Co-Authored-By: Claude Sonnet 4.6 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index eae9110b..9aa50a6a 100644 --- a/VERSION +++ b/VERSION @@ -1,3 +1,3 @@ -0.27.0 +0.28.0 From 3e5635541080d7cf733b0b9469726152a85a7a3f Mon Sep 17 00:00:00 2001 From: Stefano Boriero Date: Tue, 28 Apr 2026 15:56:27 +0200 Subject: [PATCH 2/3] chore: update VERSION-API --- VERSION-API | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION-API b/VERSION-API index a6f66a22..e591f7f0 100644 --- a/VERSION-API +++ b/VERSION-API @@ -1,4 +1,4 @@ -1.114.0 +1.145.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 +// But never higher then the current Platform API Version deployed in Cloud Production: https://cloud.seqera.io/api/service-info \ No newline at end of file From 5f358f74d51a1c86402cb0555abc97d648eec9e0 Mon Sep 17 00:00:00 2001 From: Stefano Boriero Date: Tue, 28 Apr 2026 16:10:23 +0200 Subject: [PATCH 3/3] fix: update API version in tests as well --- src/test/java/io/seqera/tower/cli/InfoCmdTest.java | 4 ++-- src/test/resources/runcmd/info/service-info.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/test/java/io/seqera/tower/cli/InfoCmdTest.java b/src/test/java/io/seqera/tower/cli/InfoCmdTest.java index d3d786d3..5cb5453d 100644 --- a/src/test/java/io/seqera/tower/cli/InfoCmdTest.java +++ b/src/test/java/io/seqera/tower/cli/InfoCmdTest.java @@ -56,7 +56,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.114.0"); + opts.put("towerApiVersion", "1.145.0"); opts.put("towerVersion", "22.3.0-torricelli"); opts.put("towerApiEndpoint", "http://localhost:"+mock.getPort()); opts.put("userName", "jordi"); @@ -86,7 +86,7 @@ void testInfoStatusTokenFail(MockServerClient mock) throws IOException { Map opts = new HashMap<>(); opts.put("cliVersion", getCliVersion() ); opts.put("cliApiVersion", getCliApiVersion()); - opts.put("towerApiVersion", "1.114.0"); + opts.put("towerApiVersion", "1.145.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 5810d77e..97469f57 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.114.0", + "apiVersion": "1.145.0", "commitId": "3f04bfd4", "authTypes": [ "github",