Skip to content

Commit 480abea

Browse files
committed
Introduce spec version 0.1.1
Signed-off-by: Andrea Frittoli <[email protected]>
1 parent 5ef8b92 commit 480abea

36 files changed

+137
-104
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ points for metrics.
3939
## CDEvents Specification
4040

4141
The latest release of the specification is
42-
[v0.1.0](https://github.com/cdevents/spec/tree/v0.1.0/spec.md), and you can
42+
[v0.1.1](https://github.com/cdevents/spec/tree/v0.1.1/spec.md), and you can
4343
continuously follow the latest updates of the specification on [the `main`
4444
branch](./spec.md).
4545

cloudevents-binding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Content-Length: nnnn
100100

101101
{
102102
"context": {
103-
"version" : "0.1.0",
103+
"version" : "0.1.1",
104104
"id" : "A234-1234-1234",
105105
"source" : "/staging/tekton/",
106106
"type" : "dev.cdevents.taskrun.started",

schemas/artifactpackaged.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://cdevents.dev/0.1.0/schema/artifact-packaged-event",
3+
"$id": "https://cdevents.dev/0.1.1/schema/artifact-packaged-event",
44
"properties": {
55
"context": {
66
"properties": {
77
"version": {
88
"type": "string",
99
"enum": [
10-
"0.1.0"
10+
"0.1.0",
11+
"0.1.1"
1112
],
12-
"default": "0.1.0"
13+
"default": "0.1.1"
1314
},
1415
"id": {
1516
"type": "string",

schemas/artifactpublished.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://cdevents.dev/0.1.0/schema/artifact-published-event",
3+
"$id": "https://cdevents.dev/0.1.1/schema/artifact-published-event",
44
"properties": {
55
"context": {
66
"properties": {
77
"version": {
88
"type": "string",
99
"enum": [
10-
"0.1.0"
10+
"0.1.0",
11+
"0.1.1"
1112
],
12-
"default": "0.1.0"
13+
"default": "0.1.1"
1314
},
1415
"id": {
1516
"type": "string",

schemas/branchcreated.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://cdevents.dev/0.1.0/schema/branch-created-event",
3+
"$id": "https://cdevents.dev/0.1.1/schema/branch-created-event",
44
"properties": {
55
"context": {
66
"properties": {
77
"version": {
88
"type": "string",
99
"enum": [
10-
"0.1.0"
10+
"0.1.0",
11+
"0.1.1"
1112
],
12-
"default": "0.1.0"
13+
"default": "0.1.1"
1314
},
1415
"id": {
1516
"type": "string",

schemas/branchdeleted.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://cdevents.dev/0.1.0/schema/branch-deleted-event",
3+
"$id": "https://cdevents.dev/0.1.1/schema/branch-deleted-event",
44
"properties": {
55
"context": {
66
"properties": {
77
"version": {
88
"type": "string",
99
"enum": [
10-
"0.1.0"
10+
"0.1.0",
11+
"0.1.1"
1112
],
12-
"default": "0.1.0"
13+
"default": "0.1.1"
1314
},
1415
"id": {
1516
"type": "string",

schemas/buildfinished.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://cdevents.dev/0.1.0/schema/build-finished-event",
3+
"$id": "https://cdevents.dev/0.1.1/schema/build-finished-event",
44
"properties": {
55
"context": {
66
"properties": {
77
"version": {
88
"type": "string",
99
"enum": [
10-
"0.1.0"
10+
"0.1.0",
11+
"0.1.1"
1112
],
12-
"default": "0.1.0"
13+
"default": "0.1.1"
1314
},
1415
"id": {
1516
"type": "string",

schemas/buildqueued.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://cdevents.dev/0.1.0/schema/build-queued-event",
3+
"$id": "https://cdevents.dev/0.1.1/schema/build-queued-event",
44
"properties": {
55
"context": {
66
"properties": {
77
"version": {
88
"type": "string",
99
"enum": [
10-
"0.1.0"
10+
"0.1.0",
11+
"0.1.1"
1112
],
12-
"default": "0.1.0"
13+
"default": "0.1.1"
1314
},
1415
"id": {
1516
"type": "string",

schemas/buildstarted.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://cdevents.dev/0.1.0/schema/build-started-event",
3+
"$id": "https://cdevents.dev/0.1.1/schema/build-started-event",
44
"properties": {
55
"context": {
66
"properties": {
77
"version": {
88
"type": "string",
99
"enum": [
10-
"0.1.0"
10+
"0.1.0",
11+
"0.1.1"
1112
],
12-
"default": "0.1.0"
13+
"default": "0.1.1"
1314
},
1415
"id": {
1516
"type": "string",

schemas/changeabandoned.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://cdevents.dev/0.1.0/schema/change-abandoned-event",
3+
"$id": "https://cdevents.dev/0.1.1/schema/change-abandoned-event",
44
"properties": {
55
"context": {
66
"properties": {
77
"version": {
88
"type": "string",
99
"enum": [
10-
"0.1.0"
10+
"0.1.0",
11+
"0.1.1"
1112
],
12-
"default": "0.1.0"
13+
"default": "0.1.1"
1314
},
1415
"id": {
1516
"type": "string",

0 commit comments

Comments
 (0)