Skip to content

Commit 916a2ef

Browse files
[release] Release version 0.21.0 (#576)
Signed-off-by: Alberto Miranda <alberto.miranda@seqera.io>
1 parent a5a2a7b commit 916a2ef

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
0.20.0
1+
0.21.0
22

33

VERSION-API

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1.37.0
1+
1.98.0
22
// Only first line of this file is read
33
// This version should be bumped to the minimum version where dependent API changes were introduced
44
// But never higher then the current Platform API Version deployed in Cloud Production: https://cloud.seqera.io/api/service-info

src/test/java/io/seqera/tower/cli/InfoCmdTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ void testInfo(OutputType format, MockServerClient mock) throws IOException {
5757
Map<String, String> opts = new HashMap<>();
5858
opts.put("cliVersion", getCliVersion() );
5959
opts.put("cliApiVersion", getCliApiVersion());
60-
opts.put("towerApiVersion", "1.38.0");
60+
opts.put("towerApiVersion", "1.98.0");
6161
opts.put("towerVersion", "22.3.0-torricelli");
6262
opts.put("towerApiEndpoint", "http://localhost:"+mock.getPort());
6363
opts.put("userName", "jordi");
@@ -87,7 +87,7 @@ void testInfoStatusTokenFail(MockServerClient mock) throws IOException {
8787
Map<String, String> opts = new HashMap<>();
8888
opts.put("cliVersion", getCliVersion() );
8989
opts.put("cliApiVersion", getCliApiVersion());
90-
opts.put("towerApiVersion", "1.38.0");
90+
opts.put("towerApiVersion", "1.98.0");
9191
opts.put("towerVersion", "22.3.0-torricelli");
9292
opts.put("towerApiEndpoint", "http://localhost:"+mock.getPort());
9393
opts.put("userName", null);

src/test/resources/runcmd/info/service-info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"serviceInfo": {
33
"version": "22.3.0-torricelli",
4-
"apiVersion": "1.38.0",
4+
"apiVersion": "1.98.0",
55
"commitId": "3f04bfd4",
66
"authTypes": [
77
"github",

0 commit comments

Comments
 (0)