diff --git a/cloudevents-binding.md b/cloudevents-binding.md index 96730ffe..360167e3 100644 --- a/cloudevents-binding.md +++ b/cloudevents-binding.md @@ -102,7 +102,7 @@ Content-Length: nnnn { "context": { - "version": "0.2.0", + "version": "0.3.0-draft", "id" : "A234-1234-1234", "source" : "/staging/tekton/", "type" : "dev.cdevents.taskrun.started", diff --git a/examples/artifact_packaged.json b/examples/artifact_packaged.json index 94c548af..1354ac3a 100644 --- a/examples/artifact_packaged.json +++ b/examples/artifact_packaged.json @@ -1,6 +1,6 @@ { "context": { - "version": "0.2.0", + "version": "0.3.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "source": "/event/source/123", "type": "dev.cdevents.artifact.packaged.0.1.1", diff --git a/examples/artifact_published.json b/examples/artifact_published.json index 3bee559a..b8f0f50a 100644 --- a/examples/artifact_published.json +++ b/examples/artifact_published.json @@ -1,6 +1,6 @@ { "context": { - "version": "0.2.0", + "version": "0.3.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "source": "/event/source/123", "type": "dev.cdevents.artifact.published.0.1.1", diff --git a/examples/branch_created.json b/examples/branch_created.json index bfc2c892..746f0de0 100644 --- a/examples/branch_created.json +++ b/examples/branch_created.json @@ -1,6 +1,6 @@ { "context": { - "version": "0.2.0", + "version": "0.3.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "source": "/event/source/123", "type": "dev.cdevents.branch.created.0.1.2", diff --git a/examples/branch_deleted.json b/examples/branch_deleted.json index ae817230..1351366e 100644 --- a/examples/branch_deleted.json +++ b/examples/branch_deleted.json @@ -1,6 +1,6 @@ { "context": { - "version": "0.2.0", + "version": "0.3.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "source": "/event/source/123", "type": "dev.cdevents.branch.deleted.0.1.2", diff --git a/examples/build_finished.json b/examples/build_finished.json index 71a038fa..334d4352 100644 --- a/examples/build_finished.json +++ b/examples/build_finished.json @@ -1,6 +1,6 @@ { "context": { - "version": "0.2.0", + "version": "0.3.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "source": "/event/source/123", "type": "dev.cdevents.build.finished.0.1.1", diff --git a/examples/build_queued.json b/examples/build_queued.json index 62c49035..6c27a38f 100644 --- a/examples/build_queued.json +++ b/examples/build_queued.json @@ -1,6 +1,6 @@ { "context": { - "version": "0.2.0", + "version": "0.3.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "source": "/event/source/123", "type": "dev.cdevents.build.queued.0.1.1", diff --git a/examples/build_started.json b/examples/build_started.json index aa3b9323..5ddc5a92 100644 --- a/examples/build_started.json +++ b/examples/build_started.json @@ -1,6 +1,6 @@ { "context": { - "version": "0.2.0", + "version": "0.3.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "source": "/event/source/123", "type": "dev.cdevents.build.started.0.1.1", diff --git a/examples/change_abandoned.json b/examples/change_abandoned.json index 8a7f63d2..ee0d12c8 100644 --- a/examples/change_abandoned.json +++ b/examples/change_abandoned.json @@ -1,6 +1,6 @@ { "context": { - "version": "0.2.0", + "version": "0.3.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "source": "/event/source/123", "type": "dev.cdevents.change.abandoned.0.1.2", diff --git a/examples/change_created.json b/examples/change_created.json index c89731f0..1040d0be 100644 --- a/examples/change_created.json +++ b/examples/change_created.json @@ -1,6 +1,6 @@ { "context": { - "version": "0.2.0", + "version": "0.3.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "source": "/event/source/123", "type": "dev.cdevents.change.created.0.1.2", diff --git a/examples/change_merged.json b/examples/change_merged.json index 4a788095..ba80c824 100644 --- a/examples/change_merged.json +++ b/examples/change_merged.json @@ -1,6 +1,6 @@ { "context": { - "version": "0.2.0", + "version": "0.3.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "source": "/event/source/123", "type": "dev.cdevents.change.merged.0.1.2", diff --git a/examples/change_reviewed.json b/examples/change_reviewed.json index 25bd4724..d68918f0 100644 --- a/examples/change_reviewed.json +++ b/examples/change_reviewed.json @@ -1,6 +1,6 @@ { "context": { - "version": "0.2.0", + "version": "0.3.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "source": "/event/source/123", "type": "dev.cdevents.change.reviewed.0.1.2", diff --git a/examples/change_updated.json b/examples/change_updated.json index 5995c888..6769a15c 100644 --- a/examples/change_updated.json +++ b/examples/change_updated.json @@ -1,6 +1,6 @@ { "context": { - "version": "0.2.0", + "version": "0.3.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "source": "/event/source/123", "type": "dev.cdevents.change.updated.0.1.2", diff --git a/examples/environment_created.json b/examples/environment_created.json index fba767ff..5bd93d4d 100644 --- a/examples/environment_created.json +++ b/examples/environment_created.json @@ -1,6 +1,6 @@ { "context": { - "version": "0.2.0", + "version": "0.3.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "source": "/event/source/123", "type": "dev.cdevents.environment.created.0.1.1", diff --git a/examples/environment_deleted.json b/examples/environment_deleted.json index 220117a1..a0cc0eab 100644 --- a/examples/environment_deleted.json +++ b/examples/environment_deleted.json @@ -1,6 +1,6 @@ { "context": { - "version": "0.2.0", + "version": "0.3.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "source": "/event/source/123", "type": "dev.cdevents.environment.deleted.0.1.1", diff --git a/examples/environment_modified.json b/examples/environment_modified.json index 5107bb83..042cecfe 100644 --- a/examples/environment_modified.json +++ b/examples/environment_modified.json @@ -1,6 +1,6 @@ { "context": { - "version": "0.2.0", + "version": "0.3.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "source": "/event/source/123", "type": "dev.cdevents.environment.modified.0.1.1", diff --git a/examples/incident_detected.json b/examples/incident_detected.json index 840b8420..01deda94 100644 --- a/examples/incident_detected.json +++ b/examples/incident_detected.json @@ -1,6 +1,6 @@ { "context": { - "version": "0.2.0", + "version": "0.3.0-draft", "id": "F4BD2B55-B6F6-4F44-AF72-BD2D0E7A8708", "source": "/monitoring/prod1", "type": "dev.cdevents.incident.detected.0.1.0", diff --git a/examples/incident_reported.json b/examples/incident_reported.json index f8c9294b..30bb53b3 100644 --- a/examples/incident_reported.json +++ b/examples/incident_reported.json @@ -1,6 +1,6 @@ { "context": { - "version": "0.2.0", + "version": "0.3.0-draft", "id": "F4BD2B55-B6F6-4F44-AF72-BD2D0E7A8708", "source": "/monitoring/prod1", "type": "dev.cdevents.incident.reported.0.1.0", diff --git a/examples/incident_resolved.json b/examples/incident_resolved.json index 7b6368ab..de764efe 100644 --- a/examples/incident_resolved.json +++ b/examples/incident_resolved.json @@ -1,6 +1,6 @@ { "context": { - "version": "0.2.0", + "version": "0.3.0-draft", "id": "F4BD2B55-B6F6-4F44-AF72-BD2D0E7A8708", "source": "/monitoring/prod1", "type": "dev.cdevents.incident.resolved.0.1.0", diff --git a/examples/pipelinerun_finished.json b/examples/pipelinerun_finished.json index 0f56115b..dbeac96d 100644 --- a/examples/pipelinerun_finished.json +++ b/examples/pipelinerun_finished.json @@ -1,6 +1,6 @@ { "context": { - "version": "0.2.0", + "version": "0.3.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "source": "/event/source/123", "type": "dev.cdevents.pipelinerun.finished.0.1.1", diff --git a/examples/pipelinerun_queued.json b/examples/pipelinerun_queued.json index 7cfd79bc..6b239bdb 100644 --- a/examples/pipelinerun_queued.json +++ b/examples/pipelinerun_queued.json @@ -1,6 +1,6 @@ { "context": { - "version": "0.2.0", + "version": "0.3.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "source": "/event/source/123", "type": "dev.cdevents.pipelinerun.queued.0.1.1", diff --git a/examples/pipelinerun_started.json b/examples/pipelinerun_started.json index 9d903497..8388c8a6 100644 --- a/examples/pipelinerun_started.json +++ b/examples/pipelinerun_started.json @@ -1,6 +1,6 @@ { "context": { - "version": "0.2.0", + "version": "0.3.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "source": "/event/source/123", "type": "dev.cdevents.pipelinerun.started.0.1.1", diff --git a/examples/repository_created.json b/examples/repository_created.json index a3e698f7..c129c408 100644 --- a/examples/repository_created.json +++ b/examples/repository_created.json @@ -1,6 +1,6 @@ { "context": { - "version": "0.2.0", + "version": "0.3.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "source": "/event/source/123", "type": "dev.cdevents.repository.created.0.1.1", diff --git a/examples/repository_deleted.json b/examples/repository_deleted.json index 49bac54b..c6c5f7d5 100644 --- a/examples/repository_deleted.json +++ b/examples/repository_deleted.json @@ -1,6 +1,6 @@ { "context": { - "version": "0.2.0", + "version": "0.3.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "source": "/event/source/123", "type": "dev.cdevents.repository.deleted.0.1.1", diff --git a/examples/repository_modified.json b/examples/repository_modified.json index 2213372f..7b53d3a7 100644 --- a/examples/repository_modified.json +++ b/examples/repository_modified.json @@ -1,6 +1,6 @@ { "context": { - "version": "0.2.0", + "version": "0.3.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "source": "/event/source/123", "type": "dev.cdevents.repository.modified.0.1.1", diff --git a/examples/service_deployed.json b/examples/service_deployed.json index d5a179c1..563c5a8b 100644 --- a/examples/service_deployed.json +++ b/examples/service_deployed.json @@ -1,6 +1,6 @@ { "context": { - "version": "0.2.0", + "version": "0.3.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "source": "/event/source/123", "type": "dev.cdevents.service.deployed.0.1.1", diff --git a/examples/service_published.json b/examples/service_published.json index 4a49233c..c9f1c308 100644 --- a/examples/service_published.json +++ b/examples/service_published.json @@ -1,6 +1,6 @@ { "context": { - "version": "0.2.0", + "version": "0.3.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "source": "/event/source/123", "type": "dev.cdevents.service.published.0.1.1", diff --git a/examples/service_removed.json b/examples/service_removed.json index 5c66a0f6..79c3da7b 100644 --- a/examples/service_removed.json +++ b/examples/service_removed.json @@ -1,6 +1,6 @@ { "context": { - "version": "0.2.0", + "version": "0.3.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "source": "/event/source/123", "type": "dev.cdevents.service.removed.0.1.1", diff --git a/examples/service_rolledback.json b/examples/service_rolledback.json index 8f1880a5..b619c7ab 100644 --- a/examples/service_rolledback.json +++ b/examples/service_rolledback.json @@ -1,6 +1,6 @@ { "context": { - "version": "0.2.0", + "version": "0.3.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "source": "/event/source/123", "type": "dev.cdevents.service.rolledback.0.1.1", diff --git a/examples/service_upgraded.json b/examples/service_upgraded.json index f8389743..595d7733 100644 --- a/examples/service_upgraded.json +++ b/examples/service_upgraded.json @@ -1,6 +1,6 @@ { "context": { - "version": "0.2.0", + "version": "0.3.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "source": "/event/source/123", "type": "dev.cdevents.service.upgraded.0.1.1", diff --git a/examples/taskrun_finished.json b/examples/taskrun_finished.json index 8f553b40..52aa3866 100644 --- a/examples/taskrun_finished.json +++ b/examples/taskrun_finished.json @@ -1,6 +1,6 @@ { "context": { - "version": "0.2.0", + "version": "0.3.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "source": "/event/source/123", "type": "dev.cdevents.taskrun.finished.0.1.1", diff --git a/examples/taskrun_started.json b/examples/taskrun_started.json index 61842e08..c7f53d0c 100644 --- a/examples/taskrun_started.json +++ b/examples/taskrun_started.json @@ -1,6 +1,6 @@ { "context": { - "version": "0.2.0", + "version": "0.3.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "source": "/event/source/123", "type": "dev.cdevents.taskrun.started.0.1.1", diff --git a/examples/testcase_finished.json b/examples/testcase_finished.json index 373b4694..c5fdbda8 100644 --- a/examples/testcase_finished.json +++ b/examples/testcase_finished.json @@ -1,6 +1,6 @@ { "context": { - "version": "0.2.0", + "version": "0.3.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "source": "/event/source/123", "type": "dev.cdevents.testcase.finished.0.1.1", diff --git a/examples/testcase_queued.json b/examples/testcase_queued.json index b4bca40f..d7d35bd0 100644 --- a/examples/testcase_queued.json +++ b/examples/testcase_queued.json @@ -1,6 +1,6 @@ { "context": { - "version": "0.2.0", + "version": "0.3.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "source": "/event/source/123", "type": "dev.cdevents.testcase.queued.0.1.1", diff --git a/examples/testcase_started.json b/examples/testcase_started.json index 2ffa1dc4..62d28b91 100644 --- a/examples/testcase_started.json +++ b/examples/testcase_started.json @@ -1,6 +1,6 @@ { "context": { - "version": "0.2.0", + "version": "0.3.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "source": "/event/source/123", "type": "dev.cdevents.testcase.started.0.1.1", diff --git a/examples/testsuite_finished.json b/examples/testsuite_finished.json index ac74f6a2..787deb7d 100644 --- a/examples/testsuite_finished.json +++ b/examples/testsuite_finished.json @@ -1,6 +1,6 @@ { "context": { - "version": "0.2.0", + "version": "0.3.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "source": "/event/source/123", "type": "dev.cdevents.testsuite.finished.0.1.1", diff --git a/examples/testsuite_started.json b/examples/testsuite_started.json index 8cd8b920..c7143fde 100644 --- a/examples/testsuite_started.json +++ b/examples/testsuite_started.json @@ -1,6 +1,6 @@ { "context": { - "version": "0.2.0", + "version": "0.3.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "source": "/event/source/123", "type": "dev.cdevents.testsuite.started.0.1.1", diff --git a/schemas/artifactpackaged.json b/schemas/artifactpackaged.json index 7d3c89db..533b1f9c 100644 --- a/schemas/artifactpackaged.json +++ b/schemas/artifactpackaged.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.2.0/schema/artifact-packaged-event", + "$id": "https://cdevents.dev/0.3.0-draft/schema/artifact-packaged-event", "properties": { "context": { "properties": { diff --git a/schemas/artifactpublished.json b/schemas/artifactpublished.json index 7e984cba..c3fa379d 100644 --- a/schemas/artifactpublished.json +++ b/schemas/artifactpublished.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.2.0/schema/artifact-published-event", + "$id": "https://cdevents.dev/0.3.0-draft/schema/artifact-published-event", "properties": { "context": { "properties": { diff --git a/schemas/branchcreated.json b/schemas/branchcreated.json index 710445f9..142ab31e 100644 --- a/schemas/branchcreated.json +++ b/schemas/branchcreated.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.2.0/schema/branch-created-event", + "$id": "https://cdevents.dev/0.3.0-draft/schema/branch-created-event", "properties": { "context": { "properties": { diff --git a/schemas/branchdeleted.json b/schemas/branchdeleted.json index ad68d8df..fe37d397 100644 --- a/schemas/branchdeleted.json +++ b/schemas/branchdeleted.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.2.0/schema/branch-deleted-event", + "$id": "https://cdevents.dev/0.3.0-draft/schema/branch-deleted-event", "properties": { "context": { "properties": { diff --git a/schemas/buildfinished.json b/schemas/buildfinished.json index 0b5c71de..65cce3de 100644 --- a/schemas/buildfinished.json +++ b/schemas/buildfinished.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.2.0/schema/build-finished-event", + "$id": "https://cdevents.dev/0.3.0-draft/schema/build-finished-event", "properties": { "context": { "properties": { diff --git a/schemas/buildqueued.json b/schemas/buildqueued.json index 48c013a6..a52a8875 100644 --- a/schemas/buildqueued.json +++ b/schemas/buildqueued.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.2.0/schema/build-queued-event", + "$id": "https://cdevents.dev/0.3.0-draft/schema/build-queued-event", "properties": { "context": { "properties": { diff --git a/schemas/buildstarted.json b/schemas/buildstarted.json index b9fec0fa..aaec40bd 100644 --- a/schemas/buildstarted.json +++ b/schemas/buildstarted.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.2.0/schema/build-started-event", + "$id": "https://cdevents.dev/0.3.0-draft/schema/build-started-event", "properties": { "context": { "properties": { diff --git a/schemas/changeabandoned.json b/schemas/changeabandoned.json index 6758a7b3..01c9f06a 100644 --- a/schemas/changeabandoned.json +++ b/schemas/changeabandoned.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.2.0/schema/change-abandoned-event", + "$id": "https://cdevents.dev/0.3.0-draft/schema/change-abandoned-event", "properties": { "context": { "properties": { diff --git a/schemas/changecreated.json b/schemas/changecreated.json index 1ee3a837..1a465500 100644 --- a/schemas/changecreated.json +++ b/schemas/changecreated.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.2.0/schema/change-created-event", + "$id": "https://cdevents.dev/0.3.0-draft/schema/change-created-event", "properties": { "context": { "properties": { diff --git a/schemas/changemerged.json b/schemas/changemerged.json index e8afe0c5..6d0875ae 100644 --- a/schemas/changemerged.json +++ b/schemas/changemerged.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.2.0/schema/change-merged-event", + "$id": "https://cdevents.dev/0.3.0-draft/schema/change-merged-event", "properties": { "context": { "properties": { diff --git a/schemas/changereviewed.json b/schemas/changereviewed.json index 8b5a308d..e712b961 100644 --- a/schemas/changereviewed.json +++ b/schemas/changereviewed.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.2.0/schema/change-reviewed-event", + "$id": "https://cdevents.dev/0.3.0-draft/schema/change-reviewed-event", "properties": { "context": { "properties": { diff --git a/schemas/changeupdated.json b/schemas/changeupdated.json index 3124bf8e..6a0e2072 100644 --- a/schemas/changeupdated.json +++ b/schemas/changeupdated.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.2.0/schema/change-updated-event", + "$id": "https://cdevents.dev/0.3.0-draft/schema/change-updated-event", "properties": { "context": { "properties": { diff --git a/schemas/environmentcreated.json b/schemas/environmentcreated.json index 9c88c11e..fd74f71e 100644 --- a/schemas/environmentcreated.json +++ b/schemas/environmentcreated.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.2.0/schema/environment-created-event", + "$id": "https://cdevents.dev/0.3.0-draft/schema/environment-created-event", "properties": { "context": { "properties": { diff --git a/schemas/environmentdeleted.json b/schemas/environmentdeleted.json index e62aec3a..051f5d5c 100644 --- a/schemas/environmentdeleted.json +++ b/schemas/environmentdeleted.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.2.0/schema/environment-deleted-event", + "$id": "https://cdevents.dev/0.3.0-draft/schema/environment-deleted-event", "properties": { "context": { "properties": { diff --git a/schemas/environmentmodified.json b/schemas/environmentmodified.json index 31bc9115..d036932c 100644 --- a/schemas/environmentmodified.json +++ b/schemas/environmentmodified.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.2.0/schema/environment-modified-event", + "$id": "https://cdevents.dev/0.3.0-draft/schema/environment-modified-event", "properties": { "context": { "properties": { diff --git a/schemas/incidentdetected.json b/schemas/incidentdetected.json index 7f2dba3e..b42a4675 100644 --- a/schemas/incidentdetected.json +++ b/schemas/incidentdetected.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.2.0/schema/incident-detected-event", + "$id": "https://cdevents.dev/0.3.0-draft/schema/incident-detected-event", "properties": { "context": { "properties": { diff --git a/schemas/incidentreported.json b/schemas/incidentreported.json index 74a38f37..3329ab6c 100644 --- a/schemas/incidentreported.json +++ b/schemas/incidentreported.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.2.0/schema/incident-reported-event", + "$id": "https://cdevents.dev/0.3.0-draft/schema/incident-reported-event", "properties": { "context": { "properties": { diff --git a/schemas/incidentresolved.json b/schemas/incidentresolved.json index 774e2f2a..f79344bf 100644 --- a/schemas/incidentresolved.json +++ b/schemas/incidentresolved.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.2.0/schema/incident-resolved-event", + "$id": "https://cdevents.dev/0.3.0-draft/schema/incident-resolved-event", "properties": { "context": { "properties": { diff --git a/schemas/pipelinerunfinished.json b/schemas/pipelinerunfinished.json index c67c265a..6a1c8871 100644 --- a/schemas/pipelinerunfinished.json +++ b/schemas/pipelinerunfinished.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.2.0/schema/pipeline-run-finished-event", + "$id": "https://cdevents.dev/0.3.0-draft/schema/pipeline-run-finished-event", "properties": { "context": { "properties": { diff --git a/schemas/pipelinerunqueued.json b/schemas/pipelinerunqueued.json index 91cae0d0..6d3df24e 100644 --- a/schemas/pipelinerunqueued.json +++ b/schemas/pipelinerunqueued.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.2.0/schema/pipeline-run-queued-event", + "$id": "https://cdevents.dev/0.3.0-draft/schema/pipeline-run-queued-event", "properties": { "context": { "properties": { diff --git a/schemas/pipelinerunstarted.json b/schemas/pipelinerunstarted.json index 18465d95..489dee94 100644 --- a/schemas/pipelinerunstarted.json +++ b/schemas/pipelinerunstarted.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.2.0/schema/pipeline-run-started-event", + "$id": "https://cdevents.dev/0.3.0-draft/schema/pipeline-run-started-event", "properties": { "context": { "properties": { diff --git a/schemas/repositorycreated.json b/schemas/repositorycreated.json index aa25b981..8eacd4bb 100644 --- a/schemas/repositorycreated.json +++ b/schemas/repositorycreated.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.2.0/schema/repository-created-event", + "$id": "https://cdevents.dev/0.3.0-draft/schema/repository-created-event", "properties": { "context": { "properties": { diff --git a/schemas/repositorydeleted.json b/schemas/repositorydeleted.json index 2341d9c5..5dc72bbf 100644 --- a/schemas/repositorydeleted.json +++ b/schemas/repositorydeleted.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.2.0/schema/repository-deleted-event", + "$id": "https://cdevents.dev/0.3.0-draft/schema/repository-deleted-event", "properties": { "context": { "properties": { diff --git a/schemas/repositorymodified.json b/schemas/repositorymodified.json index 1d68f21e..14329e6f 100644 --- a/schemas/repositorymodified.json +++ b/schemas/repositorymodified.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.2.0/schema/repository-modified-event", + "$id": "https://cdevents.dev/0.3.0-draft/schema/repository-modified-event", "properties": { "context": { "properties": { diff --git a/schemas/servicedeployed.json b/schemas/servicedeployed.json index 8a11ad1c..b1d6ce4d 100644 --- a/schemas/servicedeployed.json +++ b/schemas/servicedeployed.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.2.0/schema/service-deployed-event", + "$id": "https://cdevents.dev/0.3.0-draft/schema/service-deployed-event", "properties": { "context": { "properties": { diff --git a/schemas/servicepublished.json b/schemas/servicepublished.json index abcc7866..b1a17775 100644 --- a/schemas/servicepublished.json +++ b/schemas/servicepublished.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.2.0/schema/service-published-event", + "$id": "https://cdevents.dev/0.3.0-draft/schema/service-published-event", "properties": { "context": { "properties": { diff --git a/schemas/serviceremoved.json b/schemas/serviceremoved.json index 5c64087f..494aea6e 100644 --- a/schemas/serviceremoved.json +++ b/schemas/serviceremoved.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.2.0/schema/service-removed-event", + "$id": "https://cdevents.dev/0.3.0-draft/schema/service-removed-event", "properties": { "context": { "properties": { diff --git a/schemas/servicerolledback.json b/schemas/servicerolledback.json index 7fc4af22..d52975ec 100644 --- a/schemas/servicerolledback.json +++ b/schemas/servicerolledback.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.2.0/schema/service-rolledback-event", + "$id": "https://cdevents.dev/0.3.0-draft/schema/service-rolledback-event", "properties": { "context": { "properties": { diff --git a/schemas/serviceupgraded.json b/schemas/serviceupgraded.json index e682dadc..4111ff66 100644 --- a/schemas/serviceupgraded.json +++ b/schemas/serviceupgraded.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.2.0/schema/service-upgraded-event", + "$id": "https://cdevents.dev/0.3.0-draft/schema/service-upgraded-event", "properties": { "context": { "properties": { diff --git a/schemas/taskrunfinished.json b/schemas/taskrunfinished.json index e303341d..8fbd4b4e 100644 --- a/schemas/taskrunfinished.json +++ b/schemas/taskrunfinished.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.2.0/schema/task-run-finished-event", + "$id": "https://cdevents.dev/0.3.0-draft/schema/task-run-finished-event", "properties": { "context": { "properties": { diff --git a/schemas/taskrunstarted.json b/schemas/taskrunstarted.json index 3472fad9..d1ce5169 100644 --- a/schemas/taskrunstarted.json +++ b/schemas/taskrunstarted.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.2.0/schema/task-run-started-event", + "$id": "https://cdevents.dev/0.3.0-draft/schema/task-run-started-event", "properties": { "context": { "properties": { diff --git a/schemas/testcasefinished.json b/schemas/testcasefinished.json index 38763749..d350cb86 100644 --- a/schemas/testcasefinished.json +++ b/schemas/testcasefinished.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.2.0/schema/test-case-finished-event", + "$id": "https://cdevents.dev/0.3.0-draft/schema/test-case-finished-event", "properties": { "context": { "properties": { diff --git a/schemas/testcasequeued.json b/schemas/testcasequeued.json index b2a7589b..0cea63c1 100644 --- a/schemas/testcasequeued.json +++ b/schemas/testcasequeued.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.2.0/schema/test-case-queued-event", + "$id": "https://cdevents.dev/0.3.0-draft/schema/test-case-queued-event", "properties": { "context": { "properties": { diff --git a/schemas/testcasestarted.json b/schemas/testcasestarted.json index 37114881..32f7baf5 100644 --- a/schemas/testcasestarted.json +++ b/schemas/testcasestarted.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.2.0/schema/test-case-started-event", + "$id": "https://cdevents.dev/0.3.0-draft/schema/test-case-started-event", "properties": { "context": { "properties": { diff --git a/schemas/testsuitefinished.json b/schemas/testsuitefinished.json index 847650b2..f0aeebfe 100644 --- a/schemas/testsuitefinished.json +++ b/schemas/testsuitefinished.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.2.0/schema/test-suite-finished-event", + "$id": "https://cdevents.dev/0.3.0-draft/schema/test-suite-finished-event", "properties": { "context": { "properties": { diff --git a/schemas/testsuitestarted.json b/schemas/testsuitestarted.json index 1e388efc..ad0ce455 100644 --- a/schemas/testsuitestarted.json +++ b/schemas/testsuitestarted.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.2.0/schema/test-suite-started-event", + "$id": "https://cdevents.dev/0.3.0-draft/schema/test-suite-started-event", "properties": { "context": { "properties": { diff --git a/spec.md b/spec.md index 6a7d5ceb..5969c7dc 100644 --- a/spec.md +++ b/spec.md @@ -269,7 +269,7 @@ This is an example of a full CDEvent context, rendered in JSON format: ```json { "context": { - "version": "0.2.0", + "version": "0.3.0-draft", "id" : "A234-1234-1234", "source" : "/staging/tekton/", "type" : "dev.cdevents.taskrun.started", @@ -354,7 +354,7 @@ The following example shows `context` and `subject` together, rendered as JSON. ```json { "context": { - "version": "0.2.0", + "version": "0.3.0-draft", "id" : "A234-1234-1234", "source" : "/staging/tekton/", "type" : "dev.cdevents.taskrun.started", diff --git a/version.txt b/version.txt index 0ea3a944..719735b8 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.2.0 +0.3.0-draft