From 8fea1df0e564b0831ee41a6a6626faa1af4fa911 Mon Sep 17 00:00:00 2001 From: Andrea Frittoli Date: Mon, 22 Dec 2025 15:36:33 +0000 Subject: [PATCH 1/2] Close event versions Signed-off-by: Andrea Frittoli --- conformance/artifact_deleted.json | 2 +- conformance/artifact_downloaded.json | 2 +- conformance/artifact_packaged.json | 2 +- conformance/artifact_published.json | 2 +- conformance/artifact_signed.json | 2 +- conformance/branch_created.json | 2 +- conformance/branch_deleted.json | 2 +- conformance/build_finished.json | 2 +- conformance/build_queued.json | 2 +- conformance/build_started.json | 2 +- conformance/change_abandoned.json | 2 +- conformance/change_created.json | 2 +- conformance/change_merged.json | 2 +- conformance/change_reviewed.json | 2 +- conformance/change_updated.json | 2 +- conformance/environment_created.json | 2 +- conformance/environment_deleted.json | 2 +- conformance/environment_modified.json | 2 +- conformance/incident_detected.json | 2 +- conformance/incident_reported.json | 2 +- conformance/incident_resolved.json | 2 +- conformance/pipelinerun_finished.json | 2 +- conformance/pipelinerun_queued.json | 2 +- conformance/pipelinerun_started.json | 2 +- conformance/repository_created.json | 2 +- conformance/repository_deleted.json | 2 +- conformance/repository_modified.json | 2 +- conformance/service_deployed.json | 2 +- conformance/service_published.json | 2 +- conformance/service_removed.json | 2 +- conformance/service_rolledback.json | 2 +- conformance/service_upgraded.json | 2 +- conformance/taskrun_finished.json | 2 +- conformance/taskrun_started.json | 2 +- conformance/testcaserun_finished.json | 2 +- conformance/testcaserun_queued.json | 2 +- conformance/testcaserun_skipped.json | 2 +- conformance/testcaserun_started.json | 2 +- conformance/testoutput_published.json | 2 +- conformance/testsuiterun_finished.json | 2 +- conformance/testsuiterun_queued.json | 2 +- conformance/testsuiterun_started.json | 2 +- conformance/ticket_closed.json | 2 +- conformance/ticket_created.json | 2 +- conformance/ticket_updated.json | 2 +- continuous-deployment.md | 16 ++++++++-------- continuous-integration.md | 16 ++++++++-------- continuous-operations.md | 12 ++++++------ core.md | 10 +++++----- schemas/artifactdeleted.json | 4 ++-- schemas/artifactdownloaded.json | 4 ++-- schemas/artifactpackaged.json | 4 ++-- schemas/artifactpublished.json | 4 ++-- schemas/artifactsigned.json | 4 ++-- schemas/branchcreated.json | 4 ++-- schemas/branchdeleted.json | 4 ++-- schemas/buildfinished.json | 4 ++-- schemas/buildqueued.json | 4 ++-- schemas/buildstarted.json | 4 ++-- schemas/changeabandoned.json | 4 ++-- schemas/changecreated.json | 4 ++-- schemas/changemerged.json | 4 ++-- schemas/changereviewed.json | 4 ++-- schemas/changeupdated.json | 4 ++-- schemas/environmentcreated.json | 4 ++-- schemas/environmentdeleted.json | 4 ++-- schemas/environmentmodified.json | 4 ++-- schemas/incidentdetected.json | 4 ++-- schemas/incidentreported.json | 4 ++-- schemas/incidentresolved.json | 4 ++-- schemas/pipelinerunfinished.json | 4 ++-- schemas/pipelinerunqueued.json | 4 ++-- schemas/pipelinerunstarted.json | 4 ++-- schemas/repositorycreated.json | 4 ++-- schemas/repositorydeleted.json | 4 ++-- schemas/repositorymodified.json | 4 ++-- schemas/servicedeployed.json | 4 ++-- schemas/servicepublished.json | 4 ++-- schemas/serviceremoved.json | 4 ++-- schemas/servicerolledback.json | 4 ++-- schemas/serviceupgraded.json | 4 ++-- schemas/taskrunfinished.json | 4 ++-- schemas/taskrunstarted.json | 4 ++-- schemas/testcaserunfinished.json | 4 ++-- schemas/testcaserunqueued.json | 4 ++-- schemas/testcaserunskipped.json | 4 ++-- schemas/testcaserunstarted.json | 4 ++-- schemas/testoutputpublished.json | 4 ++-- schemas/testsuiterunfinished.json | 4 ++-- schemas/testsuiterunqueued.json | 4 ++-- schemas/testsuiterunstarted.json | 4 ++-- schemas/ticketclosed.json | 4 ++-- schemas/ticketcreated.json | 4 ++-- schemas/ticketupdated.json | 4 ++-- source-code-version-control.md | 20 ++++++++++---------- testing-events.md | 16 ++++++++-------- 96 files changed, 180 insertions(+), 180 deletions(-) diff --git a/conformance/artifact_deleted.json b/conformance/artifact_deleted.json index 5c5dca1..f0df00d 100644 --- a/conformance/artifact_deleted.json +++ b/conformance/artifact_deleted.json @@ -3,7 +3,7 @@ "specversion": "0.5.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "source": "/event/source/123", - "type": "dev.cdevents.artifact.deleted.0.2.0-draft", + "type": "dev.cdevents.artifact.deleted.0.2.0", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom", "links": [ diff --git a/conformance/artifact_downloaded.json b/conformance/artifact_downloaded.json index 7d5345f..1acecbd 100644 --- a/conformance/artifact_downloaded.json +++ b/conformance/artifact_downloaded.json @@ -3,7 +3,7 @@ "specversion": "0.5.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "source": "/event/source/123", - "type": "dev.cdevents.artifact.downloaded.0.2.0-draft", + "type": "dev.cdevents.artifact.downloaded.0.2.0", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom", "links": [ diff --git a/conformance/artifact_packaged.json b/conformance/artifact_packaged.json index e63773c..206f081 100644 --- a/conformance/artifact_packaged.json +++ b/conformance/artifact_packaged.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.artifact.packaged.0.3.0-draft", + "type": "dev.cdevents.artifact.packaged.0.3.0", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom", "links": [ diff --git a/conformance/artifact_published.json b/conformance/artifact_published.json index dd9a4d0..8312065 100644 --- a/conformance/artifact_published.json +++ b/conformance/artifact_published.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.artifact.published.0.3.0-draft", + "type": "dev.cdevents.artifact.published.0.3.0", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom", "links": [ diff --git a/conformance/artifact_signed.json b/conformance/artifact_signed.json index e7db401..b47047c 100644 --- a/conformance/artifact_signed.json +++ b/conformance/artifact_signed.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.artifact.signed.0.3.0-draft", + "type": "dev.cdevents.artifact.signed.0.3.0", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom", "links": [ diff --git a/conformance/branch_created.json b/conformance/branch_created.json index be01162..ac55f48 100644 --- a/conformance/branch_created.json +++ b/conformance/branch_created.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.branch.created.0.3.0-draft", + "type": "dev.cdevents.branch.created.0.3.0", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom", "links": [ diff --git a/conformance/branch_deleted.json b/conformance/branch_deleted.json index df1946a..a9aeaea 100644 --- a/conformance/branch_deleted.json +++ b/conformance/branch_deleted.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.branch.deleted.0.3.0-draft", + "type": "dev.cdevents.branch.deleted.0.3.0", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom", "links": [ diff --git a/conformance/build_finished.json b/conformance/build_finished.json index 04bcdbe..66a27fd 100644 --- a/conformance/build_finished.json +++ b/conformance/build_finished.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.build.finished.0.3.0-draft", + "type": "dev.cdevents.build.finished.0.3.0", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom", "links": [ diff --git a/conformance/build_queued.json b/conformance/build_queued.json index eb52e3d..b1bceb6 100644 --- a/conformance/build_queued.json +++ b/conformance/build_queued.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.build.queued.0.3.0-draft", + "type": "dev.cdevents.build.queued.0.3.0", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom", "links": [ diff --git a/conformance/build_started.json b/conformance/build_started.json index 53c1ae9..7c778c6 100644 --- a/conformance/build_started.json +++ b/conformance/build_started.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.build.started.0.3.0-draft", + "type": "dev.cdevents.build.started.0.3.0", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom", "links": [ diff --git a/conformance/change_abandoned.json b/conformance/change_abandoned.json index c3cae86..c9ff5a0 100644 --- a/conformance/change_abandoned.json +++ b/conformance/change_abandoned.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.change.abandoned.0.3.0-draft", + "type": "dev.cdevents.change.abandoned.0.3.0", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom", "links": [ diff --git a/conformance/change_created.json b/conformance/change_created.json index 3c2af71..704bdce 100644 --- a/conformance/change_created.json +++ b/conformance/change_created.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.change.created.0.4.0-draft", + "type": "dev.cdevents.change.created.0.4.0", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom", "links": [ diff --git a/conformance/change_merged.json b/conformance/change_merged.json index 862b502..36f6a3a 100644 --- a/conformance/change_merged.json +++ b/conformance/change_merged.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.change.merged.0.3.0-draft", + "type": "dev.cdevents.change.merged.0.3.0", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom", "links": [ diff --git a/conformance/change_reviewed.json b/conformance/change_reviewed.json index 7cf2d8d..90bd16a 100644 --- a/conformance/change_reviewed.json +++ b/conformance/change_reviewed.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.change.reviewed.0.3.0-draft", + "type": "dev.cdevents.change.reviewed.0.3.0", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom", "links": [ diff --git a/conformance/change_updated.json b/conformance/change_updated.json index 1b6e691..b959d9e 100644 --- a/conformance/change_updated.json +++ b/conformance/change_updated.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.change.updated.0.3.0-draft", + "type": "dev.cdevents.change.updated.0.3.0", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom", "links": [ diff --git a/conformance/environment_created.json b/conformance/environment_created.json index 2b77d1f..7f46dbe 100644 --- a/conformance/environment_created.json +++ b/conformance/environment_created.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.environment.created.0.3.0-draft", + "type": "dev.cdevents.environment.created.0.3.0", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom", "links": [ diff --git a/conformance/environment_deleted.json b/conformance/environment_deleted.json index 0412980..cae6cce 100644 --- a/conformance/environment_deleted.json +++ b/conformance/environment_deleted.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.environment.deleted.0.3.0-draft", + "type": "dev.cdevents.environment.deleted.0.3.0", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom", "links": [ diff --git a/conformance/environment_modified.json b/conformance/environment_modified.json index 8137c14..ff6714a 100644 --- a/conformance/environment_modified.json +++ b/conformance/environment_modified.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.environment.modified.0.3.0-draft", + "type": "dev.cdevents.environment.modified.0.3.0", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom", "links": [ diff --git a/conformance/incident_detected.json b/conformance/incident_detected.json index 1124311..24fbdc8 100644 --- a/conformance/incident_detected.json +++ b/conformance/incident_detected.json @@ -4,7 +4,7 @@ "id": "F4BD2B55-B6F6-4F44-AF72-BD2D0E7A8708", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/monitoring/prod1", - "type": "dev.cdevents.incident.detected.0.3.0-draft", + "type": "dev.cdevents.incident.detected.0.3.0", "timestamp": "2022-11-11T13:52:20.079Z", "schemaUri": "https://myorg.com/schema/custom", "links": [ diff --git a/conformance/incident_reported.json b/conformance/incident_reported.json index 43e2359..8033770 100644 --- a/conformance/incident_reported.json +++ b/conformance/incident_reported.json @@ -4,7 +4,7 @@ "id": "F4BD2B55-B6F6-4F44-AF72-BD2D0E7A8708", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/monitoring/prod1", - "type": "dev.cdevents.incident.reported.0.3.0-draft", + "type": "dev.cdevents.incident.reported.0.3.0", "timestamp": "2022-11-11T13:52:20.079Z", "schemaUri": "https://myorg.com/schema/custom", "links": [ diff --git a/conformance/incident_resolved.json b/conformance/incident_resolved.json index c565281..1ec16ec 100644 --- a/conformance/incident_resolved.json +++ b/conformance/incident_resolved.json @@ -4,7 +4,7 @@ "id": "F4BD2B55-B6F6-4F44-AF72-BD2D0E7A8708", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/monitoring/prod1", - "type": "dev.cdevents.incident.resolved.0.3.0-draft", + "type": "dev.cdevents.incident.resolved.0.3.0", "timestamp": "2022-11-11T13:52:20.079Z", "schemaUri": "https://myorg.com/schema/custom", "links": [ diff --git a/conformance/pipelinerun_finished.json b/conformance/pipelinerun_finished.json index 5d37504..8436eeb 100644 --- a/conformance/pipelinerun_finished.json +++ b/conformance/pipelinerun_finished.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.pipelinerun.finished.0.3.0-draft", + "type": "dev.cdevents.pipelinerun.finished.0.3.0", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom", "links": [ diff --git a/conformance/pipelinerun_queued.json b/conformance/pipelinerun_queued.json index 4125860..5845d88 100644 --- a/conformance/pipelinerun_queued.json +++ b/conformance/pipelinerun_queued.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.pipelinerun.queued.0.3.0-draft", + "type": "dev.cdevents.pipelinerun.queued.0.3.0", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom", "links": [ diff --git a/conformance/pipelinerun_started.json b/conformance/pipelinerun_started.json index cf8407f..9176e9a 100644 --- a/conformance/pipelinerun_started.json +++ b/conformance/pipelinerun_started.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.pipelinerun.started.0.3.0-draft", + "type": "dev.cdevents.pipelinerun.started.0.3.0", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom", "links": [ diff --git a/conformance/repository_created.json b/conformance/repository_created.json index 407f089..c1bec56 100644 --- a/conformance/repository_created.json +++ b/conformance/repository_created.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.repository.created.0.3.0-draft", + "type": "dev.cdevents.repository.created.0.3.0", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom", "links": [ diff --git a/conformance/repository_deleted.json b/conformance/repository_deleted.json index 276b0a9..3fb682f 100644 --- a/conformance/repository_deleted.json +++ b/conformance/repository_deleted.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.repository.deleted.0.3.0-draft", + "type": "dev.cdevents.repository.deleted.0.3.0", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom", "links": [ diff --git a/conformance/repository_modified.json b/conformance/repository_modified.json index dc8331a..fc53599 100644 --- a/conformance/repository_modified.json +++ b/conformance/repository_modified.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.repository.modified.0.3.0-draft", + "type": "dev.cdevents.repository.modified.0.3.0", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom", "links": [ diff --git a/conformance/service_deployed.json b/conformance/service_deployed.json index 2d04d4c..a19534c 100644 --- a/conformance/service_deployed.json +++ b/conformance/service_deployed.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.service.deployed.0.3.0-draft", + "type": "dev.cdevents.service.deployed.0.3.0", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom", "links": [ diff --git a/conformance/service_published.json b/conformance/service_published.json index 45bcc4c..97b1bc2 100644 --- a/conformance/service_published.json +++ b/conformance/service_published.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.service.published.0.3.0-draft", + "type": "dev.cdevents.service.published.0.3.0", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom", "links": [ diff --git a/conformance/service_removed.json b/conformance/service_removed.json index 90e4ed1..e00ee99 100644 --- a/conformance/service_removed.json +++ b/conformance/service_removed.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.service.removed.0.3.0-draft", + "type": "dev.cdevents.service.removed.0.3.0", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom", "links": [ diff --git a/conformance/service_rolledback.json b/conformance/service_rolledback.json index 6909f53..d2bd1b3 100644 --- a/conformance/service_rolledback.json +++ b/conformance/service_rolledback.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.service.rolledback.0.3.0-draft", + "type": "dev.cdevents.service.rolledback.0.3.0", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom", "links": [ diff --git a/conformance/service_upgraded.json b/conformance/service_upgraded.json index 2217eae..a830a36 100644 --- a/conformance/service_upgraded.json +++ b/conformance/service_upgraded.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.service.upgraded.0.3.0-draft", + "type": "dev.cdevents.service.upgraded.0.3.0", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom", "links": [ diff --git a/conformance/taskrun_finished.json b/conformance/taskrun_finished.json index 200fc90..0c95b92 100644 --- a/conformance/taskrun_finished.json +++ b/conformance/taskrun_finished.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.taskrun.finished.0.3.0-draft", + "type": "dev.cdevents.taskrun.finished.0.3.0", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom", "links": [ diff --git a/conformance/taskrun_started.json b/conformance/taskrun_started.json index 38ab149..82184e1 100644 --- a/conformance/taskrun_started.json +++ b/conformance/taskrun_started.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.taskrun.started.0.3.0-draft", + "type": "dev.cdevents.taskrun.started.0.3.0", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom", "links": [ diff --git a/conformance/testcaserun_finished.json b/conformance/testcaserun_finished.json index 31f23ef..7bf126c 100644 --- a/conformance/testcaserun_finished.json +++ b/conformance/testcaserun_finished.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.testcaserun.finished.0.3.0-draft", + "type": "dev.cdevents.testcaserun.finished.0.3.0", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom", "links": [ diff --git a/conformance/testcaserun_queued.json b/conformance/testcaserun_queued.json index d0b8237..470ff7d 100644 --- a/conformance/testcaserun_queued.json +++ b/conformance/testcaserun_queued.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.testcaserun.queued.0.3.0-draft", + "type": "dev.cdevents.testcaserun.queued.0.3.0", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom", "links": [ diff --git a/conformance/testcaserun_skipped.json b/conformance/testcaserun_skipped.json index ae1c283..4a0466d 100644 --- a/conformance/testcaserun_skipped.json +++ b/conformance/testcaserun_skipped.json @@ -3,7 +3,7 @@ "specversion": "0.5.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "source": "/event/source/123", - "type": "dev.cdevents.testcaserun.skipped.0.2.0-draft", + "type": "dev.cdevents.testcaserun.skipped.0.2.0", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom", "links": [ diff --git a/conformance/testcaserun_started.json b/conformance/testcaserun_started.json index 1d8bbb1..34c8600 100644 --- a/conformance/testcaserun_started.json +++ b/conformance/testcaserun_started.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.testcaserun.started.0.3.0-draft", + "type": "dev.cdevents.testcaserun.started.0.3.0", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom", "links": [ diff --git a/conformance/testoutput_published.json b/conformance/testoutput_published.json index fdc313a..dfe53a5 100644 --- a/conformance/testoutput_published.json +++ b/conformance/testoutput_published.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.testoutput.published.0.3.0-draft", + "type": "dev.cdevents.testoutput.published.0.3.0", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom", "links": [ diff --git a/conformance/testsuiterun_finished.json b/conformance/testsuiterun_finished.json index 7b2a2a2..b937a4a 100644 --- a/conformance/testsuiterun_finished.json +++ b/conformance/testsuiterun_finished.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.testsuiterun.finished.0.3.0-draft", + "type": "dev.cdevents.testsuiterun.finished.0.3.0", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom", "links": [ diff --git a/conformance/testsuiterun_queued.json b/conformance/testsuiterun_queued.json index 51b673f..364a6d7 100644 --- a/conformance/testsuiterun_queued.json +++ b/conformance/testsuiterun_queued.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.testsuiterun.queued.0.3.0-draft", + "type": "dev.cdevents.testsuiterun.queued.0.3.0", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom", "links": [ diff --git a/conformance/testsuiterun_started.json b/conformance/testsuiterun_started.json index 32ed662..e9d110a 100644 --- a/conformance/testsuiterun_started.json +++ b/conformance/testsuiterun_started.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.testsuiterun.started.0.3.0-draft", + "type": "dev.cdevents.testsuiterun.started.0.3.0", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom", "links": [ diff --git a/conformance/ticket_closed.json b/conformance/ticket_closed.json index dc18d84..f69d676 100644 --- a/conformance/ticket_closed.json +++ b/conformance/ticket_closed.json @@ -3,7 +3,7 @@ "specversion": "0.5.0-draft", "id": "F4BD2B55-B6F6-4F44-AF72-BD2D0E7A8708", "source": "/ticketing/system", - "type": "dev.cdevents.ticket.closed.0.2.0-draft", + "type": "dev.cdevents.ticket.closed.0.2.0", "timestamp": "2022-11-11T13:52:20.079Z", "schemaUri": "https://myorg.com/schema/custom", "links": [ diff --git a/conformance/ticket_created.json b/conformance/ticket_created.json index 81c409e..5ea59bf 100644 --- a/conformance/ticket_created.json +++ b/conformance/ticket_created.json @@ -3,7 +3,7 @@ "specversion": "0.5.0-draft", "id": "F4BD2B55-B6F6-4F44-AF72-BD2D0E7A8708", "source": "/ticketing/system", - "type": "dev.cdevents.ticket.created.0.2.0-draft", + "type": "dev.cdevents.ticket.created.0.2.0", "timestamp": "2022-11-11T13:52:20.079Z", "schemaUri": "https://myorg.com/schema/custom", "links": [ diff --git a/conformance/ticket_updated.json b/conformance/ticket_updated.json index db96cc3..470e215 100644 --- a/conformance/ticket_updated.json +++ b/conformance/ticket_updated.json @@ -3,7 +3,7 @@ "specversion": "0.5.0-draft", "id": "F4BD2B55-B6F6-4F44-AF72-BD2D0E7A8708", "source": "/ticketing/system", - "type": "dev.cdevents.ticket.updated.0.2.0-draft", + "type": "dev.cdevents.ticket.updated.0.2.0", "timestamp": "2022-11-11T13:52:20.079Z", "schemaUri": "https://myorg.com/schema/custom", "links": [ diff --git a/continuous-deployment.md b/continuous-deployment.md index 1d81c50..fba55e9 100644 --- a/continuous-deployment.md +++ b/continuous-deployment.md @@ -49,7 +49,7 @@ A `service` can represent for example a binary that is running, a daemon, an app This event represents an environment that has been created. Such an environment can be used to deploy services in. -- Event Type: __`dev.cdevents.environment.created.0.3.0-draft`__ +- Event Type: __`dev.cdevents.environment.created.0.3.0`__ - Predicate: created - Subject: [`environment`](#environment) @@ -64,7 +64,7 @@ This event represents an environment that has been created. Such an environment This event represents an environment that has been modified. -- Event Type: __`dev.cdevents.environment.modified.0.3.0-draft`__ +- Event Type: __`dev.cdevents.environment.modified.0.3.0`__ - Predicate: modified - Subject: [`environment`](#environment) @@ -79,7 +79,7 @@ This event represents an environment that has been modified. This event represents an environment that has been deleted.``` -- Event Type: __`dev.cdevents.environment.deleted.0.3.0-draft`__ +- Event Type: __`dev.cdevents.environment.deleted.0.3.0`__ - Predicate: deleted - Subject: [`environment`](#environment) @@ -93,7 +93,7 @@ This event represents an environment that has been deleted.``` This event represents a new instance of a service that has been deployed -- Event Type: __`dev.cdevents.service.deployed.0.3.0-draft`__ +- Event Type: __`dev.cdevents.service.deployed.0.3.0`__ - Predicate: deployed - Subject: [`service`](#service) @@ -108,7 +108,7 @@ This event represents a new instance of a service that has been deployed This event represents an existing instance of a service that has been upgraded to a new version -- Event Type: __`dev.cdevents.service.upgraded.0.3.0-draft`__ +- Event Type: __`dev.cdevents.service.upgraded.0.3.0`__ - Predicate: upgraded - Subject: [`service`](#service) @@ -123,7 +123,7 @@ This event represents an existing instance of a service that has been upgraded t This event represents an existing instance of a service that has been rolled back to a previous version -- Event Type: __`dev.cdevents.service.rolledback.0.3.0-draft`__ +- Event Type: __`dev.cdevents.service.rolledback.0.3.0`__ - Predicate: rolledback - Subject: [`service`](#service) @@ -138,7 +138,7 @@ This event represents an existing instance of a service that has been rolled bac This event represents the removal of a previously deployed service instance and is thus not longer present in the specified environment -- Event Type: __`dev.cdevents.service.removed.0.3.0-draft`__ +- Event Type: __`dev.cdevents.service.removed.0.3.0`__ - Predicate: removed - Subject: [`service`](#service) @@ -152,7 +152,7 @@ This event represents the removal of a previously deployed service instance and This event represents an existing instance of a service that has an accessible URL for users to interact with it. This event can be used to let other tools know that the service is ready and also available for consumption. -- Event Type: __`dev.cdevents.service.published.0.3.0-draft`__ +- Event Type: __`dev.cdevents.service.published.0.3.0`__ - Predicate: published - Subject: [`service`](#service) diff --git a/continuous-integration.md b/continuous-integration.md index 3cc9953..c1c9970 100644 --- a/continuous-integration.md +++ b/continuous-integration.md @@ -54,7 +54,7 @@ An `artifact` is usually produced as output of a build process. Events need to b This event represents a Build task that has been queued; this build process usually is in charge of producing a binary from source code. -- Event Type: __`dev.cdevents.build.queued.0.3.0-draft`__ +- Event Type: __`dev.cdevents.build.queued.0.3.0`__ - Predicate: queued - Subject: [`build`](#build) @@ -67,7 +67,7 @@ This event represents a Build task that has been queued; this build process usua This event represents a Build task that has been started; this build process usually is in charge of producing a binary from source code. -- Event Type: __`dev.cdevents.build.started.0.3.0-draft`__ +- Event Type: __`dev.cdevents.build.started.0.3.0`__ - Predicate: started - Subject: [`build`](#build) @@ -80,7 +80,7 @@ This event represents a Build task that has been started; this build process usu This event represents a Build task that has finished. This event will eventually contain the finished status, success, error or failure -- Event Type: __`dev.cdevents.build.finished.0.3.0-draft`__ +- Event Type: __`dev.cdevents.build.finished.0.3.0`__ - Predicate: finished - Subject: [`build`](#build) @@ -95,7 +95,7 @@ This event represents a Build task that has finished. This event will eventually The event represents an artifact that has been packaged for distribution; this artifact is now versioned with a fixed version. This event is usually produced by the build system. If an SBOM URI is available at this stage, it should be included. -- Event Type: __`dev.cdevents.artifact.packaged.0.3.0-draft`__ +- Event Type: __`dev.cdevents.artifact.packaged.0.3.0`__ - Predicate: packaged - Subject: [`artifact`](#artifact) @@ -111,7 +111,7 @@ This event is usually produced by the build system. If an SBOM URI is available The event represents an artifact that has been signed. The signature is included in the events itself. An artifact may be signed after it has been packaged or sometimes after it has published, depending on the tooling being used and the type of artifact. The `artifact signed` event is typically produced by the CI or build system. -- Event Type: __`dev.cdevents.artifact.signed.0.3.0-draft`__ +- Event Type: __`dev.cdevents.artifact.signed.0.3.0`__ - Predicate: signed - Subject: [`artifact`](#artifact) @@ -126,7 +126,7 @@ An artifact may be signed after it has been packaged or sometimes after it has p The event represents an artifact that has been published and it can be advertised for others to use. The `artifact published` event is typically produced by the artifact registry, but it may also be produced by the build system. -- Event Type: __`dev.cdevents.artifact.published.0.3.0-draft`__ +- Event Type: __`dev.cdevents.artifact.published.0.3.0`__ - Predicate: published - Subject: [`artifact`](#artifact) @@ -141,7 +141,7 @@ The `artifact published` event is typically produced by the artifact registry, b The event represents an artifact that has been downloaded from the registry. The `artifact downloaded` event is preferably produced by the artifact registry. -- Event Type: __`dev.cdevents.artifact.downloaded.0.2.0-draft`__ +- Event Type: __`dev.cdevents.artifact.downloaded.0.2.0`__ - Predicate: downloaded - Subject: [`artifact`](#artifact) @@ -156,7 +156,7 @@ The `artifact downloaded` event is preferably produced by the artifact registry. The event represents an artifact that has been deleted from an artifact registry. The `artifact deleted` event is preferably produced by the artifact registry. -- Event Type: __`dev.cdevents.artifact.deleted.0.2.0-draft`__ +- Event Type: __`dev.cdevents.artifact.deleted.0.2.0`__ - Predicate: deleted - Subject: [`artifact`](#artifact) diff --git a/continuous-operations.md b/continuous-operations.md index 3f28a89..7537ddd 100644 --- a/continuous-operations.md +++ b/continuous-operations.md @@ -60,7 +60,7 @@ A ticket can request a change, report a problem, or document an [`incident`](#in This event represents an incident that has been detected by a system or human. -- Event Type: __`dev.cdevents.incident.detected.0.3.0-draft`__ +- Event Type: __`dev.cdevents.incident.detected.0.3.0`__ - Predicate: detected - Subject: [`incident`](#incident) @@ -77,7 +77,7 @@ This event represents an incident that has been detected by a system or human. This event represents an incident that has been reported through a ticketing system. Compared to the `detected` predicated, it introduces a ticket URI. -- Event Type: __`dev.cdevents.incident.reported.0.3.0-draft`__ +- Event Type: __`dev.cdevents.incident.reported.0.3.0`__ - Predicate: reported - Subject: [`incident`](#incident) @@ -95,7 +95,7 @@ This event represents an incident that has been reported through a ticketing sys This event represents an incident that has been resolved, meaning that the problem identified by the incident has been solved or recalled. -- Event Type: __`dev.cdevents.incident.resolved.0.3.0-draft`__ +- Event Type: __`dev.cdevents.incident.resolved.0.3.0`__ - Predicate: resolved - Subject: [`incident`](#incident) @@ -112,7 +112,7 @@ This event represents an incident that has been resolved, meaning that the probl This event represents a ticket that has been created within some ticketing system. -- Event Type: __`dev.cdevents.ticket.created.0.2.0-draft`__ +- Event Type: __`dev.cdevents.ticket.created.0.2.0`__ - Predicate: created - Subject: [`ticket`](#ticket) @@ -134,7 +134,7 @@ This event represents a ticket that has been created within some ticketing syste This event indicates that a ticket has been updated within some ticketing system. -- Event Type: __`dev.cdevents.ticket.updated.0.2.0-draft`__ +- Event Type: __`dev.cdevents.ticket.updated.0.2.0`__ - Predicate: updated - Subject: [`ticket`](#ticket) @@ -157,7 +157,7 @@ This event indicates that a ticket has been updated within some ticketing system This event indicates that a ticket has been closed or resolved within some ticketing system. -- Event Type: __`dev.cdevents.ticket.closed.0.2.0-draft`__ +- Event Type: __`dev.cdevents.ticket.closed.0.2.0`__ - Predicate: closed - Subject: [`ticket`](#ticket) diff --git a/core.md b/core.md index e689697..21fa3a4 100644 --- a/core.md +++ b/core.md @@ -66,7 +66,7 @@ Due the dynamic nature of Pipelines, most of actual work needs to be queued to happen in a distributed way, hence queued events are added. Adopters can choose to ignore these events if they don't apply to their use cases. -- Event Type: __`dev.cdevents.pipelinerun.queued.0.3.0-draft`__ +- Event Type: __`dev.cdevents.pipelinerun.queued.0.3.0`__ - Predicate: queued - Subject: [`pipelineRun`](#pipelinerun) @@ -81,7 +81,7 @@ to ignore these events if they don't apply to their use cases. A pipelineRun has started and it is running. -- Event Type: __`dev.cdevents.pipelinerun.started.0.3.0-draft`__ +- Event Type: __`dev.cdevents.pipelinerun.started.0.3.0`__ - Predicate: started - Subject: [`pipelineRun`](#pipelinerun) @@ -96,7 +96,7 @@ A pipelineRun has started and it is running. A pipelineRun has finished, successfully or not. -- Event Type: __`dev.cdevents.pipelinerun.finished.0.3.0-draft`__ +- Event Type: __`dev.cdevents.pipelinerun.finished.0.3.0`__ - Predicate: finished - Subject: [`pipelineRun`](#pipelinerun) @@ -113,7 +113,7 @@ A pipelineRun has finished, successfully or not. A taskRun has started and it is running. -- Event Type: __`dev.cdevents.taskrun.started.0.3.0-draft`__ +- Event Type: __`dev.cdevents.taskrun.started.0.3.0`__ - Predicate: started - Subject: [`taskRun`](#taskrun) @@ -129,7 +129,7 @@ A taskRun has started and it is running. A taskRun has finished, successfully or not. -- Event Type: __`dev.cdevents.taskrun.finished.0.3.0-draft`__ +- Event Type: __`dev.cdevents.taskrun.finished.0.3.0`__ - Predicate: finished - Subject: [`taskRun`](#taskrun) diff --git a/schemas/artifactdeleted.json b/schemas/artifactdeleted.json index 847646b..3615e61 100644 --- a/schemas/artifactdeleted.json +++ b/schemas/artifactdeleted.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.artifact.deleted.0.2.0-draft" + "dev.cdevents.artifact.deleted.0.2.0" ], - "default": "dev.cdevents.artifact.deleted.0.2.0-draft" + "default": "dev.cdevents.artifact.deleted.0.2.0" }, "timestamp": { "type": "string", diff --git a/schemas/artifactdownloaded.json b/schemas/artifactdownloaded.json index 6be838a..ec5ef93 100644 --- a/schemas/artifactdownloaded.json +++ b/schemas/artifactdownloaded.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.artifact.downloaded.0.2.0-draft" + "dev.cdevents.artifact.downloaded.0.2.0" ], - "default": "dev.cdevents.artifact.downloaded.0.2.0-draft" + "default": "dev.cdevents.artifact.downloaded.0.2.0" }, "timestamp": { "type": "string", diff --git a/schemas/artifactpackaged.json b/schemas/artifactpackaged.json index 2621e12..a046ad3 100644 --- a/schemas/artifactpackaged.json +++ b/schemas/artifactpackaged.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.artifact.packaged.0.3.0-draft" + "dev.cdevents.artifact.packaged.0.3.0" ], - "default": "dev.cdevents.artifact.packaged.0.3.0-draft" + "default": "dev.cdevents.artifact.packaged.0.3.0" }, "timestamp": { "type": "string", diff --git a/schemas/artifactpublished.json b/schemas/artifactpublished.json index b9c8f13..89921d0 100644 --- a/schemas/artifactpublished.json +++ b/schemas/artifactpublished.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.artifact.published.0.3.0-draft" + "dev.cdevents.artifact.published.0.3.0" ], - "default": "dev.cdevents.artifact.published.0.3.0-draft" + "default": "dev.cdevents.artifact.published.0.3.0" }, "timestamp": { "type": "string", diff --git a/schemas/artifactsigned.json b/schemas/artifactsigned.json index 0cb990c..b72b87a 100644 --- a/schemas/artifactsigned.json +++ b/schemas/artifactsigned.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.artifact.signed.0.3.0-draft" + "dev.cdevents.artifact.signed.0.3.0" ], - "default": "dev.cdevents.artifact.signed.0.3.0-draft" + "default": "dev.cdevents.artifact.signed.0.3.0" }, "timestamp": { "type": "string", diff --git a/schemas/branchcreated.json b/schemas/branchcreated.json index 21c3d21..64c1b5b 100644 --- a/schemas/branchcreated.json +++ b/schemas/branchcreated.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.branch.created.0.3.0-draft" + "dev.cdevents.branch.created.0.3.0" ], - "default": "dev.cdevents.branch.created.0.3.0-draft" + "default": "dev.cdevents.branch.created.0.3.0" }, "timestamp": { "type": "string", diff --git a/schemas/branchdeleted.json b/schemas/branchdeleted.json index 84d58de..8bd9251 100644 --- a/schemas/branchdeleted.json +++ b/schemas/branchdeleted.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.branch.deleted.0.3.0-draft" + "dev.cdevents.branch.deleted.0.3.0" ], - "default": "dev.cdevents.branch.deleted.0.3.0-draft" + "default": "dev.cdevents.branch.deleted.0.3.0" }, "timestamp": { "type": "string", diff --git a/schemas/buildfinished.json b/schemas/buildfinished.json index 3b793df..6cdd11d 100644 --- a/schemas/buildfinished.json +++ b/schemas/buildfinished.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.build.finished.0.3.0-draft" + "dev.cdevents.build.finished.0.3.0" ], - "default": "dev.cdevents.build.finished.0.3.0-draft" + "default": "dev.cdevents.build.finished.0.3.0" }, "timestamp": { "type": "string", diff --git a/schemas/buildqueued.json b/schemas/buildqueued.json index 4df0606..24c7ae9 100644 --- a/schemas/buildqueued.json +++ b/schemas/buildqueued.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.build.queued.0.3.0-draft" + "dev.cdevents.build.queued.0.3.0" ], - "default": "dev.cdevents.build.queued.0.3.0-draft" + "default": "dev.cdevents.build.queued.0.3.0" }, "timestamp": { "type": "string", diff --git a/schemas/buildstarted.json b/schemas/buildstarted.json index 3a52f46..83def3d 100644 --- a/schemas/buildstarted.json +++ b/schemas/buildstarted.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.build.started.0.3.0-draft" + "dev.cdevents.build.started.0.3.0" ], - "default": "dev.cdevents.build.started.0.3.0-draft" + "default": "dev.cdevents.build.started.0.3.0" }, "timestamp": { "type": "string", diff --git a/schemas/changeabandoned.json b/schemas/changeabandoned.json index 3d3daf6..bd4a7c6 100644 --- a/schemas/changeabandoned.json +++ b/schemas/changeabandoned.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.change.abandoned.0.3.0-draft" + "dev.cdevents.change.abandoned.0.3.0" ], - "default": "dev.cdevents.change.abandoned.0.3.0-draft" + "default": "dev.cdevents.change.abandoned.0.3.0" }, "timestamp": { "type": "string", diff --git a/schemas/changecreated.json b/schemas/changecreated.json index 5f3d6c7..34625cf 100644 --- a/schemas/changecreated.json +++ b/schemas/changecreated.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.change.created.0.4.0-draft" + "dev.cdevents.change.created.0.4.0" ], - "default": "dev.cdevents.change.created.0.4.0-draft" + "default": "dev.cdevents.change.created.0.4.0" }, "timestamp": { "type": "string", diff --git a/schemas/changemerged.json b/schemas/changemerged.json index efe37c6..5189b73 100644 --- a/schemas/changemerged.json +++ b/schemas/changemerged.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.change.merged.0.3.0-draft" + "dev.cdevents.change.merged.0.3.0" ], - "default": "dev.cdevents.change.merged.0.3.0-draft" + "default": "dev.cdevents.change.merged.0.3.0" }, "timestamp": { "type": "string", diff --git a/schemas/changereviewed.json b/schemas/changereviewed.json index 91eb8fa..473900b 100644 --- a/schemas/changereviewed.json +++ b/schemas/changereviewed.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.change.reviewed.0.3.0-draft" + "dev.cdevents.change.reviewed.0.3.0" ], - "default": "dev.cdevents.change.reviewed.0.3.0-draft" + "default": "dev.cdevents.change.reviewed.0.3.0" }, "timestamp": { "type": "string", diff --git a/schemas/changeupdated.json b/schemas/changeupdated.json index da5bcf2..6899914 100644 --- a/schemas/changeupdated.json +++ b/schemas/changeupdated.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.change.updated.0.3.0-draft" + "dev.cdevents.change.updated.0.3.0" ], - "default": "dev.cdevents.change.updated.0.3.0-draft" + "default": "dev.cdevents.change.updated.0.3.0" }, "timestamp": { "type": "string", diff --git a/schemas/environmentcreated.json b/schemas/environmentcreated.json index 794db5c..18f8b8c 100644 --- a/schemas/environmentcreated.json +++ b/schemas/environmentcreated.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.environment.created.0.3.0-draft" + "dev.cdevents.environment.created.0.3.0" ], - "default": "dev.cdevents.environment.created.0.3.0-draft" + "default": "dev.cdevents.environment.created.0.3.0" }, "timestamp": { "type": "string", diff --git a/schemas/environmentdeleted.json b/schemas/environmentdeleted.json index 333454b..4201444 100644 --- a/schemas/environmentdeleted.json +++ b/schemas/environmentdeleted.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.environment.deleted.0.3.0-draft" + "dev.cdevents.environment.deleted.0.3.0" ], - "default": "dev.cdevents.environment.deleted.0.3.0-draft" + "default": "dev.cdevents.environment.deleted.0.3.0" }, "timestamp": { "type": "string", diff --git a/schemas/environmentmodified.json b/schemas/environmentmodified.json index 93da8a5..2b79fdf 100644 --- a/schemas/environmentmodified.json +++ b/schemas/environmentmodified.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.environment.modified.0.3.0-draft" + "dev.cdevents.environment.modified.0.3.0" ], - "default": "dev.cdevents.environment.modified.0.3.0-draft" + "default": "dev.cdevents.environment.modified.0.3.0" }, "timestamp": { "type": "string", diff --git a/schemas/incidentdetected.json b/schemas/incidentdetected.json index cad7b4b..4e70e6d 100644 --- a/schemas/incidentdetected.json +++ b/schemas/incidentdetected.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.incident.detected.0.3.0-draft" + "dev.cdevents.incident.detected.0.3.0" ], - "default": "dev.cdevents.incident.detected.0.3.0-draft" + "default": "dev.cdevents.incident.detected.0.3.0" }, "timestamp": { "type": "string", diff --git a/schemas/incidentreported.json b/schemas/incidentreported.json index b7e8978..4bb4d98 100644 --- a/schemas/incidentreported.json +++ b/schemas/incidentreported.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.incident.reported.0.3.0-draft" + "dev.cdevents.incident.reported.0.3.0" ], - "default": "dev.cdevents.incident.reported.0.3.0-draft" + "default": "dev.cdevents.incident.reported.0.3.0" }, "timestamp": { "type": "string", diff --git a/schemas/incidentresolved.json b/schemas/incidentresolved.json index 03e222f..95cea66 100644 --- a/schemas/incidentresolved.json +++ b/schemas/incidentresolved.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.incident.resolved.0.3.0-draft" + "dev.cdevents.incident.resolved.0.3.0" ], - "default": "dev.cdevents.incident.resolved.0.3.0-draft" + "default": "dev.cdevents.incident.resolved.0.3.0" }, "timestamp": { "type": "string", diff --git a/schemas/pipelinerunfinished.json b/schemas/pipelinerunfinished.json index ddada6e..5957c3f 100644 --- a/schemas/pipelinerunfinished.json +++ b/schemas/pipelinerunfinished.json @@ -19,8 +19,8 @@ }, "type": { "type": "string", - "enum": ["dev.cdevents.pipelinerun.finished.0.3.0-draft"], - "default": "dev.cdevents.pipelinerun.finished.0.3.0-draft" + "enum": ["dev.cdevents.pipelinerun.finished.0.3.0"], + "default": "dev.cdevents.pipelinerun.finished.0.3.0" }, "timestamp": { "type": "string", diff --git a/schemas/pipelinerunqueued.json b/schemas/pipelinerunqueued.json index 4b54d83..929f167 100644 --- a/schemas/pipelinerunqueued.json +++ b/schemas/pipelinerunqueued.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.pipelinerun.queued.0.3.0-draft" + "dev.cdevents.pipelinerun.queued.0.3.0" ], - "default": "dev.cdevents.pipelinerun.queued.0.3.0-draft" + "default": "dev.cdevents.pipelinerun.queued.0.3.0" }, "timestamp": { "type": "string", diff --git a/schemas/pipelinerunstarted.json b/schemas/pipelinerunstarted.json index b05d880..5f14322 100644 --- a/schemas/pipelinerunstarted.json +++ b/schemas/pipelinerunstarted.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.pipelinerun.started.0.3.0-draft" + "dev.cdevents.pipelinerun.started.0.3.0" ], - "default": "dev.cdevents.pipelinerun.started.0.3.0-draft" + "default": "dev.cdevents.pipelinerun.started.0.3.0" }, "timestamp": { "type": "string", diff --git a/schemas/repositorycreated.json b/schemas/repositorycreated.json index efe24f1..d218ed3 100644 --- a/schemas/repositorycreated.json +++ b/schemas/repositorycreated.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.repository.created.0.3.0-draft" + "dev.cdevents.repository.created.0.3.0" ], - "default": "dev.cdevents.repository.created.0.3.0-draft" + "default": "dev.cdevents.repository.created.0.3.0" }, "timestamp": { "type": "string", diff --git a/schemas/repositorydeleted.json b/schemas/repositorydeleted.json index e153423..8672454 100644 --- a/schemas/repositorydeleted.json +++ b/schemas/repositorydeleted.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.repository.deleted.0.3.0-draft" + "dev.cdevents.repository.deleted.0.3.0" ], - "default": "dev.cdevents.repository.deleted.0.3.0-draft" + "default": "dev.cdevents.repository.deleted.0.3.0" }, "timestamp": { "type": "string", diff --git a/schemas/repositorymodified.json b/schemas/repositorymodified.json index 806420a..e4c4b1d 100644 --- a/schemas/repositorymodified.json +++ b/schemas/repositorymodified.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.repository.modified.0.3.0-draft" + "dev.cdevents.repository.modified.0.3.0" ], - "default": "dev.cdevents.repository.modified.0.3.0-draft" + "default": "dev.cdevents.repository.modified.0.3.0" }, "timestamp": { "type": "string", diff --git a/schemas/servicedeployed.json b/schemas/servicedeployed.json index b8a298c..e48c751 100644 --- a/schemas/servicedeployed.json +++ b/schemas/servicedeployed.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.service.deployed.0.3.0-draft" + "dev.cdevents.service.deployed.0.3.0" ], - "default": "dev.cdevents.service.deployed.0.3.0-draft" + "default": "dev.cdevents.service.deployed.0.3.0" }, "timestamp": { "type": "string", diff --git a/schemas/servicepublished.json b/schemas/servicepublished.json index 0de4e47..ddf7ad3 100644 --- a/schemas/servicepublished.json +++ b/schemas/servicepublished.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.service.published.0.3.0-draft" + "dev.cdevents.service.published.0.3.0" ], - "default": "dev.cdevents.service.published.0.3.0-draft" + "default": "dev.cdevents.service.published.0.3.0" }, "timestamp": { "type": "string", diff --git a/schemas/serviceremoved.json b/schemas/serviceremoved.json index b6e3d77..a9a215b 100644 --- a/schemas/serviceremoved.json +++ b/schemas/serviceremoved.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.service.removed.0.3.0-draft" + "dev.cdevents.service.removed.0.3.0" ], - "default": "dev.cdevents.service.removed.0.3.0-draft" + "default": "dev.cdevents.service.removed.0.3.0" }, "timestamp": { "type": "string", diff --git a/schemas/servicerolledback.json b/schemas/servicerolledback.json index bde3453..1233cae 100644 --- a/schemas/servicerolledback.json +++ b/schemas/servicerolledback.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.service.rolledback.0.3.0-draft" + "dev.cdevents.service.rolledback.0.3.0" ], - "default": "dev.cdevents.service.rolledback.0.3.0-draft" + "default": "dev.cdevents.service.rolledback.0.3.0" }, "timestamp": { "type": "string", diff --git a/schemas/serviceupgraded.json b/schemas/serviceupgraded.json index 612fff3..0d48793 100644 --- a/schemas/serviceupgraded.json +++ b/schemas/serviceupgraded.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.service.upgraded.0.3.0-draft" + "dev.cdevents.service.upgraded.0.3.0" ], - "default": "dev.cdevents.service.upgraded.0.3.0-draft" + "default": "dev.cdevents.service.upgraded.0.3.0" }, "timestamp": { "type": "string", diff --git a/schemas/taskrunfinished.json b/schemas/taskrunfinished.json index 3ecb77c..b2d7b60 100644 --- a/schemas/taskrunfinished.json +++ b/schemas/taskrunfinished.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.taskrun.finished.0.3.0-draft" + "dev.cdevents.taskrun.finished.0.3.0" ], - "default": "dev.cdevents.taskrun.finished.0.3.0-draft" + "default": "dev.cdevents.taskrun.finished.0.3.0" }, "timestamp": { "type": "string", diff --git a/schemas/taskrunstarted.json b/schemas/taskrunstarted.json index 3b40d34..9bef740 100644 --- a/schemas/taskrunstarted.json +++ b/schemas/taskrunstarted.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.taskrun.started.0.3.0-draft" + "dev.cdevents.taskrun.started.0.3.0" ], - "default": "dev.cdevents.taskrun.started.0.3.0-draft" + "default": "dev.cdevents.taskrun.started.0.3.0" }, "timestamp": { "type": "string", diff --git a/schemas/testcaserunfinished.json b/schemas/testcaserunfinished.json index 40d6541..6d37220 100644 --- a/schemas/testcaserunfinished.json +++ b/schemas/testcaserunfinished.json @@ -18,8 +18,8 @@ }, "type": { "type": "string", - "enum": ["dev.cdevents.testcaserun.finished.0.3.0-draft"], - "default": "dev.cdevents.testcaserun.finished.0.3.0-draft" + "enum": ["dev.cdevents.testcaserun.finished.0.3.0"], + "default": "dev.cdevents.testcaserun.finished.0.3.0" }, "timestamp": { "type": "string", diff --git a/schemas/testcaserunqueued.json b/schemas/testcaserunqueued.json index c1507ed..f038cfc 100644 --- a/schemas/testcaserunqueued.json +++ b/schemas/testcaserunqueued.json @@ -19,9 +19,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.testcaserun.queued.0.3.0-draft" + "dev.cdevents.testcaserun.queued.0.3.0" ], - "default": "dev.cdevents.testcaserun.queued.0.3.0-draft" + "default": "dev.cdevents.testcaserun.queued.0.3.0" }, "timestamp": { "type": "string", diff --git a/schemas/testcaserunskipped.json b/schemas/testcaserunskipped.json index f0eedca..fad8d00 100644 --- a/schemas/testcaserunskipped.json +++ b/schemas/testcaserunskipped.json @@ -19,9 +19,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.testcaserun.skipped.0.2.0-draft" + "dev.cdevents.testcaserun.skipped.0.2.0" ], - "default": "dev.cdevents.testcaserun.skipped.0.2.0-draft" + "default": "dev.cdevents.testcaserun.skipped.0.2.0" }, "timestamp": { "type": "string", diff --git a/schemas/testcaserunstarted.json b/schemas/testcaserunstarted.json index 1ac79bc..43e6ed2 100644 --- a/schemas/testcaserunstarted.json +++ b/schemas/testcaserunstarted.json @@ -19,9 +19,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.testcaserun.started.0.3.0-draft" + "dev.cdevents.testcaserun.started.0.3.0" ], - "default": "dev.cdevents.testcaserun.started.0.3.0-draft" + "default": "dev.cdevents.testcaserun.started.0.3.0" }, "timestamp": { "type": "string", diff --git a/schemas/testoutputpublished.json b/schemas/testoutputpublished.json index d6138c2..3e3ecfb 100644 --- a/schemas/testoutputpublished.json +++ b/schemas/testoutputpublished.json @@ -19,9 +19,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.testoutput.published.0.3.0-draft" + "dev.cdevents.testoutput.published.0.3.0" ], - "default": "dev.cdevents.testoutput.published.0.3.0-draft" + "default": "dev.cdevents.testoutput.published.0.3.0" }, "timestamp": { "type": "string", diff --git a/schemas/testsuiterunfinished.json b/schemas/testsuiterunfinished.json index 251f54a..e84f376 100644 --- a/schemas/testsuiterunfinished.json +++ b/schemas/testsuiterunfinished.json @@ -18,8 +18,8 @@ }, "type": { "type": "string", - "enum": ["dev.cdevents.testsuiterun.finished.0.3.0-draft"], - "default": "dev.cdevents.testsuiterun.finished.0.3.0-draft" + "enum": ["dev.cdevents.testsuiterun.finished.0.3.0"], + "default": "dev.cdevents.testsuiterun.finished.0.3.0" }, "timestamp": { "type": "string", diff --git a/schemas/testsuiterunqueued.json b/schemas/testsuiterunqueued.json index 5d9fa36..cf37c52 100644 --- a/schemas/testsuiterunqueued.json +++ b/schemas/testsuiterunqueued.json @@ -19,9 +19,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.testsuiterun.queued.0.3.0-draft" + "dev.cdevents.testsuiterun.queued.0.3.0" ], - "default": "dev.cdevents.testsuiterun.queued.0.3.0-draft" + "default": "dev.cdevents.testsuiterun.queued.0.3.0" }, "timestamp": { "type": "string", diff --git a/schemas/testsuiterunstarted.json b/schemas/testsuiterunstarted.json index fc5a2f1..d5ed8cc 100644 --- a/schemas/testsuiterunstarted.json +++ b/schemas/testsuiterunstarted.json @@ -19,9 +19,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.testsuiterun.started.0.3.0-draft" + "dev.cdevents.testsuiterun.started.0.3.0" ], - "default": "dev.cdevents.testsuiterun.started.0.3.0-draft" + "default": "dev.cdevents.testsuiterun.started.0.3.0" }, "timestamp": { "type": "string", diff --git a/schemas/ticketclosed.json b/schemas/ticketclosed.json index 13e100f..b5085d1 100644 --- a/schemas/ticketclosed.json +++ b/schemas/ticketclosed.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.ticket.closed.0.2.0-draft" + "dev.cdevents.ticket.closed.0.2.0" ], - "default": "dev.cdevents.ticket.closed.0.2.0-draft" + "default": "dev.cdevents.ticket.closed.0.2.0" }, "timestamp": { "type": "string", diff --git a/schemas/ticketcreated.json b/schemas/ticketcreated.json index ac3a055..e1445fb 100644 --- a/schemas/ticketcreated.json +++ b/schemas/ticketcreated.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.ticket.created.0.2.0-draft" + "dev.cdevents.ticket.created.0.2.0" ], - "default": "dev.cdevents.ticket.created.0.2.0-draft" + "default": "dev.cdevents.ticket.created.0.2.0" }, "timestamp": { "type": "string", diff --git a/schemas/ticketupdated.json b/schemas/ticketupdated.json index 945db90..9109052 100644 --- a/schemas/ticketupdated.json +++ b/schemas/ticketupdated.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.ticket.updated.0.2.0-draft" + "dev.cdevents.ticket.updated.0.2.0" ], - "default": "dev.cdevents.ticket.updated.0.2.0-draft" + "default": "dev.cdevents.ticket.updated.0.2.0" }, "timestamp": { "type": "string", diff --git a/source-code-version-control.md b/source-code-version-control.md index f11fd12..8ea7ded 100644 --- a/source-code-version-control.md +++ b/source-code-version-control.md @@ -64,7 +64,7 @@ A `change` identifies a proposed set of changes to the content of a `repository` A new Source Code Repository was created to host source code for a project. -- Event Type: __`dev.cdevents.repository.created.0.3.0-draft`__ +- Event Type: __`dev.cdevents.repository.created.0.3.0`__ - Predicate: created - Subject: [`repository`](#repository) @@ -81,7 +81,7 @@ A new Source Code Repository was created to host source code for a project. A Source Code Repository modified some of its attributes, like location, or owner. -- Event Type: __`dev.cdevents.repository.modified.0.3.0-draft`__ +- Event Type: __`dev.cdevents.repository.modified.0.3.0`__ - Predicate: modified - Subject: [`repository`](#repository) @@ -96,7 +96,7 @@ A Source Code Repository modified some of its attributes, like location, or owne ### [`repository deleted`](conformance/repository_deleted.json) -- Event Type: __`dev.cdevents.repository.deleted.0.3.0-draft`__ +- Event Type: __`dev.cdevents.repository.deleted.0.3.0`__ - Predicate: modified - Subject: [`repository`](#repository) @@ -113,7 +113,7 @@ A Source Code Repository modified some of its attributes, like location, or owne A branch inside the Repository was created. -- Event Type: __`dev.cdevents.branch.created.0.3.0-draft`__ +- Event Type: __`dev.cdevents.branch.created.0.3.0`__ - Predicate: created - Subject: [`branch`](#branch) @@ -127,7 +127,7 @@ A branch inside the Repository was created. A branch inside the Repository was deleted. -- Event Type: __`dev.cdevents.branch.deleted.0.3.0-draft`__ +- Event Type: __`dev.cdevents.branch.deleted.0.3.0`__ - Predicate: deleted - Subject: [`branch`](#branch) @@ -141,7 +141,7 @@ A branch inside the Repository was deleted. A source code change was created and submitted to a repository specific branch. Examples: PullRequest sent to Github, MergeRequest sent to Gitlab, Change created in Gerrit. -- Event Type: __`dev.cdevents.change.created.0.4.0-draft`__ +- Event Type: __`dev.cdevents.change.created.0.4.0`__ - Predicate: created - Subject: [`change`](#change) @@ -156,7 +156,7 @@ A source code change was created and submitted to a repository specific branch. Someone (user) or an automated system submitted an review to the source code change. A user or an automated system needs to be in charge of understanding how many approvals/rejections are needed for this change to be merged or rejected. The review event needs to include if the change is approved by the reviewer, more changes are needed or if the change is rejected. -- Event Type: __`dev.cdevents.change.reviewed.0.3.0-draft`__ +- Event Type: __`dev.cdevents.change.reviewed.0.3.0`__ - Predicate: reviewed - Subject: [`change`](#change) @@ -170,7 +170,7 @@ Someone (user) or an automated system submitted an review to the source code cha A change is merged to the target branch where it was submitted. -- Event Type: __`dev.cdevents.change.merged.0.3.0-draft`__ +- Event Type: __`dev.cdevents.change.merged.0.3.0`__ - Predicate: merged - Subject: [`change`](#change) @@ -184,7 +184,7 @@ A change is merged to the target branch where it was submitted. A tool or a user decides that the change has been inactive for a while and it can be considered abandoned. -- Event Type: __`dev.cdevents.change.abandoned.0.3.0-draft`__ +- Event Type: __`dev.cdevents.change.abandoned.0.3.0`__ - Predicate: abandoned - Subject: [`change`](#change) @@ -198,7 +198,7 @@ A tool or a user decides that the change has been inactive for a while and it ca A Change has been updated, for example a new commit is added or removed from an existing Change. -- Event Type: __`dev.cdevents.change.updated.0.3.0-draft`__ +- Event Type: __`dev.cdevents.change.updated.0.3.0`__ - Predicate: updated - Subject: [`change`](#change) diff --git a/testing-events.md b/testing-events.md index dced2c0..92ea86c 100644 --- a/testing-events.md +++ b/testing-events.md @@ -75,7 +75,7 @@ One or more `testOutput` artifacts are usually produced as the result of a test This event represents when a testCaseRun has been queued for execution - and is waiting for applicable preconditions (resource availability, other tasks, etc.) to be fulfilled before actually executing. -- Event Type: __`dev.cdevents.testcaserun.queued.0.3.0-draft`__ +- Event Type: __`dev.cdevents.testcaserun.queued.0.3.0`__ - Predicate: queued - Subject: [`testCaseRun`](#testcaserun) @@ -92,7 +92,7 @@ This event represents when a testCaseRun has been queued for execution - and is This event represents a started testCase execution. -- Event Type: __`dev.cdevents.testcaserun.started.0.3.0-draft`__ +- Event Type: __`dev.cdevents.testcaserun.started.0.3.0`__ - Predicate: started - Subject: [`testCaseRun`](#testcaserun) @@ -109,7 +109,7 @@ This event represents a started testCase execution. This event represents a finished testCase execution. The event will contain the outcome and additional metadata as applicable. -- Event Type: __`dev.cdevents.testcaserun.finished.0.3.0-draft`__ +- Event Type: __`dev.cdevents.testcaserun.finished.0.3.0`__ - Predicate: finished - Subject: [`testCaseRun`](#testcaserun) @@ -128,7 +128,7 @@ This event represents a finished testCase execution. The event will contain the This event represents a skipped testCaseRun execution. The event should only be emitted if there has been no prior "queued" or "started" event. -- Event Type: __`dev.cdevents.testcaserun.skipped.0.2.0-draft`__ +- Event Type: __`dev.cdevents.testcaserun.skipped.0.2.0`__ - Predicate: skipped - Subject: [`testCaseRun`](#testcaserun) @@ -147,7 +147,7 @@ This event represents a skipped testCaseRun execution. The event should only be This event represents when a testSuiteRun has been queued for execution - and is waiting for applicable preconditions (resource availability, other tasks, etc.) to be met before actually executing. -- Event Type: __`dev.cdevents.testsuiterun.queued.0.3.0-draft`__ +- Event Type: __`dev.cdevents.testsuiterun.queued.0.3.0`__ - Predicate: queued - Subject: [`testSuiteRun`](#testsuiterun) @@ -163,7 +163,7 @@ This event represents when a testSuiteRun has been queued for execution - and is This event represents a started testSuite execution. -- Event Type: __`dev.cdevents.testsuiterun.started.0.3.0-draft`__ +- Event Type: __`dev.cdevents.testsuiterun.started.0.3.0`__ - Predicate: started - Subject: [`testSuiteRun`](#testsuiterun) @@ -179,7 +179,7 @@ This event represents a started testSuite execution. This event represents a finished testSuite execution. The event will contain the outcome and additional metadata as applicable. -- Event Type: __`dev.cdevents.testsuiterun.finished.0.3.0-draft`__ +- Event Type: __`dev.cdevents.testsuiterun.finished.0.3.0`__ - Predicate: finished - Subject: [`testSuiteRun`](#testsuiterun) @@ -197,7 +197,7 @@ This event represents a finished testSuite execution. The event will contain the The event represents a test execution output that has been published. -- Event Type: __`dev.cdevents.testoutput.published.0.3.0-draft`__ +- Event Type: __`dev.cdevents.testoutput.published.0.3.0`__ - Predicate: published - Subject: [`testOutput`](#testoutput) From cc8eb3df3b11b968b8606b6bf4da79026928eaa1 Mon Sep 17 00:00:00 2001 From: Andrea Frittoli Date: Mon, 22 Dec 2025 15:42:40 +0000 Subject: [PATCH 2/2] Close release v0.5 Signed-off-by: Andrea Frittoli --- conformance/artifact_deleted.json | 2 +- conformance/artifact_downloaded.json | 2 +- conformance/artifact_packaged.json | 2 +- conformance/artifact_published.json | 2 +- conformance/artifact_signed.json | 2 +- conformance/branch_created.json | 2 +- conformance/branch_deleted.json | 2 +- conformance/build_finished.json | 2 +- conformance/build_queued.json | 2 +- conformance/build_started.json | 2 +- conformance/change_abandoned.json | 2 +- conformance/change_created.json | 2 +- conformance/change_merged.json | 2 +- conformance/change_reviewed.json | 2 +- conformance/change_updated.json | 2 +- conformance/environment_created.json | 2 +- conformance/environment_deleted.json | 2 +- conformance/environment_modified.json | 2 +- conformance/incident_detected.json | 2 +- conformance/incident_reported.json | 2 +- conformance/incident_resolved.json | 2 +- conformance/pipelinerun_finished.json | 2 +- conformance/pipelinerun_queued.json | 2 +- conformance/pipelinerun_started.json | 2 +- conformance/repository_created.json | 2 +- conformance/repository_deleted.json | 2 +- conformance/repository_modified.json | 2 +- conformance/service_deployed.json | 2 +- conformance/service_published.json | 2 +- conformance/service_removed.json | 2 +- conformance/service_rolledback.json | 2 +- conformance/service_upgraded.json | 2 +- conformance/taskrun_finished.json | 2 +- conformance/taskrun_started.json | 2 +- conformance/testcaserun_finished.json | 2 +- conformance/testcaserun_queued.json | 2 +- conformance/testcaserun_skipped.json | 2 +- conformance/testcaserun_started.json | 2 +- conformance/testoutput_published.json | 2 +- conformance/testsuiterun_finished.json | 2 +- conformance/testsuiterun_queued.json | 2 +- conformance/testsuiterun_started.json | 2 +- conformance/ticket_closed.json | 2 +- conformance/ticket_created.json | 2 +- conformance/ticket_updated.json | 2 +- custom/conformance.json | 2 +- custom/schema.json | 2 +- schemas/artifactdeleted.json | 2 +- schemas/artifactdownloaded.json | 2 +- schemas/artifactpackaged.json | 2 +- schemas/artifactpublished.json | 2 +- schemas/artifactsigned.json | 2 +- schemas/branchcreated.json | 2 +- schemas/branchdeleted.json | 2 +- schemas/buildfinished.json | 2 +- schemas/buildqueued.json | 2 +- schemas/buildstarted.json | 2 +- schemas/changeabandoned.json | 2 +- schemas/changecreated.json | 2 +- schemas/changemerged.json | 2 +- schemas/changereviewed.json | 2 +- schemas/changeupdated.json | 2 +- schemas/environmentcreated.json | 2 +- schemas/environmentdeleted.json | 2 +- schemas/environmentmodified.json | 2 +- schemas/incidentdetected.json | 2 +- schemas/incidentreported.json | 2 +- schemas/incidentresolved.json | 2 +- schemas/links/embeddedlinkend.json | 2 +- schemas/links/embeddedlinkpath.json | 2 +- schemas/links/embeddedlinkrelation.json | 2 +- schemas/links/embeddedlinksarray.json | 2 +- schemas/links/linkend.json | 2 +- schemas/links/linkpath.json | 2 +- schemas/links/linkrelation.json | 2 +- schemas/links/linkstart.json | 2 +- schemas/pipelinerunfinished.json | 2 +- schemas/pipelinerunqueued.json | 2 +- schemas/pipelinerunstarted.json | 2 +- schemas/repositorycreated.json | 2 +- schemas/repositorydeleted.json | 2 +- schemas/repositorymodified.json | 2 +- schemas/servicedeployed.json | 2 +- schemas/servicepublished.json | 2 +- schemas/serviceremoved.json | 2 +- schemas/servicerolledback.json | 2 +- schemas/serviceupgraded.json | 2 +- schemas/taskrunfinished.json | 2 +- schemas/taskrunstarted.json | 2 +- schemas/testcaserunfinished.json | 2 +- schemas/testcaserunqueued.json | 2 +- schemas/testcaserunskipped.json | 2 +- schemas/testcaserunstarted.json | 2 +- schemas/testoutputpublished.json | 2 +- schemas/testsuiterunfinished.json | 2 +- schemas/testsuiterunqueued.json | 2 +- schemas/testsuiterunstarted.json | 2 +- schemas/ticketclosed.json | 2 +- schemas/ticketcreated.json | 2 +- schemas/ticketupdated.json | 2 +- spec.md | 4 ++-- tools/spec-release.sh | 6 +++--- version.txt | 2 +- 103 files changed, 106 insertions(+), 106 deletions(-) diff --git a/conformance/artifact_deleted.json b/conformance/artifact_deleted.json index f0df00d..2cf60d5 100644 --- a/conformance/artifact_deleted.json +++ b/conformance/artifact_deleted.json @@ -1,6 +1,6 @@ { "context": { - "specversion": "0.5.0-draft", + "specversion": "0.5.0", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "source": "/event/source/123", "type": "dev.cdevents.artifact.deleted.0.2.0", diff --git a/conformance/artifact_downloaded.json b/conformance/artifact_downloaded.json index 1acecbd..160e8cc 100644 --- a/conformance/artifact_downloaded.json +++ b/conformance/artifact_downloaded.json @@ -1,6 +1,6 @@ { "context": { - "specversion": "0.5.0-draft", + "specversion": "0.5.0", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "source": "/event/source/123", "type": "dev.cdevents.artifact.downloaded.0.2.0", diff --git a/conformance/artifact_packaged.json b/conformance/artifact_packaged.json index 206f081..736c866 100644 --- a/conformance/artifact_packaged.json +++ b/conformance/artifact_packaged.json @@ -1,6 +1,6 @@ { "context": { - "specversion": "0.5.0-draft", + "specversion": "0.5.0", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", diff --git a/conformance/artifact_published.json b/conformance/artifact_published.json index 8312065..e6bcc65 100644 --- a/conformance/artifact_published.json +++ b/conformance/artifact_published.json @@ -1,6 +1,6 @@ { "context": { - "specversion": "0.5.0-draft", + "specversion": "0.5.0", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", diff --git a/conformance/artifact_signed.json b/conformance/artifact_signed.json index b47047c..ad14edd 100644 --- a/conformance/artifact_signed.json +++ b/conformance/artifact_signed.json @@ -1,6 +1,6 @@ { "context": { - "specversion": "0.5.0-draft", + "specversion": "0.5.0", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", diff --git a/conformance/branch_created.json b/conformance/branch_created.json index ac55f48..3c99897 100644 --- a/conformance/branch_created.json +++ b/conformance/branch_created.json @@ -1,6 +1,6 @@ { "context": { - "specversion": "0.5.0-draft", + "specversion": "0.5.0", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", diff --git a/conformance/branch_deleted.json b/conformance/branch_deleted.json index a9aeaea..a22a0f7 100644 --- a/conformance/branch_deleted.json +++ b/conformance/branch_deleted.json @@ -1,6 +1,6 @@ { "context": { - "specversion": "0.5.0-draft", + "specversion": "0.5.0", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", diff --git a/conformance/build_finished.json b/conformance/build_finished.json index 66a27fd..357e875 100644 --- a/conformance/build_finished.json +++ b/conformance/build_finished.json @@ -1,6 +1,6 @@ { "context": { - "specversion": "0.5.0-draft", + "specversion": "0.5.0", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", diff --git a/conformance/build_queued.json b/conformance/build_queued.json index b1bceb6..6b73157 100644 --- a/conformance/build_queued.json +++ b/conformance/build_queued.json @@ -1,6 +1,6 @@ { "context": { - "specversion": "0.5.0-draft", + "specversion": "0.5.0", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", diff --git a/conformance/build_started.json b/conformance/build_started.json index 7c778c6..0c27608 100644 --- a/conformance/build_started.json +++ b/conformance/build_started.json @@ -1,6 +1,6 @@ { "context": { - "specversion": "0.5.0-draft", + "specversion": "0.5.0", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", diff --git a/conformance/change_abandoned.json b/conformance/change_abandoned.json index c9ff5a0..21f6422 100644 --- a/conformance/change_abandoned.json +++ b/conformance/change_abandoned.json @@ -1,6 +1,6 @@ { "context": { - "specversion": "0.5.0-draft", + "specversion": "0.5.0", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", diff --git a/conformance/change_created.json b/conformance/change_created.json index 704bdce..a8ba70e 100644 --- a/conformance/change_created.json +++ b/conformance/change_created.json @@ -1,6 +1,6 @@ { "context": { - "specversion": "0.5.0-draft", + "specversion": "0.5.0", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", diff --git a/conformance/change_merged.json b/conformance/change_merged.json index 36f6a3a..0d294f8 100644 --- a/conformance/change_merged.json +++ b/conformance/change_merged.json @@ -1,6 +1,6 @@ { "context": { - "specversion": "0.5.0-draft", + "specversion": "0.5.0", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", diff --git a/conformance/change_reviewed.json b/conformance/change_reviewed.json index 90bd16a..7eaea5d 100644 --- a/conformance/change_reviewed.json +++ b/conformance/change_reviewed.json @@ -1,6 +1,6 @@ { "context": { - "specversion": "0.5.0-draft", + "specversion": "0.5.0", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", diff --git a/conformance/change_updated.json b/conformance/change_updated.json index b959d9e..53b8b1d 100644 --- a/conformance/change_updated.json +++ b/conformance/change_updated.json @@ -1,6 +1,6 @@ { "context": { - "specversion": "0.5.0-draft", + "specversion": "0.5.0", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", diff --git a/conformance/environment_created.json b/conformance/environment_created.json index 7f46dbe..06fb249 100644 --- a/conformance/environment_created.json +++ b/conformance/environment_created.json @@ -1,6 +1,6 @@ { "context": { - "specversion": "0.5.0-draft", + "specversion": "0.5.0", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", diff --git a/conformance/environment_deleted.json b/conformance/environment_deleted.json index cae6cce..2adc474 100644 --- a/conformance/environment_deleted.json +++ b/conformance/environment_deleted.json @@ -1,6 +1,6 @@ { "context": { - "specversion": "0.5.0-draft", + "specversion": "0.5.0", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", diff --git a/conformance/environment_modified.json b/conformance/environment_modified.json index ff6714a..31e3baa 100644 --- a/conformance/environment_modified.json +++ b/conformance/environment_modified.json @@ -1,6 +1,6 @@ { "context": { - "specversion": "0.5.0-draft", + "specversion": "0.5.0", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", diff --git a/conformance/incident_detected.json b/conformance/incident_detected.json index 24fbdc8..2b39ade 100644 --- a/conformance/incident_detected.json +++ b/conformance/incident_detected.json @@ -1,6 +1,6 @@ { "context": { - "specversion": "0.5.0-draft", + "specversion": "0.5.0", "id": "F4BD2B55-B6F6-4F44-AF72-BD2D0E7A8708", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/monitoring/prod1", diff --git a/conformance/incident_reported.json b/conformance/incident_reported.json index 8033770..e21af48 100644 --- a/conformance/incident_reported.json +++ b/conformance/incident_reported.json @@ -1,6 +1,6 @@ { "context": { - "specversion": "0.5.0-draft", + "specversion": "0.5.0", "id": "F4BD2B55-B6F6-4F44-AF72-BD2D0E7A8708", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/monitoring/prod1", diff --git a/conformance/incident_resolved.json b/conformance/incident_resolved.json index 1ec16ec..40b22f9 100644 --- a/conformance/incident_resolved.json +++ b/conformance/incident_resolved.json @@ -1,6 +1,6 @@ { "context": { - "specversion": "0.5.0-draft", + "specversion": "0.5.0", "id": "F4BD2B55-B6F6-4F44-AF72-BD2D0E7A8708", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/monitoring/prod1", diff --git a/conformance/pipelinerun_finished.json b/conformance/pipelinerun_finished.json index 8436eeb..7ae8a69 100644 --- a/conformance/pipelinerun_finished.json +++ b/conformance/pipelinerun_finished.json @@ -1,6 +1,6 @@ { "context": { - "specversion": "0.5.0-draft", + "specversion": "0.5.0", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", diff --git a/conformance/pipelinerun_queued.json b/conformance/pipelinerun_queued.json index 5845d88..16fde87 100644 --- a/conformance/pipelinerun_queued.json +++ b/conformance/pipelinerun_queued.json @@ -1,6 +1,6 @@ { "context": { - "specversion": "0.5.0-draft", + "specversion": "0.5.0", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", diff --git a/conformance/pipelinerun_started.json b/conformance/pipelinerun_started.json index 9176e9a..75be1ef 100644 --- a/conformance/pipelinerun_started.json +++ b/conformance/pipelinerun_started.json @@ -1,6 +1,6 @@ { "context": { - "specversion": "0.5.0-draft", + "specversion": "0.5.0", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", diff --git a/conformance/repository_created.json b/conformance/repository_created.json index c1bec56..e8d0e33 100644 --- a/conformance/repository_created.json +++ b/conformance/repository_created.json @@ -1,6 +1,6 @@ { "context": { - "specversion": "0.5.0-draft", + "specversion": "0.5.0", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", diff --git a/conformance/repository_deleted.json b/conformance/repository_deleted.json index 3fb682f..7d4e5ff 100644 --- a/conformance/repository_deleted.json +++ b/conformance/repository_deleted.json @@ -1,6 +1,6 @@ { "context": { - "specversion": "0.5.0-draft", + "specversion": "0.5.0", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", diff --git a/conformance/repository_modified.json b/conformance/repository_modified.json index fc53599..18dab74 100644 --- a/conformance/repository_modified.json +++ b/conformance/repository_modified.json @@ -1,6 +1,6 @@ { "context": { - "specversion": "0.5.0-draft", + "specversion": "0.5.0", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", diff --git a/conformance/service_deployed.json b/conformance/service_deployed.json index a19534c..2671e28 100644 --- a/conformance/service_deployed.json +++ b/conformance/service_deployed.json @@ -1,6 +1,6 @@ { "context": { - "specversion": "0.5.0-draft", + "specversion": "0.5.0", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", diff --git a/conformance/service_published.json b/conformance/service_published.json index 97b1bc2..c0e0801 100644 --- a/conformance/service_published.json +++ b/conformance/service_published.json @@ -1,6 +1,6 @@ { "context": { - "specversion": "0.5.0-draft", + "specversion": "0.5.0", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", diff --git a/conformance/service_removed.json b/conformance/service_removed.json index e00ee99..3dfc189 100644 --- a/conformance/service_removed.json +++ b/conformance/service_removed.json @@ -1,6 +1,6 @@ { "context": { - "specversion": "0.5.0-draft", + "specversion": "0.5.0", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", diff --git a/conformance/service_rolledback.json b/conformance/service_rolledback.json index d2bd1b3..f97c7dc 100644 --- a/conformance/service_rolledback.json +++ b/conformance/service_rolledback.json @@ -1,6 +1,6 @@ { "context": { - "specversion": "0.5.0-draft", + "specversion": "0.5.0", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", diff --git a/conformance/service_upgraded.json b/conformance/service_upgraded.json index a830a36..f8e848f 100644 --- a/conformance/service_upgraded.json +++ b/conformance/service_upgraded.json @@ -1,6 +1,6 @@ { "context": { - "specversion": "0.5.0-draft", + "specversion": "0.5.0", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", diff --git a/conformance/taskrun_finished.json b/conformance/taskrun_finished.json index 0c95b92..fe5f599 100644 --- a/conformance/taskrun_finished.json +++ b/conformance/taskrun_finished.json @@ -1,6 +1,6 @@ { "context": { - "specversion": "0.5.0-draft", + "specversion": "0.5.0", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", diff --git a/conformance/taskrun_started.json b/conformance/taskrun_started.json index 82184e1..8768d74 100644 --- a/conformance/taskrun_started.json +++ b/conformance/taskrun_started.json @@ -1,6 +1,6 @@ { "context": { - "specversion": "0.5.0-draft", + "specversion": "0.5.0", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", diff --git a/conformance/testcaserun_finished.json b/conformance/testcaserun_finished.json index 7bf126c..459543a 100644 --- a/conformance/testcaserun_finished.json +++ b/conformance/testcaserun_finished.json @@ -1,6 +1,6 @@ { "context": { - "specversion": "0.5.0-draft", + "specversion": "0.5.0", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", diff --git a/conformance/testcaserun_queued.json b/conformance/testcaserun_queued.json index 470ff7d..a8a9847 100644 --- a/conformance/testcaserun_queued.json +++ b/conformance/testcaserun_queued.json @@ -1,6 +1,6 @@ { "context": { - "specversion": "0.5.0-draft", + "specversion": "0.5.0", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", diff --git a/conformance/testcaserun_skipped.json b/conformance/testcaserun_skipped.json index 4a0466d..6f11ba8 100644 --- a/conformance/testcaserun_skipped.json +++ b/conformance/testcaserun_skipped.json @@ -1,6 +1,6 @@ { "context": { - "specversion": "0.5.0-draft", + "specversion": "0.5.0", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "source": "/event/source/123", "type": "dev.cdevents.testcaserun.skipped.0.2.0", diff --git a/conformance/testcaserun_started.json b/conformance/testcaserun_started.json index 34c8600..7b24d53 100644 --- a/conformance/testcaserun_started.json +++ b/conformance/testcaserun_started.json @@ -1,6 +1,6 @@ { "context": { - "specversion": "0.5.0-draft", + "specversion": "0.5.0", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", diff --git a/conformance/testoutput_published.json b/conformance/testoutput_published.json index dfe53a5..7ffdbe4 100644 --- a/conformance/testoutput_published.json +++ b/conformance/testoutput_published.json @@ -1,6 +1,6 @@ { "context": { - "specversion": "0.5.0-draft", + "specversion": "0.5.0", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", diff --git a/conformance/testsuiterun_finished.json b/conformance/testsuiterun_finished.json index b937a4a..8496f29 100644 --- a/conformance/testsuiterun_finished.json +++ b/conformance/testsuiterun_finished.json @@ -1,6 +1,6 @@ { "context": { - "specversion": "0.5.0-draft", + "specversion": "0.5.0", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", diff --git a/conformance/testsuiterun_queued.json b/conformance/testsuiterun_queued.json index 364a6d7..5f7b471 100644 --- a/conformance/testsuiterun_queued.json +++ b/conformance/testsuiterun_queued.json @@ -1,6 +1,6 @@ { "context": { - "specversion": "0.5.0-draft", + "specversion": "0.5.0", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", diff --git a/conformance/testsuiterun_started.json b/conformance/testsuiterun_started.json index e9d110a..9949cd8 100644 --- a/conformance/testsuiterun_started.json +++ b/conformance/testsuiterun_started.json @@ -1,6 +1,6 @@ { "context": { - "specversion": "0.5.0-draft", + "specversion": "0.5.0", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chainId": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", diff --git a/conformance/ticket_closed.json b/conformance/ticket_closed.json index f69d676..6341dad 100644 --- a/conformance/ticket_closed.json +++ b/conformance/ticket_closed.json @@ -1,6 +1,6 @@ { "context": { - "specversion": "0.5.0-draft", + "specversion": "0.5.0", "id": "F4BD2B55-B6F6-4F44-AF72-BD2D0E7A8708", "source": "/ticketing/system", "type": "dev.cdevents.ticket.closed.0.2.0", diff --git a/conformance/ticket_created.json b/conformance/ticket_created.json index 5ea59bf..82b1ce8 100644 --- a/conformance/ticket_created.json +++ b/conformance/ticket_created.json @@ -1,6 +1,6 @@ { "context": { - "specversion": "0.5.0-draft", + "specversion": "0.5.0", "id": "F4BD2B55-B6F6-4F44-AF72-BD2D0E7A8708", "source": "/ticketing/system", "type": "dev.cdevents.ticket.created.0.2.0", diff --git a/conformance/ticket_updated.json b/conformance/ticket_updated.json index 470e215..c83e1ee 100644 --- a/conformance/ticket_updated.json +++ b/conformance/ticket_updated.json @@ -1,6 +1,6 @@ { "context": { - "specversion": "0.5.0-draft", + "specversion": "0.5.0", "id": "F4BD2B55-B6F6-4F44-AF72-BD2D0E7A8708", "source": "/ticketing/system", "type": "dev.cdevents.ticket.updated.0.2.0", diff --git a/custom/conformance.json b/custom/conformance.json index d5a75cf..e2622a0 100644 --- a/custom/conformance.json +++ b/custom/conformance.json @@ -1,6 +1,6 @@ { "context": { - "specversion": "0.5.0-draft", + "specversion": "0.5.0", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "source": "/event/source/123", "type": "dev.cdeventsx.mytool-resource.created.0.1.0", diff --git a/custom/schema.json b/custom/schema.json index b8f44df..e121655 100644 --- a/custom/schema.json +++ b/custom/schema.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.5.0-draft/schema/custom", + "$id": "https://cdevents.dev/0.5.0/schema/custom", "properties": { "context": { "properties": { diff --git a/schemas/artifactdeleted.json b/schemas/artifactdeleted.json index 3615e61..fa20fd8 100644 --- a/schemas/artifactdeleted.json +++ b/schemas/artifactdeleted.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.5.0-draft/schema/artifact-deleted-event", + "$id": "https://cdevents.dev/0.5.0/schema/artifact-deleted-event", "properties": { "context": { "properties": { diff --git a/schemas/artifactdownloaded.json b/schemas/artifactdownloaded.json index ec5ef93..9a50be1 100644 --- a/schemas/artifactdownloaded.json +++ b/schemas/artifactdownloaded.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.5.0-draft/schema/artifact-downloaded-event", + "$id": "https://cdevents.dev/0.5.0/schema/artifact-downloaded-event", "properties": { "context": { "properties": { diff --git a/schemas/artifactpackaged.json b/schemas/artifactpackaged.json index a046ad3..be6cb4a 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.5.0-draft/schema/artifact-packaged-event", + "$id": "https://cdevents.dev/0.5.0/schema/artifact-packaged-event", "properties": { "context": { "properties": { diff --git a/schemas/artifactpublished.json b/schemas/artifactpublished.json index 89921d0..06f12e6 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.5.0-draft/schema/artifact-published-event", + "$id": "https://cdevents.dev/0.5.0/schema/artifact-published-event", "properties": { "context": { "properties": { diff --git a/schemas/artifactsigned.json b/schemas/artifactsigned.json index b72b87a..f0d565b 100644 --- a/schemas/artifactsigned.json +++ b/schemas/artifactsigned.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.5.0-draft/schema/artifact-signed-event", + "$id": "https://cdevents.dev/0.5.0/schema/artifact-signed-event", "properties": { "context": { "properties": { diff --git a/schemas/branchcreated.json b/schemas/branchcreated.json index 64c1b5b..5a3c664 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.5.0-draft/schema/branch-created-event", + "$id": "https://cdevents.dev/0.5.0/schema/branch-created-event", "properties": { "context": { "properties": { diff --git a/schemas/branchdeleted.json b/schemas/branchdeleted.json index 8bd9251..bd2c1b6 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.5.0-draft/schema/branch-deleted-event", + "$id": "https://cdevents.dev/0.5.0/schema/branch-deleted-event", "properties": { "context": { "properties": { diff --git a/schemas/buildfinished.json b/schemas/buildfinished.json index 6cdd11d..56e27b1 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.5.0-draft/schema/build-finished-event", + "$id": "https://cdevents.dev/0.5.0/schema/build-finished-event", "properties": { "context": { "properties": { diff --git a/schemas/buildqueued.json b/schemas/buildqueued.json index 24c7ae9..eb9b951 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.5.0-draft/schema/build-queued-event", + "$id": "https://cdevents.dev/0.5.0/schema/build-queued-event", "properties": { "context": { "properties": { diff --git a/schemas/buildstarted.json b/schemas/buildstarted.json index 83def3d..78b21e4 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.5.0-draft/schema/build-started-event", + "$id": "https://cdevents.dev/0.5.0/schema/build-started-event", "properties": { "context": { "properties": { diff --git a/schemas/changeabandoned.json b/schemas/changeabandoned.json index bd4a7c6..023fb0f 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.5.0-draft/schema/change-abandoned-event", + "$id": "https://cdevents.dev/0.5.0/schema/change-abandoned-event", "properties": { "context": { "properties": { diff --git a/schemas/changecreated.json b/schemas/changecreated.json index 34625cf..f3d8d68 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.5.0-draft/schema/change-created-event", + "$id": "https://cdevents.dev/0.5.0/schema/change-created-event", "properties": { "context": { "properties": { diff --git a/schemas/changemerged.json b/schemas/changemerged.json index 5189b73..51efa04 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.5.0-draft/schema/change-merged-event", + "$id": "https://cdevents.dev/0.5.0/schema/change-merged-event", "properties": { "context": { "properties": { diff --git a/schemas/changereviewed.json b/schemas/changereviewed.json index 473900b..3a1883c 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.5.0-draft/schema/change-reviewed-event", + "$id": "https://cdevents.dev/0.5.0/schema/change-reviewed-event", "properties": { "context": { "properties": { diff --git a/schemas/changeupdated.json b/schemas/changeupdated.json index 6899914..f73fca6 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.5.0-draft/schema/change-updated-event", + "$id": "https://cdevents.dev/0.5.0/schema/change-updated-event", "properties": { "context": { "properties": { diff --git a/schemas/environmentcreated.json b/schemas/environmentcreated.json index 18f8b8c..87b8b89 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.5.0-draft/schema/environment-created-event", + "$id": "https://cdevents.dev/0.5.0/schema/environment-created-event", "properties": { "context": { "properties": { diff --git a/schemas/environmentdeleted.json b/schemas/environmentdeleted.json index 4201444..ab27220 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.5.0-draft/schema/environment-deleted-event", + "$id": "https://cdevents.dev/0.5.0/schema/environment-deleted-event", "properties": { "context": { "properties": { diff --git a/schemas/environmentmodified.json b/schemas/environmentmodified.json index 2b79fdf..9ca5611 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.5.0-draft/schema/environment-modified-event", + "$id": "https://cdevents.dev/0.5.0/schema/environment-modified-event", "properties": { "context": { "properties": { diff --git a/schemas/incidentdetected.json b/schemas/incidentdetected.json index 4e70e6d..c1be24a 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.5.0-draft/schema/incident-detected-event", + "$id": "https://cdevents.dev/0.5.0/schema/incident-detected-event", "properties": { "context": { "properties": { diff --git a/schemas/incidentreported.json b/schemas/incidentreported.json index 4bb4d98..0d04e24 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.5.0-draft/schema/incident-reported-event", + "$id": "https://cdevents.dev/0.5.0/schema/incident-reported-event", "properties": { "context": { "properties": { diff --git a/schemas/incidentresolved.json b/schemas/incidentresolved.json index 95cea66..90173a2 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.5.0-draft/schema/incident-resolved-event", + "$id": "https://cdevents.dev/0.5.0/schema/incident-resolved-event", "properties": { "context": { "properties": { diff --git a/schemas/links/embeddedlinkend.json b/schemas/links/embeddedlinkend.json index 28bc5c4..6fac354 100644 --- a/schemas/links/embeddedlinkend.json +++ b/schemas/links/embeddedlinkend.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.5.0-draft/schema/links/embeddedlinkend", + "$id": "https://cdevents.dev/0.5.0/schema/links/embeddedlinkend", "properties": { "linkType": { "type": "string", diff --git a/schemas/links/embeddedlinkpath.json b/schemas/links/embeddedlinkpath.json index adde4c0..8a50599 100644 --- a/schemas/links/embeddedlinkpath.json +++ b/schemas/links/embeddedlinkpath.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.5.0-draft/schema/links/embeddedlinkpath", + "$id": "https://cdevents.dev/0.5.0/schema/links/embeddedlinkpath", "properties": { "linkType": { "type": "string", diff --git a/schemas/links/embeddedlinkrelation.json b/schemas/links/embeddedlinkrelation.json index 7aee327..ff9738c 100644 --- a/schemas/links/embeddedlinkrelation.json +++ b/schemas/links/embeddedlinkrelation.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.5.0-draft/schema/links/embeddedlinkrelation", + "$id": "https://cdevents.dev/0.5.0/schema/links/embeddedlinkrelation", "properties": { "linkType": { "type": "string", diff --git a/schemas/links/embeddedlinksarray.json b/schemas/links/embeddedlinksarray.json index 1f8b08a..6ccf480 100644 --- a/schemas/links/embeddedlinksarray.json +++ b/schemas/links/embeddedlinksarray.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.5.0-draft/schema/links/embeddedlinksarray", + "$id": "https://cdevents.dev/0.5.0/schema/links/embeddedlinksarray", "type": "array", "items": { "anyOf": [ diff --git a/schemas/links/linkend.json b/schemas/links/linkend.json index 6500dab..e9235a7 100644 --- a/schemas/links/linkend.json +++ b/schemas/links/linkend.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.5.0-draft/schema/links/linkend", + "$id": "https://cdevents.dev/0.5.0/schema/links/linkend", "properties": { "chainId": { "description": "This represents the full lifecycles of a series of events in CDEvents", diff --git a/schemas/links/linkpath.json b/schemas/links/linkpath.json index 98d5051..197a083 100644 --- a/schemas/links/linkpath.json +++ b/schemas/links/linkpath.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.5.0-draft/schema/links/linkpath", + "$id": "https://cdevents.dev/0.5.0/schema/links/linkpath", "properties": { "chainId": { "type": "string", diff --git a/schemas/links/linkrelation.json b/schemas/links/linkrelation.json index d84deb7..31a04a5 100644 --- a/schemas/links/linkrelation.json +++ b/schemas/links/linkrelation.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.5.0-draft/schema/links/linkrelation", + "$id": "https://cdevents.dev/0.5.0/schema/links/linkrelation", "properties": { "chainId": { "description": "This represents the full lifecycles of a series of events in CDEvents", diff --git a/schemas/links/linkstart.json b/schemas/links/linkstart.json index d9e7014..118b92a 100644 --- a/schemas/links/linkstart.json +++ b/schemas/links/linkstart.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.5.0-draft/schema/links/linkstart", + "$id": "https://cdevents.dev/0.5.0/schema/links/linkstart", "properties": { "chainId": { "description": "This represents the full lifecycles of a series of events in CDEvents", diff --git a/schemas/pipelinerunfinished.json b/schemas/pipelinerunfinished.json index 5957c3f..d20ec0e 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.5.0-draft/schema/pipelinerun-finished-event", + "$id": "https://cdevents.dev/0.5.0/schema/pipelinerun-finished-event", "properties": { "context": { "properties": { diff --git a/schemas/pipelinerunqueued.json b/schemas/pipelinerunqueued.json index 929f167..90dd8ac 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.5.0-draft/schema/pipelinerun-queued-event", + "$id": "https://cdevents.dev/0.5.0/schema/pipelinerun-queued-event", "properties": { "context": { "properties": { diff --git a/schemas/pipelinerunstarted.json b/schemas/pipelinerunstarted.json index 5f14322..95712f8 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.5.0-draft/schema/pipelinerun-started-event", + "$id": "https://cdevents.dev/0.5.0/schema/pipelinerun-started-event", "properties": { "context": { "properties": { diff --git a/schemas/repositorycreated.json b/schemas/repositorycreated.json index d218ed3..27a994c 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.5.0-draft/schema/repository-created-event", + "$id": "https://cdevents.dev/0.5.0/schema/repository-created-event", "properties": { "context": { "properties": { diff --git a/schemas/repositorydeleted.json b/schemas/repositorydeleted.json index 8672454..47d2588 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.5.0-draft/schema/repository-deleted-event", + "$id": "https://cdevents.dev/0.5.0/schema/repository-deleted-event", "properties": { "context": { "properties": { diff --git a/schemas/repositorymodified.json b/schemas/repositorymodified.json index e4c4b1d..e90b5fb 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.5.0-draft/schema/repository-modified-event", + "$id": "https://cdevents.dev/0.5.0/schema/repository-modified-event", "properties": { "context": { "properties": { diff --git a/schemas/servicedeployed.json b/schemas/servicedeployed.json index e48c751..4f580ee 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.5.0-draft/schema/service-deployed-event", + "$id": "https://cdevents.dev/0.5.0/schema/service-deployed-event", "properties": { "context": { "properties": { diff --git a/schemas/servicepublished.json b/schemas/servicepublished.json index ddf7ad3..74a1349 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.5.0-draft/schema/service-published-event", + "$id": "https://cdevents.dev/0.5.0/schema/service-published-event", "properties": { "context": { "properties": { diff --git a/schemas/serviceremoved.json b/schemas/serviceremoved.json index a9a215b..c190979 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.5.0-draft/schema/service-removed-event", + "$id": "https://cdevents.dev/0.5.0/schema/service-removed-event", "properties": { "context": { "properties": { diff --git a/schemas/servicerolledback.json b/schemas/servicerolledback.json index 1233cae..1e29cd3 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.5.0-draft/schema/service-rolledback-event", + "$id": "https://cdevents.dev/0.5.0/schema/service-rolledback-event", "properties": { "context": { "properties": { diff --git a/schemas/serviceupgraded.json b/schemas/serviceupgraded.json index 0d48793..34bdcfd 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.5.0-draft/schema/service-upgraded-event", + "$id": "https://cdevents.dev/0.5.0/schema/service-upgraded-event", "properties": { "context": { "properties": { diff --git a/schemas/taskrunfinished.json b/schemas/taskrunfinished.json index b2d7b60..53e7f4a 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.5.0-draft/schema/taskrun-finished-event", + "$id": "https://cdevents.dev/0.5.0/schema/taskrun-finished-event", "properties": { "context": { "properties": { diff --git a/schemas/taskrunstarted.json b/schemas/taskrunstarted.json index 9bef740..18304a7 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.5.0-draft/schema/taskrun-started-event", + "$id": "https://cdevents.dev/0.5.0/schema/taskrun-started-event", "properties": { "context": { "properties": { diff --git a/schemas/testcaserunfinished.json b/schemas/testcaserunfinished.json index 6d37220..45a7b40 100644 --- a/schemas/testcaserunfinished.json +++ b/schemas/testcaserunfinished.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.5.0-draft/schema/testcaserun-finished-event", + "$id": "https://cdevents.dev/0.5.0/schema/testcaserun-finished-event", "properties": { "context": { "properties": { diff --git a/schemas/testcaserunqueued.json b/schemas/testcaserunqueued.json index f038cfc..c753d62 100644 --- a/schemas/testcaserunqueued.json +++ b/schemas/testcaserunqueued.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.5.0-draft/schema/testcaserun-queued-event", + "$id": "https://cdevents.dev/0.5.0/schema/testcaserun-queued-event", "properties": { "context": { "properties": { diff --git a/schemas/testcaserunskipped.json b/schemas/testcaserunskipped.json index fad8d00..1ebb480 100644 --- a/schemas/testcaserunskipped.json +++ b/schemas/testcaserunskipped.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.5.0-draft/schema/testcaserun-skipped-event", + "$id": "https://cdevents.dev/0.5.0/schema/testcaserun-skipped-event", "properties": { "context": { "properties": { diff --git a/schemas/testcaserunstarted.json b/schemas/testcaserunstarted.json index 43e6ed2..a64a01d 100644 --- a/schemas/testcaserunstarted.json +++ b/schemas/testcaserunstarted.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.5.0-draft/schema/testcaserun-started-event", + "$id": "https://cdevents.dev/0.5.0/schema/testcaserun-started-event", "properties": { "context": { "properties": { diff --git a/schemas/testoutputpublished.json b/schemas/testoutputpublished.json index 3e3ecfb..6e1b441 100644 --- a/schemas/testoutputpublished.json +++ b/schemas/testoutputpublished.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.5.0-draft/schema/test-output-published-event", + "$id": "https://cdevents.dev/0.5.0/schema/test-output-published-event", "properties": { "context": { "properties": { diff --git a/schemas/testsuiterunfinished.json b/schemas/testsuiterunfinished.json index e84f376..15916ae 100644 --- a/schemas/testsuiterunfinished.json +++ b/schemas/testsuiterunfinished.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.5.0-draft/schema/testsuiterun-finished-event", + "$id": "https://cdevents.dev/0.5.0/schema/testsuiterun-finished-event", "properties": { "context": { "properties": { diff --git a/schemas/testsuiterunqueued.json b/schemas/testsuiterunqueued.json index cf37c52..e0454d3 100644 --- a/schemas/testsuiterunqueued.json +++ b/schemas/testsuiterunqueued.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.5.0-draft/schema/testsuiterun-queued-event", + "$id": "https://cdevents.dev/0.5.0/schema/testsuiterun-queued-event", "properties": { "context": { "properties": { diff --git a/schemas/testsuiterunstarted.json b/schemas/testsuiterunstarted.json index d5ed8cc..b435a6f 100644 --- a/schemas/testsuiterunstarted.json +++ b/schemas/testsuiterunstarted.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.5.0-draft/schema/testsuiterun-started-event", + "$id": "https://cdevents.dev/0.5.0/schema/testsuiterun-started-event", "properties": { "context": { "properties": { diff --git a/schemas/ticketclosed.json b/schemas/ticketclosed.json index b5085d1..1e5950b 100644 --- a/schemas/ticketclosed.json +++ b/schemas/ticketclosed.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.5.0-draft/schema/ticket-closed-event", + "$id": "https://cdevents.dev/0.5.0/schema/ticket-closed-event", "properties": { "context": { "properties": { diff --git a/schemas/ticketcreated.json b/schemas/ticketcreated.json index e1445fb..0b8c047 100644 --- a/schemas/ticketcreated.json +++ b/schemas/ticketcreated.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.5.0-draft/schema/ticket-created-event", + "$id": "https://cdevents.dev/0.5.0/schema/ticket-created-event", "properties": { "context": { "properties": { diff --git a/schemas/ticketupdated.json b/schemas/ticketupdated.json index 9109052..d21b5d5 100644 --- a/schemas/ticketupdated.json +++ b/schemas/ticketupdated.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://cdevents.dev/0.5.0-draft/schema/ticket-updated-event", + "$id": "https://cdevents.dev/0.5.0/schema/ticket-updated-event", "properties": { "context": { "properties": { diff --git a/spec.md b/spec.md index 740996e..71b7d2d 100644 --- a/spec.md +++ b/spec.md @@ -370,7 +370,7 @@ This is an example of a full CDEvent context, rendered in JSON format: ```json { "context": { - "specversion": "0.5.0-draft", + "specversion": "0.5.0", "id" : "A234-1234-1234", "source" : "/staging/tekton/", "type" : "dev.cdevents.taskrun.started.0.2.0", @@ -447,7 +447,7 @@ The following example shows `context` and `subject` together, rendered as JSON. ```json { "context": { - "specversion": "0.5.0-draft", + "specversion": "0.5.0", "id" : "A234-1234-1234", "source" : "/staging/tekton/", "type" : "dev.cdevents.taskrun.started.0.2.0", diff --git a/tools/spec-release.sh b/tools/spec-release.sh index d92895f..516719b 100755 --- a/tools/spec-release.sh +++ b/tools/spec-release.sh @@ -149,7 +149,7 @@ find schemas -name '*json' | \ # Replace the version in the conformance files find conformance -name '*json' | \ - xargs sed -i ".backup" -e 's,"version": "'${OLD_VERSION}'","version": "'${VERSION}'",g' + xargs sed -i ".backup" -e 's,"specversion": "'${OLD_VERSION}'","specversion": "'${VERSION}'",g' # Replace the version in the custom events schema ID find custom -name '*json' | \ @@ -157,11 +157,11 @@ find custom -name '*json' | \ # Replace the version in the custom events conformance file find custom -name '*json' | \ - xargs sed -i ".backup" -e 's,"version": "'${OLD_VERSION}'","version": "'${VERSION}'",g' + xargs sed -i ".backup" -e 's,"specversion": "'${OLD_VERSION}'","specversion": "'${VERSION}'",g' # Update examples in docs for doc in cloudevents-binding spec links; do - sed -i ".backup" -e 's;"version": "'${OLD_VERSION}'",;"version": "'${VERSION}'",;g' "${doc}.md" + sed -i ".backup" -e 's;"specversion": "'${OLD_VERSION}'",;"specversion": "'${VERSION}'",;g' "${doc}.md" done # Do not set the release in the main README for in progress releases diff --git a/version.txt b/version.txt index 665c39f..8f0916f 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.5.0-draft +0.5.0