Skip to content

Commit fdd2beb

Browse files
committed
updates versions
1 parent 3ee4fd9 commit fdd2beb

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

services/api-server/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "osparc.io public API",
55
"description": "osparc-simcore public API specifications",
6-
"version": "0.9.1"
6+
"version": "0.9.2"
77
},
88
"paths": {
99
"/v0/meta": {

services/catalog/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "simcore-service-catalog",
55
"description": "Manages and maintains a catalog of all published components (e.g. macro-algorithms, scripts, etc)",
6-
"version": "0.8.1"
6+
"version": "0.8.2"
77
},
88
"paths": {
99
"/": {

services/resource-usage-tracker/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "simcore-service-resource-usage-tracker web API",
55
"description": "Service that collects and stores computational resources usage used in osparc-simcore",
6-
"version": "1.0.0"
6+
"version": "1.0.1"
77
},
88
"paths": {
99
"/": {

services/storage/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "simcore_service_storage",
55
"description": "Service that manages osparc storage backend",
6-
"version": "0.7.0"
6+
"version": "0.7.1"
77
},
88
"paths": {
99
"/v0/": {

services/web/server/src/simcore_service_webserver/api/v0/openapi.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9398,6 +9398,7 @@ components:
93989398
state:
93999399
$ref: '#/components/schemas/RunningState'
94009400
info:
9401+
additionalProperties: true
94019402
type: object
94029403
title: Info
94039404
submittedAt:
@@ -9446,6 +9447,7 @@ components:
94469447
type: number
94479448
title: Progress
94489449
image:
9450+
additionalProperties: true
94499451
type: object
94509452
title: Image
94519453
startedAt:
@@ -9463,6 +9465,8 @@ components:
94639465
logDownloadLink:
94649466
anyOf:
94659467
- type: string
9468+
minLength: 1
9469+
format: uri
94669470
- type: 'null'
94679471
title: Logdownloadlink
94689472
osparcCredits:

0 commit comments

Comments
 (0)