diff --git a/continuous-deployment.md b/continuous-deployment.md index 65254586..1c9075a7 100644 --- a/continuous-deployment.md +++ b/continuous-deployment.md @@ -51,7 +51,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.2.0`__ +- Event Type: __`dev.cdevents.environment.created.0.3.0-draft`__ - Predicate: created - Subject: [`environment`](#environment) @@ -67,7 +67,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.2.0`__ +- Event Type: __`dev.cdevents.environment.modified.0.3.0-draft`__ - Predicate: modified - Subject: [`environment`](#environment) @@ -83,7 +83,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.2.0`__ +- Event Type: __`dev.cdevents.environment.deleted.0.3.0-draft`__ - Predicate: deleted - Subject: [`environment`](#environment) @@ -98,7 +98,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.2.0`__ +- Event Type: __`dev.cdevents.service.deployed.0.3.0-draft`__ - Predicate: deployed - Subject: [`service`](#service) @@ -114,7 +114,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.2.0`__ +- Event Type: __`dev.cdevents.service.upgraded.0.3.0-draft`__ - Predicate: upgraded - Subject: [`service`](#service) @@ -130,7 +130,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.2.0`__ +- Event Type: __`dev.cdevents.service.rolledback.0.3.0-draft`__ - Predicate: rolledback - Subject: [`service`](#service) @@ -146,7 +146,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.2.0`__ +- Event Type: __`dev.cdevents.service.removed.0.3.0-draft`__ - Predicate: removed - Subject: [`service`](#service) @@ -161,7 +161,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.2.0`__ +- Event Type: __`dev.cdevents.service.published.0.3.0-draft`__ - Predicate: published - Subject: [`service`](#service) diff --git a/continuous-integration.md b/continuous-integration.md index a57ac40d..48eacd3f 100644 --- a/continuous-integration.md +++ b/continuous-integration.md @@ -56,7 +56,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.2.0`__ +- Event Type: __`dev.cdevents.build.queued.0.3.0-draft`__ - Predicate: queued - Subject: [`build`](#build) @@ -70,7 +70,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.2.0`__ +- Event Type: __`dev.cdevents.build.started.0.3.0-draft`__ - Predicate: started - Subject: [`build`](#build) @@ -84,7 +84,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.2.0`__ +- Event Type: __`dev.cdevents.build.finished.0.3.0-draft`__ - Predicate: finished - Subject: [`build`](#build) @@ -100,7 +100,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.2.0`__ +- Event Type: __`dev.cdevents.artifact.packaged.0.3.0-draft`__ - Predicate: packaged - Subject: [`artifact`](#artifact) @@ -117,7 +117,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.2.0`__ +- Event Type: __`dev.cdevents.artifact.signed.0.3.0-draft`__ - Predicate: signed - Subject: [`artifact`](#artifact) @@ -133,7 +133,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.2.0`__ +- Event Type: __`dev.cdevents.artifact.published.0.3.0-draft`__ - Predicate: published - Subject: [`artifact`](#artifact) @@ -149,7 +149,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.1.0`__ +- Event Type: __`dev.cdevents.artifact.downloaded.0.2.0-draft`__ - Predicate: downloaded - Subject: [`artifact`](#artifact) @@ -165,7 +165,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.1.0`__ +- Event Type: __`dev.cdevents.artifact.deleted.0.2.0-draft`__ - Predicate: deleted - Subject: [`artifact`](#artifact) diff --git a/continuous-operations.md b/continuous-operations.md index bb1c047b..b8d54cd4 100644 --- a/continuous-operations.md +++ b/continuous-operations.md @@ -62,7 +62,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.2.0`__ +- Event Type: __`dev.cdevents.incident.detected.0.3.0-draft`__ - Predicate: detected - Subject: [`incident`](#incident) @@ -80,7 +80,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.2.0`__ +- Event Type: __`dev.cdevents.incident.reported.0.3.0-draft`__ - Predicate: reported - Subject: [`incident`](#incident) @@ -99,7 +99,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.2.0`__ +- Event Type: __`dev.cdevents.incident.resolved.0.3.0-draft`__ - Predicate: resolved - Subject: [`incident`](#incident) @@ -117,7 +117,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.1.0`__ +- Event Type: __`dev.cdevents.ticket.created.0.2.0-draft`__ - Predicate: created - Subject: [`ticket`](#ticket) @@ -140,7 +140,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.1.0`__ +- Event Type: __`dev.cdevents.ticket.updated.0.2.0-draft`__ - Predicate: updated - Subject: [`ticket`](#ticket) @@ -164,7 +164,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.1.0`__ +- Event Type: __`dev.cdevents.ticket.closed.0.2.0-draft`__ - Predicate: closed - Subject: [`ticket`](#ticket) diff --git a/core.md b/core.md index 70c7942a..77f6db6a 100644 --- a/core.md +++ b/core.md @@ -68,7 +68,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.2.0`__ +- Event Type: __`dev.cdevents.pipelinerun.queued.0.3.0-draft`__ - Predicate: queued - Subject: [`pipelineRun`](#pipelinerun) @@ -84,7 +84,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.2.0`__ +- Event Type: __`dev.cdevents.pipelinerun.started.0.3.0-draft`__ - Predicate: started - Subject: [`pipelineRun`](#pipelinerun) @@ -100,7 +100,7 @@ A pipelineRun has started and it is running. A pipelineRun has finished, successfully or not. -- Event Type: __`dev.cdevents.pipelinerun.finished.0.2.0`__ +- Event Type: __`dev.cdevents.pipelinerun.finished.0.3.0-draft`__ - Predicate: finished - Subject: [`pipelineRun`](#pipelinerun) @@ -118,7 +118,7 @@ A pipelineRun has finished, successfully or not. A taskRun has started and it is running. -- Event Type: __`dev.cdevents.taskrun.started.0.2.0`__ +- Event Type: __`dev.cdevents.taskrun.started.0.3.0-draft`__ - Predicate: started - Subject: [`taskRun`](#taskrun) @@ -135,7 +135,7 @@ A taskRun has started and it is running. A taskRun has finished, successfully or not. -- Event Type: __`dev.cdevents.taskrun.finished.0.2.0`__ +- Event Type: __`dev.cdevents.taskrun.finished.0.3.0-draft`__ - Predicate: finished - Subject: [`taskRun`](#taskrun) diff --git a/examples/artifact_deleted.json b/examples/artifact_deleted.json index f596dc85..e1687c67 100644 --- a/examples/artifact_deleted.json +++ b/examples/artifact_deleted.json @@ -3,7 +3,7 @@ "version": "0.5.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "source": "/event/source/123", - "type": "dev.cdevents.artifact.deleted.0.1.0", + "type": "dev.cdevents.artifact.deleted.0.2.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/artifact_downloaded.json b/examples/artifact_downloaded.json index 7257f39e..ccfde8c8 100644 --- a/examples/artifact_downloaded.json +++ b/examples/artifact_downloaded.json @@ -3,7 +3,7 @@ "version": "0.5.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "source": "/event/source/123", - "type": "dev.cdevents.artifact.downloaded.0.1.0", + "type": "dev.cdevents.artifact.downloaded.0.2.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/artifact_packaged.json b/examples/artifact_packaged.json index 92b44f6e..779a77cb 100644 --- a/examples/artifact_packaged.json +++ b/examples/artifact_packaged.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.artifact.packaged.0.2.0", + "type": "dev.cdevents.artifact.packaged.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/artifact_published.json b/examples/artifact_published.json index da54c6c0..1d41c81d 100644 --- a/examples/artifact_published.json +++ b/examples/artifact_published.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.artifact.published.0.2.0", + "type": "dev.cdevents.artifact.published.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/artifact_signed.json b/examples/artifact_signed.json index 752c7b2f..c35c8ed3 100644 --- a/examples/artifact_signed.json +++ b/examples/artifact_signed.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.artifact.signed.0.2.0", + "type": "dev.cdevents.artifact.signed.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/branch_created.json b/examples/branch_created.json index d94e6e31..2413876a 100644 --- a/examples/branch_created.json +++ b/examples/branch_created.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.branch.created.0.2.0", + "type": "dev.cdevents.branch.created.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/branch_deleted.json b/examples/branch_deleted.json index 5757b306..2044eed4 100644 --- a/examples/branch_deleted.json +++ b/examples/branch_deleted.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.branch.deleted.0.2.0", + "type": "dev.cdevents.branch.deleted.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/build_finished.json b/examples/build_finished.json index f7a9f343..a93788e7 100644 --- a/examples/build_finished.json +++ b/examples/build_finished.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.build.finished.0.2.0", + "type": "dev.cdevents.build.finished.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/build_queued.json b/examples/build_queued.json index e00eb9d5..b05b5fe2 100644 --- a/examples/build_queued.json +++ b/examples/build_queued.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.build.queued.0.2.0", + "type": "dev.cdevents.build.queued.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/build_started.json b/examples/build_started.json index c092bddd..6a19b3c1 100644 --- a/examples/build_started.json +++ b/examples/build_started.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.build.started.0.2.0", + "type": "dev.cdevents.build.started.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/change_abandoned.json b/examples/change_abandoned.json index 39cce7b5..162a3cce 100644 --- a/examples/change_abandoned.json +++ b/examples/change_abandoned.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.change.abandoned.0.2.0", + "type": "dev.cdevents.change.abandoned.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/change_created.json b/examples/change_created.json index 83295d1f..7f2bbd27 100644 --- a/examples/change_created.json +++ b/examples/change_created.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.change.created.0.3.0", + "type": "dev.cdevents.change.created.0.4.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/change_merged.json b/examples/change_merged.json index 1a9d09b6..0607754f 100644 --- a/examples/change_merged.json +++ b/examples/change_merged.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.change.merged.0.2.0", + "type": "dev.cdevents.change.merged.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/change_reviewed.json b/examples/change_reviewed.json index 9fd269e9..857e73b7 100644 --- a/examples/change_reviewed.json +++ b/examples/change_reviewed.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.change.reviewed.0.2.0", + "type": "dev.cdevents.change.reviewed.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/change_updated.json b/examples/change_updated.json index 2fd8eac9..978cc0e3 100644 --- a/examples/change_updated.json +++ b/examples/change_updated.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.change.updated.0.2.0", + "type": "dev.cdevents.change.updated.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/environment_created.json b/examples/environment_created.json index 68bf83fa..2e245c69 100644 --- a/examples/environment_created.json +++ b/examples/environment_created.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.environment.created.0.2.0", + "type": "dev.cdevents.environment.created.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/environment_deleted.json b/examples/environment_deleted.json index 67ad966e..7dce76e4 100644 --- a/examples/environment_deleted.json +++ b/examples/environment_deleted.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.environment.deleted.0.2.0", + "type": "dev.cdevents.environment.deleted.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/environment_modified.json b/examples/environment_modified.json index 64861315..1042ac5b 100644 --- a/examples/environment_modified.json +++ b/examples/environment_modified.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.environment.modified.0.2.0", + "type": "dev.cdevents.environment.modified.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/incident_detected.json b/examples/incident_detected.json index 73c9cf5a..985789a3 100644 --- a/examples/incident_detected.json +++ b/examples/incident_detected.json @@ -4,7 +4,7 @@ "id": "F4BD2B55-B6F6-4F44-AF72-BD2D0E7A8708", "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/monitoring/prod1", - "type": "dev.cdevents.incident.detected.0.2.0", + "type": "dev.cdevents.incident.detected.0.3.0-draft", "timestamp": "2022-11-11T13:52:20.079Z" }, "subject": { diff --git a/examples/incident_reported.json b/examples/incident_reported.json index 412ff3e5..05fa1a76 100644 --- a/examples/incident_reported.json +++ b/examples/incident_reported.json @@ -4,7 +4,7 @@ "id": "F4BD2B55-B6F6-4F44-AF72-BD2D0E7A8708", "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/monitoring/prod1", - "type": "dev.cdevents.incident.reported.0.2.0", + "type": "dev.cdevents.incident.reported.0.3.0-draft", "timestamp": "2022-11-11T13:52:20.079Z" }, "subject": { diff --git a/examples/incident_resolved.json b/examples/incident_resolved.json index 74bf2e91..c3155543 100644 --- a/examples/incident_resolved.json +++ b/examples/incident_resolved.json @@ -4,7 +4,7 @@ "id": "F4BD2B55-B6F6-4F44-AF72-BD2D0E7A8708", "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/monitoring/prod1", - "type": "dev.cdevents.incident.resolved.0.2.0", + "type": "dev.cdevents.incident.resolved.0.3.0-draft", "timestamp": "2022-11-11T13:52:20.079Z" }, "subject": { diff --git a/examples/pipelinerun_finished.json b/examples/pipelinerun_finished.json index 31f4aac7..8ad781f0 100644 --- a/examples/pipelinerun_finished.json +++ b/examples/pipelinerun_finished.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.pipelinerun.finished.0.2.0", + "type": "dev.cdevents.pipelinerun.finished.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/pipelinerun_queued.json b/examples/pipelinerun_queued.json index d67ed8ef..f3a34043 100644 --- a/examples/pipelinerun_queued.json +++ b/examples/pipelinerun_queued.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.pipelinerun.queued.0.2.0", + "type": "dev.cdevents.pipelinerun.queued.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/pipelinerun_started.json b/examples/pipelinerun_started.json index 0e348568..5d8809a1 100644 --- a/examples/pipelinerun_started.json +++ b/examples/pipelinerun_started.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.pipelinerun.started.0.2.0", + "type": "dev.cdevents.pipelinerun.started.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/repository_created.json b/examples/repository_created.json index ad1c6fe7..9880992c 100644 --- a/examples/repository_created.json +++ b/examples/repository_created.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.repository.created.0.2.0", + "type": "dev.cdevents.repository.created.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/repository_deleted.json b/examples/repository_deleted.json index 0d7ad4c4..4c30ff09 100644 --- a/examples/repository_deleted.json +++ b/examples/repository_deleted.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.repository.deleted.0.2.0", + "type": "dev.cdevents.repository.deleted.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/repository_modified.json b/examples/repository_modified.json index 92558ad9..3a42c7e6 100644 --- a/examples/repository_modified.json +++ b/examples/repository_modified.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.repository.modified.0.2.0", + "type": "dev.cdevents.repository.modified.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/service_deployed.json b/examples/service_deployed.json index c9d49360..3e3deca2 100644 --- a/examples/service_deployed.json +++ b/examples/service_deployed.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.service.deployed.0.2.0", + "type": "dev.cdevents.service.deployed.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/service_published.json b/examples/service_published.json index 25fa6ba2..f132c8e2 100644 --- a/examples/service_published.json +++ b/examples/service_published.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.service.published.0.2.0", + "type": "dev.cdevents.service.published.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/service_removed.json b/examples/service_removed.json index 3b7355a2..bd0b529c 100644 --- a/examples/service_removed.json +++ b/examples/service_removed.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.service.removed.0.2.0", + "type": "dev.cdevents.service.removed.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/service_rolledback.json b/examples/service_rolledback.json index 14c1b356..2efc1db0 100644 --- a/examples/service_rolledback.json +++ b/examples/service_rolledback.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.service.rolledback.0.2.0", + "type": "dev.cdevents.service.rolledback.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/service_upgraded.json b/examples/service_upgraded.json index 6d96bb4f..86ce0085 100644 --- a/examples/service_upgraded.json +++ b/examples/service_upgraded.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.service.upgraded.0.2.0", + "type": "dev.cdevents.service.upgraded.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/taskrun_finished.json b/examples/taskrun_finished.json index 65e295d2..8dd409b0 100644 --- a/examples/taskrun_finished.json +++ b/examples/taskrun_finished.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.taskrun.finished.0.2.0", + "type": "dev.cdevents.taskrun.finished.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/taskrun_started.json b/examples/taskrun_started.json index 668c9e75..6cedeea4 100644 --- a/examples/taskrun_started.json +++ b/examples/taskrun_started.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.taskrun.started.0.2.0", + "type": "dev.cdevents.taskrun.started.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/testcaserun_finished.json b/examples/testcaserun_finished.json index 9cc8faba..55e35504 100644 --- a/examples/testcaserun_finished.json +++ b/examples/testcaserun_finished.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.testcaserun.finished.0.2.0", + "type": "dev.cdevents.testcaserun.finished.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/testcaserun_queued.json b/examples/testcaserun_queued.json index 90432563..a105fc13 100644 --- a/examples/testcaserun_queued.json +++ b/examples/testcaserun_queued.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.testcaserun.queued.0.2.0", + "type": "dev.cdevents.testcaserun.queued.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/testcaserun_skipped.json b/examples/testcaserun_skipped.json index 21dc6107..e26a323d 100644 --- a/examples/testcaserun_skipped.json +++ b/examples/testcaserun_skipped.json @@ -3,7 +3,7 @@ "version": "0.5.0-draft", "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "source": "/event/source/123", - "type": "dev.cdevents.testcaserun.skipped.0.1.0", + "type": "dev.cdevents.testcaserun.skipped.0.2.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z" }, "subject": { diff --git a/examples/testcaserun_started.json b/examples/testcaserun_started.json index 8fe23893..33518f6c 100644 --- a/examples/testcaserun_started.json +++ b/examples/testcaserun_started.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.testcaserun.started.0.2.0", + "type": "dev.cdevents.testcaserun.started.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/testoutput_published.json b/examples/testoutput_published.json index 08585242..46c48404 100644 --- a/examples/testoutput_published.json +++ b/examples/testoutput_published.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.testoutput.published.0.2.0", + "type": "dev.cdevents.testoutput.published.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/testsuiterun_finished.json b/examples/testsuiterun_finished.json index 6800c574..a7a8325f 100644 --- a/examples/testsuiterun_finished.json +++ b/examples/testsuiterun_finished.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.testsuiterun.finished.0.2.0", + "type": "dev.cdevents.testsuiterun.finished.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/testsuiterun_queued.json b/examples/testsuiterun_queued.json index ad95bdae..82ffa61d 100644 --- a/examples/testsuiterun_queued.json +++ b/examples/testsuiterun_queued.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.testsuiterun.queued.0.2.0", + "type": "dev.cdevents.testsuiterun.queued.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/testsuiterun_started.json b/examples/testsuiterun_started.json index 961e0bbe..a0d0d766 100644 --- a/examples/testsuiterun_started.json +++ b/examples/testsuiterun_started.json @@ -4,7 +4,7 @@ "id": "271069a8-fc18-44f1-b38f-9d70a1695819", "chain_id": "4c8cb7dd-3448-41de-8768-eec704e2829b", "source": "/event/source/123", - "type": "dev.cdevents.testsuiterun.started.0.2.0", + "type": "dev.cdevents.testsuiterun.started.0.3.0-draft", "timestamp": "2023-03-20T14:27:05.315384Z", "schemaUri": "https://myorg.com/schema/custom" }, diff --git a/examples/ticket_closed.json b/examples/ticket_closed.json index 1f62d09c..088c38a3 100644 --- a/examples/ticket_closed.json +++ b/examples/ticket_closed.json @@ -3,7 +3,7 @@ "version": "0.5.0-draft", "id": "F4BD2B55-B6F6-4F44-AF72-BD2D0E7A8708", "source": "/ticketing/system", - "type": "dev.cdevents.ticket.closed.0.1.0", + "type": "dev.cdevents.ticket.closed.0.2.0-draft", "timestamp": "2022-11-11T13:52:20.079Z" }, "subject": { diff --git a/examples/ticket_created.json b/examples/ticket_created.json index d301f7d4..1eed64d3 100644 --- a/examples/ticket_created.json +++ b/examples/ticket_created.json @@ -3,7 +3,7 @@ "version": "0.5.0-draft", "id": "F4BD2B55-B6F6-4F44-AF72-BD2D0E7A8708", "source": "/ticketing/system", - "type": "dev.cdevents.ticket.created.0.1.0", + "type": "dev.cdevents.ticket.created.0.2.0-draft", "timestamp": "2022-11-11T13:52:20.079Z" }, "subject": { diff --git a/examples/ticket_updated.json b/examples/ticket_updated.json index 6f89fa85..b3beea96 100644 --- a/examples/ticket_updated.json +++ b/examples/ticket_updated.json @@ -3,7 +3,7 @@ "version": "0.5.0-draft", "id": "F4BD2B55-B6F6-4F44-AF72-BD2D0E7A8708", "source": "/ticketing/system", - "type": "dev.cdevents.ticket.updated.0.1.0", + "type": "dev.cdevents.ticket.updated.0.2.0-draft", "timestamp": "2022-11-11T13:52:20.079Z" }, "subject": { diff --git a/schemas/artifactdeleted.json b/schemas/artifactdeleted.json index a7b1c853..4c3f12d6 100644 --- a/schemas/artifactdeleted.json +++ b/schemas/artifactdeleted.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.artifact.deleted.0.1.0" + "dev.cdevents.artifact.deleted.0.2.0-draft" ], - "default": "dev.cdevents.artifact.deleted.0.1.0" + "default": "dev.cdevents.artifact.deleted.0.2.0-draft" }, "timestamp": { "type": "string", diff --git a/schemas/artifactdownloaded.json b/schemas/artifactdownloaded.json index 189d4320..789a156f 100644 --- a/schemas/artifactdownloaded.json +++ b/schemas/artifactdownloaded.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.artifact.downloaded.0.1.0" + "dev.cdevents.artifact.downloaded.0.2.0-draft" ], - "default": "dev.cdevents.artifact.downloaded.0.1.0" + "default": "dev.cdevents.artifact.downloaded.0.2.0-draft" }, "timestamp": { "type": "string", diff --git a/schemas/artifactpackaged.json b/schemas/artifactpackaged.json index b7a00735..9fbfe7dc 100644 --- a/schemas/artifactpackaged.json +++ b/schemas/artifactpackaged.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.artifact.packaged.0.2.0" + "dev.cdevents.artifact.packaged.0.3.0-draft" ], - "default": "dev.cdevents.artifact.packaged.0.2.0" + "default": "dev.cdevents.artifact.packaged.0.3.0-draft" }, "timestamp": { "type": "string", diff --git a/schemas/artifactpublished.json b/schemas/artifactpublished.json index 2aca0b37..042636e5 100644 --- a/schemas/artifactpublished.json +++ b/schemas/artifactpublished.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.artifact.published.0.2.0" + "dev.cdevents.artifact.published.0.3.0-draft" ], - "default": "dev.cdevents.artifact.published.0.2.0" + "default": "dev.cdevents.artifact.published.0.3.0-draft" }, "timestamp": { "type": "string", diff --git a/schemas/artifactsigned.json b/schemas/artifactsigned.json index b99c55bf..1b9eb45f 100644 --- a/schemas/artifactsigned.json +++ b/schemas/artifactsigned.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.artifact.signed.0.2.0" + "dev.cdevents.artifact.signed.0.3.0-draft" ], - "default": "dev.cdevents.artifact.signed.0.2.0" + "default": "dev.cdevents.artifact.signed.0.3.0-draft" }, "timestamp": { "type": "string", diff --git a/schemas/branchcreated.json b/schemas/branchcreated.json index f73e4968..227312f5 100644 --- a/schemas/branchcreated.json +++ b/schemas/branchcreated.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.branch.created.0.2.0" + "dev.cdevents.branch.created.0.3.0-draft" ], - "default": "dev.cdevents.branch.created.0.2.0" + "default": "dev.cdevents.branch.created.0.3.0-draft" }, "timestamp": { "type": "string", diff --git a/schemas/branchdeleted.json b/schemas/branchdeleted.json index ce7bcada..fa5a3f9f 100644 --- a/schemas/branchdeleted.json +++ b/schemas/branchdeleted.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.branch.deleted.0.2.0" + "dev.cdevents.branch.deleted.0.3.0-draft" ], - "default": "dev.cdevents.branch.deleted.0.2.0" + "default": "dev.cdevents.branch.deleted.0.3.0-draft" }, "timestamp": { "type": "string", diff --git a/schemas/buildfinished.json b/schemas/buildfinished.json index 7b75e036..ae5b5dd8 100644 --- a/schemas/buildfinished.json +++ b/schemas/buildfinished.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.build.finished.0.2.0" + "dev.cdevents.build.finished.0.3.0-draft" ], - "default": "dev.cdevents.build.finished.0.2.0" + "default": "dev.cdevents.build.finished.0.3.0-draft" }, "timestamp": { "type": "string", diff --git a/schemas/buildqueued.json b/schemas/buildqueued.json index 789cb430..c477b5eb 100644 --- a/schemas/buildqueued.json +++ b/schemas/buildqueued.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.build.queued.0.2.0" + "dev.cdevents.build.queued.0.3.0-draft" ], - "default": "dev.cdevents.build.queued.0.2.0" + "default": "dev.cdevents.build.queued.0.3.0-draft" }, "timestamp": { "type": "string", diff --git a/schemas/buildstarted.json b/schemas/buildstarted.json index 04f24e98..56cf5694 100644 --- a/schemas/buildstarted.json +++ b/schemas/buildstarted.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.build.started.0.2.0" + "dev.cdevents.build.started.0.3.0-draft" ], - "default": "dev.cdevents.build.started.0.2.0" + "default": "dev.cdevents.build.started.0.3.0-draft" }, "timestamp": { "type": "string", diff --git a/schemas/changeabandoned.json b/schemas/changeabandoned.json index 8bc5d5dc..5a99de0e 100644 --- a/schemas/changeabandoned.json +++ b/schemas/changeabandoned.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.change.abandoned.0.2.0" + "dev.cdevents.change.abandoned.0.3.0-draft" ], - "default": "dev.cdevents.change.abandoned.0.2.0" + "default": "dev.cdevents.change.abandoned.0.3.0-draft" }, "timestamp": { "type": "string", diff --git a/schemas/changecreated.json b/schemas/changecreated.json index 45097f0f..e6b7fc40 100644 --- a/schemas/changecreated.json +++ b/schemas/changecreated.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.change.created.0.3.0" + "dev.cdevents.change.created.0.4.0-draft" ], - "default": "dev.cdevents.change.created.0.3.0" + "default": "dev.cdevents.change.created.0.4.0-draft" }, "timestamp": { "type": "string", diff --git a/schemas/changemerged.json b/schemas/changemerged.json index aab645f0..4cf9bef1 100644 --- a/schemas/changemerged.json +++ b/schemas/changemerged.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.change.merged.0.2.0" + "dev.cdevents.change.merged.0.3.0-draft" ], - "default": "dev.cdevents.change.merged.0.2.0" + "default": "dev.cdevents.change.merged.0.3.0-draft" }, "timestamp": { "type": "string", diff --git a/schemas/changereviewed.json b/schemas/changereviewed.json index 46d0252b..47a4ab2c 100644 --- a/schemas/changereviewed.json +++ b/schemas/changereviewed.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.change.reviewed.0.2.0" + "dev.cdevents.change.reviewed.0.3.0-draft" ], - "default": "dev.cdevents.change.reviewed.0.2.0" + "default": "dev.cdevents.change.reviewed.0.3.0-draft" }, "timestamp": { "type": "string", diff --git a/schemas/changeupdated.json b/schemas/changeupdated.json index 878661be..6459f3bd 100644 --- a/schemas/changeupdated.json +++ b/schemas/changeupdated.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.change.updated.0.2.0" + "dev.cdevents.change.updated.0.3.0-draft" ], - "default": "dev.cdevents.change.updated.0.2.0" + "default": "dev.cdevents.change.updated.0.3.0-draft" }, "timestamp": { "type": "string", diff --git a/schemas/environmentcreated.json b/schemas/environmentcreated.json index 81ca7fc8..3ff28d9d 100644 --- a/schemas/environmentcreated.json +++ b/schemas/environmentcreated.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.environment.created.0.2.0" + "dev.cdevents.environment.created.0.3.0-draft" ], - "default": "dev.cdevents.environment.created.0.2.0" + "default": "dev.cdevents.environment.created.0.3.0-draft" }, "timestamp": { "type": "string", diff --git a/schemas/environmentdeleted.json b/schemas/environmentdeleted.json index 60403379..d93b2293 100644 --- a/schemas/environmentdeleted.json +++ b/schemas/environmentdeleted.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.environment.deleted.0.2.0" + "dev.cdevents.environment.deleted.0.3.0-draft" ], - "default": "dev.cdevents.environment.deleted.0.2.0" + "default": "dev.cdevents.environment.deleted.0.3.0-draft" }, "timestamp": { "type": "string", diff --git a/schemas/environmentmodified.json b/schemas/environmentmodified.json index a335ba20..07fef1e5 100644 --- a/schemas/environmentmodified.json +++ b/schemas/environmentmodified.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.environment.modified.0.2.0" + "dev.cdevents.environment.modified.0.3.0-draft" ], - "default": "dev.cdevents.environment.modified.0.2.0" + "default": "dev.cdevents.environment.modified.0.3.0-draft" }, "timestamp": { "type": "string", diff --git a/schemas/incidentdetected.json b/schemas/incidentdetected.json index 8bf78771..6f6a41a3 100644 --- a/schemas/incidentdetected.json +++ b/schemas/incidentdetected.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.incident.detected.0.2.0" + "dev.cdevents.incident.detected.0.3.0-draft" ], - "default": "dev.cdevents.incident.detected.0.2.0" + "default": "dev.cdevents.incident.detected.0.3.0-draft" }, "timestamp": { "type": "string", diff --git a/schemas/incidentreported.json b/schemas/incidentreported.json index 0feca810..481684a6 100644 --- a/schemas/incidentreported.json +++ b/schemas/incidentreported.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.incident.reported.0.2.0" + "dev.cdevents.incident.reported.0.3.0-draft" ], - "default": "dev.cdevents.incident.reported.0.2.0" + "default": "dev.cdevents.incident.reported.0.3.0-draft" }, "timestamp": { "type": "string", diff --git a/schemas/incidentresolved.json b/schemas/incidentresolved.json index fd9ef954..4231a820 100644 --- a/schemas/incidentresolved.json +++ b/schemas/incidentresolved.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.incident.resolved.0.2.0" + "dev.cdevents.incident.resolved.0.3.0-draft" ], - "default": "dev.cdevents.incident.resolved.0.2.0" + "default": "dev.cdevents.incident.resolved.0.3.0-draft" }, "timestamp": { "type": "string", diff --git a/schemas/pipelinerunfinished.json b/schemas/pipelinerunfinished.json index 287598f0..9f13ac0e 100644 --- a/schemas/pipelinerunfinished.json +++ b/schemas/pipelinerunfinished.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.pipelinerun.finished.0.2.0" + "dev.cdevents.pipelinerun.finished.0.3.0-draft" ], - "default": "dev.cdevents.pipelinerun.finished.0.2.0" + "default": "dev.cdevents.pipelinerun.finished.0.3.0-draft" }, "timestamp": { "type": "string", diff --git a/schemas/pipelinerunqueued.json b/schemas/pipelinerunqueued.json index 4cd780e3..c2cf0e69 100644 --- a/schemas/pipelinerunqueued.json +++ b/schemas/pipelinerunqueued.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.pipelinerun.queued.0.2.0" + "dev.cdevents.pipelinerun.queued.0.3.0-draft" ], - "default": "dev.cdevents.pipelinerun.queued.0.2.0" + "default": "dev.cdevents.pipelinerun.queued.0.3.0-draft" }, "timestamp": { "type": "string", diff --git a/schemas/pipelinerunstarted.json b/schemas/pipelinerunstarted.json index eab9f266..51cf357a 100644 --- a/schemas/pipelinerunstarted.json +++ b/schemas/pipelinerunstarted.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.pipelinerun.started.0.2.0" + "dev.cdevents.pipelinerun.started.0.3.0-draft" ], - "default": "dev.cdevents.pipelinerun.started.0.2.0" + "default": "dev.cdevents.pipelinerun.started.0.3.0-draft" }, "timestamp": { "type": "string", diff --git a/schemas/repositorycreated.json b/schemas/repositorycreated.json index f2b2b3c5..eb8e7bd5 100644 --- a/schemas/repositorycreated.json +++ b/schemas/repositorycreated.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.repository.created.0.2.0" + "dev.cdevents.repository.created.0.3.0-draft" ], - "default": "dev.cdevents.repository.created.0.2.0" + "default": "dev.cdevents.repository.created.0.3.0-draft" }, "timestamp": { "type": "string", diff --git a/schemas/repositorydeleted.json b/schemas/repositorydeleted.json index 6b33f549..62bf62d6 100644 --- a/schemas/repositorydeleted.json +++ b/schemas/repositorydeleted.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.repository.deleted.0.2.0" + "dev.cdevents.repository.deleted.0.3.0-draft" ], - "default": "dev.cdevents.repository.deleted.0.2.0" + "default": "dev.cdevents.repository.deleted.0.3.0-draft" }, "timestamp": { "type": "string", diff --git a/schemas/repositorymodified.json b/schemas/repositorymodified.json index e93700dc..b495d07a 100644 --- a/schemas/repositorymodified.json +++ b/schemas/repositorymodified.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.repository.modified.0.2.0" + "dev.cdevents.repository.modified.0.3.0-draft" ], - "default": "dev.cdevents.repository.modified.0.2.0" + "default": "dev.cdevents.repository.modified.0.3.0-draft" }, "timestamp": { "type": "string", diff --git a/schemas/servicedeployed.json b/schemas/servicedeployed.json index c49bba91..7f89145c 100644 --- a/schemas/servicedeployed.json +++ b/schemas/servicedeployed.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.service.deployed.0.2.0" + "dev.cdevents.service.deployed.0.3.0-draft" ], - "default": "dev.cdevents.service.deployed.0.2.0" + "default": "dev.cdevents.service.deployed.0.3.0-draft" }, "timestamp": { "type": "string", diff --git a/schemas/servicepublished.json b/schemas/servicepublished.json index 412ef1ea..0c258d59 100644 --- a/schemas/servicepublished.json +++ b/schemas/servicepublished.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.service.published.0.2.0" + "dev.cdevents.service.published.0.3.0-draft" ], - "default": "dev.cdevents.service.published.0.2.0" + "default": "dev.cdevents.service.published.0.3.0-draft" }, "timestamp": { "type": "string", diff --git a/schemas/serviceremoved.json b/schemas/serviceremoved.json index 2373682b..e99d180a 100644 --- a/schemas/serviceremoved.json +++ b/schemas/serviceremoved.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.service.removed.0.2.0" + "dev.cdevents.service.removed.0.3.0-draft" ], - "default": "dev.cdevents.service.removed.0.2.0" + "default": "dev.cdevents.service.removed.0.3.0-draft" }, "timestamp": { "type": "string", diff --git a/schemas/servicerolledback.json b/schemas/servicerolledback.json index ff652747..d2701566 100644 --- a/schemas/servicerolledback.json +++ b/schemas/servicerolledback.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.service.rolledback.0.2.0" + "dev.cdevents.service.rolledback.0.3.0-draft" ], - "default": "dev.cdevents.service.rolledback.0.2.0" + "default": "dev.cdevents.service.rolledback.0.3.0-draft" }, "timestamp": { "type": "string", diff --git a/schemas/serviceupgraded.json b/schemas/serviceupgraded.json index 145648f7..f968c6c4 100644 --- a/schemas/serviceupgraded.json +++ b/schemas/serviceupgraded.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.service.upgraded.0.2.0" + "dev.cdevents.service.upgraded.0.3.0-draft" ], - "default": "dev.cdevents.service.upgraded.0.2.0" + "default": "dev.cdevents.service.upgraded.0.3.0-draft" }, "timestamp": { "type": "string", diff --git a/schemas/taskrunfinished.json b/schemas/taskrunfinished.json index ea3aef5a..5ec9068f 100644 --- a/schemas/taskrunfinished.json +++ b/schemas/taskrunfinished.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.taskrun.finished.0.2.0" + "dev.cdevents.taskrun.finished.0.3.0-draft" ], - "default": "dev.cdevents.taskrun.finished.0.2.0" + "default": "dev.cdevents.taskrun.finished.0.3.0-draft" }, "timestamp": { "type": "string", diff --git a/schemas/taskrunstarted.json b/schemas/taskrunstarted.json index 2aff3b3b..5be3b281 100644 --- a/schemas/taskrunstarted.json +++ b/schemas/taskrunstarted.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.taskrun.started.0.2.0" + "dev.cdevents.taskrun.started.0.3.0-draft" ], - "default": "dev.cdevents.taskrun.started.0.2.0" + "default": "dev.cdevents.taskrun.started.0.3.0-draft" }, "timestamp": { "type": "string", diff --git a/schemas/testcaserunfinished.json b/schemas/testcaserunfinished.json index 6d5369f6..003b80ad 100644 --- a/schemas/testcaserunfinished.json +++ b/schemas/testcaserunfinished.json @@ -19,9 +19,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.testcaserun.finished.0.2.0" + "dev.cdevents.testcaserun.finished.0.3.0-draft" ], - "default": "dev.cdevents.testcaserun.finished.0.2.0" + "default": "dev.cdevents.testcaserun.finished.0.3.0-draft" }, "timestamp": { "type": "string", diff --git a/schemas/testcaserunqueued.json b/schemas/testcaserunqueued.json index 313927d8..d1283858 100644 --- a/schemas/testcaserunqueued.json +++ b/schemas/testcaserunqueued.json @@ -19,9 +19,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.testcaserun.queued.0.2.0" + "dev.cdevents.testcaserun.queued.0.3.0-draft" ], - "default": "dev.cdevents.testcaserun.queued.0.2.0" + "default": "dev.cdevents.testcaserun.queued.0.3.0-draft" }, "timestamp": { "type": "string", diff --git a/schemas/testcaserunskipped.json b/schemas/testcaserunskipped.json index 5008045f..b1c1716a 100644 --- a/schemas/testcaserunskipped.json +++ b/schemas/testcaserunskipped.json @@ -19,9 +19,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.testcaserun.skipped.0.1.0" + "dev.cdevents.testcaserun.skipped.0.2.0-draft" ], - "default": "dev.cdevents.testcaserun.skipped.0.1.0" + "default": "dev.cdevents.testcaserun.skipped.0.2.0-draft" }, "timestamp": { "type": "string", diff --git a/schemas/testcaserunstarted.json b/schemas/testcaserunstarted.json index 7f315357..a51294a5 100644 --- a/schemas/testcaserunstarted.json +++ b/schemas/testcaserunstarted.json @@ -19,9 +19,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.testcaserun.started.0.2.0" + "dev.cdevents.testcaserun.started.0.3.0-draft" ], - "default": "dev.cdevents.testcaserun.started.0.2.0" + "default": "dev.cdevents.testcaserun.started.0.3.0-draft" }, "timestamp": { "type": "string", diff --git a/schemas/testoutputpublished.json b/schemas/testoutputpublished.json index 9fe861d5..e164860d 100644 --- a/schemas/testoutputpublished.json +++ b/schemas/testoutputpublished.json @@ -19,9 +19,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.testoutput.published.0.2.0" + "dev.cdevents.testoutput.published.0.3.0-draft" ], - "default": "dev.cdevents.testoutput.published.0.2.0" + "default": "dev.cdevents.testoutput.published.0.3.0-draft" }, "timestamp": { "type": "string", diff --git a/schemas/testsuiterunfinished.json b/schemas/testsuiterunfinished.json index 5b8b6832..26004c21 100644 --- a/schemas/testsuiterunfinished.json +++ b/schemas/testsuiterunfinished.json @@ -19,9 +19,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.testsuiterun.finished.0.2.0" + "dev.cdevents.testsuiterun.finished.0.3.0-draft" ], - "default": "dev.cdevents.testsuiterun.finished.0.2.0" + "default": "dev.cdevents.testsuiterun.finished.0.3.0-draft" }, "timestamp": { "type": "string", diff --git a/schemas/testsuiterunqueued.json b/schemas/testsuiterunqueued.json index 8a5641eb..dee69ac1 100644 --- a/schemas/testsuiterunqueued.json +++ b/schemas/testsuiterunqueued.json @@ -19,9 +19,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.testsuiterun.queued.0.2.0" + "dev.cdevents.testsuiterun.queued.0.3.0-draft" ], - "default": "dev.cdevents.testsuiterun.queued.0.2.0" + "default": "dev.cdevents.testsuiterun.queued.0.3.0-draft" }, "timestamp": { "type": "string", diff --git a/schemas/testsuiterunstarted.json b/schemas/testsuiterunstarted.json index 6abdd906..aa755cfa 100644 --- a/schemas/testsuiterunstarted.json +++ b/schemas/testsuiterunstarted.json @@ -19,9 +19,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.testsuiterun.started.0.2.0" + "dev.cdevents.testsuiterun.started.0.3.0-draft" ], - "default": "dev.cdevents.testsuiterun.started.0.2.0" + "default": "dev.cdevents.testsuiterun.started.0.3.0-draft" }, "timestamp": { "type": "string", diff --git a/schemas/ticketclosed.json b/schemas/ticketclosed.json index b5e512e3..42e87d8f 100644 --- a/schemas/ticketclosed.json +++ b/schemas/ticketclosed.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.ticket.closed.0.1.0" + "dev.cdevents.ticket.closed.0.2.0-draft" ], - "default": "dev.cdevents.ticket.closed.0.1.0" + "default": "dev.cdevents.ticket.closed.0.2.0-draft" }, "timestamp": { "type": "string", diff --git a/schemas/ticketcreated.json b/schemas/ticketcreated.json index 2bd97804..a95416e2 100644 --- a/schemas/ticketcreated.json +++ b/schemas/ticketcreated.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.ticket.created.0.1.0" + "dev.cdevents.ticket.created.0.2.0-draft" ], - "default": "dev.cdevents.ticket.created.0.1.0" + "default": "dev.cdevents.ticket.created.0.2.0-draft" }, "timestamp": { "type": "string", diff --git a/schemas/ticketupdated.json b/schemas/ticketupdated.json index 7a7f2747..65d220a1 100644 --- a/schemas/ticketupdated.json +++ b/schemas/ticketupdated.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.ticket.updated.0.1.0" + "dev.cdevents.ticket.updated.0.2.0-draft" ], - "default": "dev.cdevents.ticket.updated.0.1.0" + "default": "dev.cdevents.ticket.updated.0.2.0-draft" }, "timestamp": { "type": "string", diff --git a/source-code-version-control.md b/source-code-version-control.md index be090894..20367a99 100644 --- a/source-code-version-control.md +++ b/source-code-version-control.md @@ -67,7 +67,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.2.0`__ +- Event Type: __`dev.cdevents.repository.created.0.3.0-draft`__ - Predicate: created - Subject: [`repository`](#repository) @@ -85,7 +85,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.2.0`__ +- Event Type: __`dev.cdevents.repository.modified.0.3.0-draft`__ - Predicate: modified - Subject: [`repository`](#repository) @@ -101,7 +101,7 @@ A Source Code Repository modified some of its attributes, like location, or owne ### [`repository deleted`](examples/repository_deleted.json) -- Event Type: __`dev.cdevents.repository.deleted.0.2.0`__ +- Event Type: __`dev.cdevents.repository.deleted.0.3.0-draft`__ - Predicate: modified - Subject: [`repository`](#repository) @@ -119,7 +119,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.2.0`__ +- Event Type: __`dev.cdevents.branch.created.0.3.0-draft`__ - Predicate: created - Subject: [`branch`](#branch) @@ -134,7 +134,7 @@ A branch inside the Repository was created. A branch inside the Repository was deleted. -- Event Type: __`dev.cdevents.branch.deleted.0.2.0`__ +- Event Type: __`dev.cdevents.branch.deleted.0.3.0-draft`__ - Predicate: deleted - Subject: [`branch`](#branch) @@ -149,7 +149,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.3.0`__ +- Event Type: __`dev.cdevents.change.created.0.4.0-draft`__ - Predicate: created - Subject: [`change`](#change) @@ -165,7 +165,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.2.0`__ +- Event Type: __`dev.cdevents.change.reviewed.0.3.0-draft`__ - Predicate: reviewed - Subject: [`change`](#change) @@ -180,7 +180,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.2.0`__ +- Event Type: __`dev.cdevents.change.merged.0.3.0-draft`__ - Predicate: merged - Subject: [`change`](#change) @@ -195,7 +195,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.2.0`__ +- Event Type: __`dev.cdevents.change.abandoned.0.3.0-draft`__ - Predicate: abandoned - Subject: [`change`](#change) @@ -210,7 +210,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.2.0`__ +- Event Type: __`dev.cdevents.change.updated.0.3.0-draft`__ - Predicate: updated - Subject: [`change`](#change) diff --git a/testing-events.md b/testing-events.md index 8caccb2e..0fdb4d47 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.2.0`__ +- Event Type: __`dev.cdevents.testcaserun.queued.0.3.0-draft`__ - 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.2.0`__ +- Event Type: __`dev.cdevents.testcaserun.started.0.3.0-draft`__ - 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.2.0`__ +- Event Type: __`dev.cdevents.testcaserun.finished.0.3.0-draft`__ - 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.1.0`__ +- Event Type: __`dev.cdevents.testcaserun.skipped.0.2.0-draft`__ - 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.2.0`__ +- Event Type: __`dev.cdevents.testsuiterun.queued.0.3.0-draft`__ - 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.2.0`__ +- Event Type: __`dev.cdevents.testsuiterun.started.0.3.0-draft`__ - 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.2.0`__ +- Event Type: __`dev.cdevents.testsuiterun.finished.0.3.0-draft`__ - 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.2.0`__ +- Event Type: __`dev.cdevents.testoutput.published.0.3.0-draft`__ - Predicate: published - Subject: [`testOutput`](#testoutput)