Skip to content

Commit 31041e8

Browse files
author
Tihomir Surdilovic
committed
first commit for v0.5 release branch
Signed-off-by: Tihomir Surdilovic <[email protected]>
1 parent e966ae2 commit 31041e8

File tree

8 files changed

+13
-11
lines changed

8 files changed

+13
-11
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,14 @@ Cloud Native Sandbox level project on July 14, 2020.
2828

2929
## Releases
3030

31-
|| Latest Release | Working Draft |
31+
| | Latest Release | Working Draft |
3232
| :--- | :--- | :--- |
3333
| **Core Specification:** | | |
34-
| Serverless Workflow| [v0.1](https://github.com/cncf/wg-serverless/blob/v0.1/workflow/spec/spec.md) | [master](specification.md) |
35-
| **Additional Documentation:** | | |
36-
| Model JSON Schema | [v0.1](https://github.com/cncf/wg-serverless/blob/v0.1/workflow/spec/schema/serverless-workflow-schema-v01.json) | [master](schema/workflow.json) |
34+
| Serverless Workflow| [v0.5]() | [master](https://github.com/serverlessworkflow/specification) |
35+
| **Additional Components:** | | |
36+
| Java SDK | [v0.5]() | [master](https://github.com/serverlessworkflow/sdk-java) |
37+
| GO SDK | [v0.5]() | [master](https://github.com/serverlessworkflow/sdk-go) |
38+
| VSCode Extension | [v0.5]() | [master](https://github.com/serverlessworkflow/vscode-extension) |
3739

3840
## SDKs
3941

roadmap/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ _Status description:_
3838
| ✔️| Update workflow start definition | [spec doc](https://github.com/cncf/wg-serverless/blob/v0.1/workflow/spec/spec.md) |
3939
| ✔️| Prepare github branch and docs for v0.1 | [branch](https://github.com/cncf/wg-serverless/tree/v0.1/workflow/spec) |
4040

41-
## 1.0-alpha-1 (Release data TBD)
41+
## v0.5 (Released November 2020)
4242

4343
| Status | Description | Comments |
4444
| --- | --- | --- |

schema/common.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$id": "https://serverlessworkflow.org/core/common.json",
2+
"$id": "https://serverlessworkflow.org/core/0.5/common.json",
33
"$schema": "http://json-schema.org/draft-07/schema#",
44
"description": "Serverless Workflow specification - common schema",
55
"type": "object",

schema/events.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$id": "https://serverlessworkflow.org/core/events.json",
2+
"$id": "https://serverlessworkflow.org/core/0.5/events.json",
33
"$schema": "http://json-schema.org/draft-07/schema#",
44
"description": "Serverless Workflow specification - events schema",
55
"type": "object",

schema/extensions/kpi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$id": "https://serverlessworkflow.org/extensions/kpi.json",
2+
"$id": "https://serverlessworkflow.org/extensions/0.5/kpi.json",
33
"$schema": "http://json-schema.org/draft-07/schema#",
44
"description": "Serverless Workflow specification - KPIs Extension Schema",
55
"type": "object",

schema/functions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$id": "https://serverlessworkflow.org/core/functions.json",
2+
"$id": "https://serverlessworkflow.org/core/0.5/functions.json",
33
"$schema": "http://json-schema.org/draft-07/schema#",
44
"description": "Serverless Workflow specification - functions schema",
55
"type": "object",

schema/workflow.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$id": "https://serverlessworkflow.org/core/workflow.json",
2+
"$id": "https://serverlessworkflow.org/core/0.5/workflow.json",
33
"$schema": "http://json-schema.org/draft-07/schema#",
44
"description": "Serverless Workflow specification - workflow schema",
55
"type": "object",

specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Serverless Workflow
1+
# Serverless Workflow - Version 0.5
22

33
## Abstract
44

0 commit comments

Comments
 (0)