Skip to content

Commit 529bfb6

Browse files
author
Tihomir Surdilovic
authored
0.5.x - Updates for release (#177)
Signed-off-by: Tihomir Surdilovic <[email protected]>
1 parent db83c0d commit 529bfb6

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ Cloud Native Sandbox level project on July 14, 2020.
2525
- [Meeting Minutes](#Meeting-Minutes)
2626
- [Repository Structure](#Repository-Structure)
2727

28-
2928
## Releases
3029

3130
| | Latest Release | Working Draft |

roadmap/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# Roadmap
2-
3-
The Serverless Workflow Roadmap.
1+
# Serverless Workflow Roadmap
42

53
_Note: Items in tables for each milestone do not imply an order of implementation._
64

@@ -12,7 +10,12 @@ _Status description:_
1210
| :--: | :--: | :--: | :--: |
1311
|| ✏️ | 🚩 | ❗️|
1412

15-
## v0.1 (Released April 1 2020)
13+
## Releases
14+
15+
- [v0.1 released April 2020](#v01)
16+
- [v0.5 released November 2020](#v05)
17+
18+
## <a name="v01"></a> v0.1
1619

1720
| Status | Description | Comments |
1821
| :--: | --- | --- |
@@ -38,13 +41,10 @@ _Status description:_
3841
| ✔️| Update workflow start definition | [spec doc](https://github.com/cncf/wg-serverless/blob/v0.1/workflow/spec/spec.md) |
3942
| ✔️| Prepare github branch and docs for v0.1 | [branch](https://github.com/cncf/wg-serverless/tree/v0.1/workflow/spec) |
4043

41-
## v0.5
44+
## <a name="v05"></a> v0.5
4245

4346
| Status | Description | Comments |
4447
| --- | --- | --- |
45-
| 🚩 | Start discussions on Serverless Workflow Technology Compatibility Kit (TCK) | |
46-
| 🚩 | Decide on state/task/stage/step naming convention | [issue link](https://github.com/cncf/wg-serverless/issues/127) |
47-
| ✏️ | Finish specification primer document | [google doc](https://docs.google.com/document/d/11rD3Azj63G2Si0VpokSpr-1ib3mFRFHSwN6tJb-0LQM/edit#heading=h.paewfy83tetm) |
4848
|| Update Switch State | [spec doc](../specification.md) |
4949
|| Rename Relay to Inject state | [spec doc](../specification.md) |
5050
| ✔️| Update waitForCompletion property of Parallel State | [spec doc](../specification.md) |

schema/retries.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/retries.json",
2+
"$id": "https://serverlessworkflow.org/core/0.5/retries.json",
33
"$schema": "http://json-schema.org/draft-07/schema#",
44
"description": "Serverless Workflow specification - retries schema",
55
"type": "object",

0 commit comments

Comments
 (0)