From d3a68481eed61e43776feaa9bdd9da59299e67ce Mon Sep 17 00:00:00 2001 From: benjamin-j-powell Date: Sun, 5 Nov 2023 00:50:34 -0500 Subject: [PATCH] fixup! update(schemas): add new field chain_id to context Signed-off-by: benjamin-j-powell --- 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/testcaserunstarted.json | 4 ++-- schemas/testoutputpublished.json | 4 ++-- schemas/testsuiterunfinished.json | 4 ++-- schemas/testsuiterunqueued.json | 4 ++-- schemas/testsuiterunstarted.json | 4 ++-- 39 files changed, 78 insertions(+), 78 deletions(-) diff --git a/schemas/artifactpackaged.json b/schemas/artifactpackaged.json index 40eefdd5..1ca68701 100644 --- a/schemas/artifactpackaged.json +++ b/schemas/artifactpackaged.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.artifact.packaged.0.1.1" + "dev.cdevents.artifact.packaged.0.2.0" ], - "default": "dev.cdevents.artifact.packaged.0.1.1" + "default": "dev.cdevents.artifact.packaged.0.2.0" }, "timestamp": { "type": "string", diff --git a/schemas/artifactpublished.json b/schemas/artifactpublished.json index b174ab34..5f4a2b99 100644 --- a/schemas/artifactpublished.json +++ b/schemas/artifactpublished.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.artifact.published.0.1.1" + "dev.cdevents.artifact.published.0.2.0" ], - "default": "dev.cdevents.artifact.published.0.1.1" + "default": "dev.cdevents.artifact.published.0.2.0" }, "timestamp": { "type": "string", diff --git a/schemas/artifactsigned.json b/schemas/artifactsigned.json index 9c791cc0..f025f3bd 100644 --- a/schemas/artifactsigned.json +++ b/schemas/artifactsigned.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.artifact.signed.0.1.0" + "dev.cdevents.artifact.signed.0.2.0" ], - "default": "dev.cdevents.artifact.signed.0.1.0" + "default": "dev.cdevents.artifact.signed.0.2.0" }, "timestamp": { "type": "string", diff --git a/schemas/branchcreated.json b/schemas/branchcreated.json index 54ec9fab..b31a6f4c 100644 --- a/schemas/branchcreated.json +++ b/schemas/branchcreated.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.branch.created.0.1.2" + "dev.cdevents.branch.created.0.2.0" ], - "default": "dev.cdevents.branch.created.0.1.2" + "default": "dev.cdevents.branch.created.0.2.0" }, "timestamp": { "type": "string", diff --git a/schemas/branchdeleted.json b/schemas/branchdeleted.json index ef14c2c2..6534620a 100644 --- a/schemas/branchdeleted.json +++ b/schemas/branchdeleted.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.branch.deleted.0.1.2" + "dev.cdevents.branch.deleted.0.2.0" ], - "default": "dev.cdevents.branch.deleted.0.1.2" + "default": "dev.cdevents.branch.deleted.0.2.0" }, "timestamp": { "type": "string", diff --git a/schemas/buildfinished.json b/schemas/buildfinished.json index 3d4f992d..f967067f 100644 --- a/schemas/buildfinished.json +++ b/schemas/buildfinished.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.build.finished.0.1.1" + "dev.cdevents.build.finished.0.2.0" ], - "default": "dev.cdevents.build.finished.0.1.1" + "default": "dev.cdevents.build.finished.0.2.0" }, "timestamp": { "type": "string", diff --git a/schemas/buildqueued.json b/schemas/buildqueued.json index 40880d1c..af81fdc3 100644 --- a/schemas/buildqueued.json +++ b/schemas/buildqueued.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.build.queued.0.1.1" + "dev.cdevents.build.queued.0.2.0" ], - "default": "dev.cdevents.build.queued.0.1.1" + "default": "dev.cdevents.build.queued.0.2.0" }, "timestamp": { "type": "string", diff --git a/schemas/buildstarted.json b/schemas/buildstarted.json index b2922cde..5ea4e008 100644 --- a/schemas/buildstarted.json +++ b/schemas/buildstarted.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.build.started.0.1.1" + "dev.cdevents.build.started.0.2.0" ], - "default": "dev.cdevents.build.started.0.1.1" + "default": "dev.cdevents.build.started.0.2.0" }, "timestamp": { "type": "string", diff --git a/schemas/changeabandoned.json b/schemas/changeabandoned.json index 07621008..e1f97ed8 100644 --- a/schemas/changeabandoned.json +++ b/schemas/changeabandoned.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.change.abandoned.0.1.2" + "dev.cdevents.change.abandoned.0.2.0" ], - "default": "dev.cdevents.change.abandoned.0.1.2" + "default": "dev.cdevents.change.abandoned.0.2.0" }, "timestamp": { "type": "string", diff --git a/schemas/changecreated.json b/schemas/changecreated.json index 6a47e95a..9cf843bf 100644 --- a/schemas/changecreated.json +++ b/schemas/changecreated.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.change.created.0.2.0" + "dev.cdevents.change.created.0.3.0" ], - "default": "dev.cdevents.change.created.0.2.0" + "default": "dev.cdevents.change.created.0.3.0" }, "timestamp": { "type": "string", diff --git a/schemas/changemerged.json b/schemas/changemerged.json index 5c0c3b96..177f8049 100644 --- a/schemas/changemerged.json +++ b/schemas/changemerged.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.change.merged.0.1.2" + "dev.cdevents.change.merged.0.2.0" ], - "default": "dev.cdevents.change.merged.0.1.2" + "default": "dev.cdevents.change.merged.0.2.0" }, "timestamp": { "type": "string", diff --git a/schemas/changereviewed.json b/schemas/changereviewed.json index 7e362d85..231a6274 100644 --- a/schemas/changereviewed.json +++ b/schemas/changereviewed.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.change.reviewed.0.1.2" + "dev.cdevents.change.reviewed.0.2.0" ], - "default": "dev.cdevents.change.reviewed.0.1.2" + "default": "dev.cdevents.change.reviewed.0.2.0" }, "timestamp": { "type": "string", diff --git a/schemas/changeupdated.json b/schemas/changeupdated.json index 63665268..902cb361 100644 --- a/schemas/changeupdated.json +++ b/schemas/changeupdated.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.change.updated.0.1.2" + "dev.cdevents.change.updated.0.2.0" ], - "default": "dev.cdevents.change.updated.0.1.2" + "default": "dev.cdevents.change.updated.0.2.0" }, "timestamp": { "type": "string", diff --git a/schemas/environmentcreated.json b/schemas/environmentcreated.json index 249e649c..8b300eac 100644 --- a/schemas/environmentcreated.json +++ b/schemas/environmentcreated.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.environment.created.0.1.1" + "dev.cdevents.environment.created.0.2.0" ], - "default": "dev.cdevents.environment.created.0.1.1" + "default": "dev.cdevents.environment.created.0.2.0" }, "timestamp": { "type": "string", diff --git a/schemas/environmentdeleted.json b/schemas/environmentdeleted.json index f4f90e54..5a72abd2 100644 --- a/schemas/environmentdeleted.json +++ b/schemas/environmentdeleted.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.environment.deleted.0.1.1" + "dev.cdevents.environment.deleted.0.2.0" ], - "default": "dev.cdevents.environment.deleted.0.1.1" + "default": "dev.cdevents.environment.deleted.0.2.0" }, "timestamp": { "type": "string", diff --git a/schemas/environmentmodified.json b/schemas/environmentmodified.json index 89e4e2ef..3ff330b9 100644 --- a/schemas/environmentmodified.json +++ b/schemas/environmentmodified.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.environment.modified.0.1.1" + "dev.cdevents.environment.modified.0.2.0" ], - "default": "dev.cdevents.environment.modified.0.1.1" + "default": "dev.cdevents.environment.modified.0.2.0" }, "timestamp": { "type": "string", diff --git a/schemas/incidentdetected.json b/schemas/incidentdetected.json index 8214b62b..6f65d507 100644 --- a/schemas/incidentdetected.json +++ b/schemas/incidentdetected.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.incident.detected.0.1.0" + "dev.cdevents.incident.detected.0.2.0" ], - "default": "dev.cdevents.incident.detected.0.1.0" + "default": "dev.cdevents.incident.detected.0.2.0" }, "timestamp": { "type": "string", diff --git a/schemas/incidentreported.json b/schemas/incidentreported.json index e8b6ed0b..bf9a5735 100644 --- a/schemas/incidentreported.json +++ b/schemas/incidentreported.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.incident.reported.0.1.0" + "dev.cdevents.incident.reported.0.2.0" ], - "default": "dev.cdevents.incident.reported.0.1.0" + "default": "dev.cdevents.incident.reported.0.2.0" }, "timestamp": { "type": "string", diff --git a/schemas/incidentresolved.json b/schemas/incidentresolved.json index 9ffe4ede..9c0b5b7f 100644 --- a/schemas/incidentresolved.json +++ b/schemas/incidentresolved.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.incident.resolved.0.1.0" + "dev.cdevents.incident.resolved.0.2.0" ], - "default": "dev.cdevents.incident.resolved.0.1.0" + "default": "dev.cdevents.incident.resolved.0.2.0" }, "timestamp": { "type": "string", diff --git a/schemas/pipelinerunfinished.json b/schemas/pipelinerunfinished.json index 8df5f9a9..5d10d9dd 100644 --- a/schemas/pipelinerunfinished.json +++ b/schemas/pipelinerunfinished.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.pipelinerun.finished.0.1.1" + "dev.cdevents.pipelinerun.finished.0.2.0" ], - "default": "dev.cdevents.pipelinerun.finished.0.1.1" + "default": "dev.cdevents.pipelinerun.finished.0.2.0" }, "timestamp": { "type": "string", diff --git a/schemas/pipelinerunqueued.json b/schemas/pipelinerunqueued.json index 48c6a6fa..10c9cac0 100644 --- a/schemas/pipelinerunqueued.json +++ b/schemas/pipelinerunqueued.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.pipelinerun.queued.0.1.1" + "dev.cdevents.pipelinerun.queued.0.2.0" ], - "default": "dev.cdevents.pipelinerun.queued.0.1.1" + "default": "dev.cdevents.pipelinerun.queued.0.2.0" }, "timestamp": { "type": "string", diff --git a/schemas/pipelinerunstarted.json b/schemas/pipelinerunstarted.json index c0bc7721..a295409c 100644 --- a/schemas/pipelinerunstarted.json +++ b/schemas/pipelinerunstarted.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.pipelinerun.started.0.1.1" + "dev.cdevents.pipelinerun.started.0.2.0" ], - "default": "dev.cdevents.pipelinerun.started.0.1.1" + "default": "dev.cdevents.pipelinerun.started.0.2.0" }, "timestamp": { "type": "string", diff --git a/schemas/repositorycreated.json b/schemas/repositorycreated.json index 6ae9257c..fcec1acd 100644 --- a/schemas/repositorycreated.json +++ b/schemas/repositorycreated.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.repository.created.0.1.1" + "dev.cdevents.repository.created.0.2.0" ], - "default": "dev.cdevents.repository.created.0.1.1" + "default": "dev.cdevents.repository.created.0.2.0" }, "timestamp": { "type": "string", diff --git a/schemas/repositorydeleted.json b/schemas/repositorydeleted.json index 5be1db3c..0d070283 100644 --- a/schemas/repositorydeleted.json +++ b/schemas/repositorydeleted.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.repository.deleted.0.1.1" + "dev.cdevents.repository.deleted.0.2.0" ], - "default": "dev.cdevents.repository.deleted.0.1.1" + "default": "dev.cdevents.repository.deleted.0.2.0" }, "timestamp": { "type": "string", diff --git a/schemas/repositorymodified.json b/schemas/repositorymodified.json index 7f15b8eb..1247babd 100644 --- a/schemas/repositorymodified.json +++ b/schemas/repositorymodified.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.repository.modified.0.1.1" + "dev.cdevents.repository.modified.0.2.0" ], - "default": "dev.cdevents.repository.modified.0.1.1" + "default": "dev.cdevents.repository.modified.0.2.0" }, "timestamp": { "type": "string", diff --git a/schemas/servicedeployed.json b/schemas/servicedeployed.json index 87feed97..c922b350 100644 --- a/schemas/servicedeployed.json +++ b/schemas/servicedeployed.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.service.deployed.0.1.1" + "dev.cdevents.service.deployed.0.2.0" ], - "default": "dev.cdevents.service.deployed.0.1.1" + "default": "dev.cdevents.service.deployed.0.2.0" }, "timestamp": { "type": "string", diff --git a/schemas/servicepublished.json b/schemas/servicepublished.json index d21ec64f..81f99d8b 100644 --- a/schemas/servicepublished.json +++ b/schemas/servicepublished.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.service.published.0.1.1" + "dev.cdevents.service.published.0.2.0" ], - "default": "dev.cdevents.service.published.0.1.1" + "default": "dev.cdevents.service.published.0.2.0" }, "timestamp": { "type": "string", diff --git a/schemas/serviceremoved.json b/schemas/serviceremoved.json index 7209cdfd..b6611ad2 100644 --- a/schemas/serviceremoved.json +++ b/schemas/serviceremoved.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.service.removed.0.1.1" + "dev.cdevents.service.removed.0.2.0" ], - "default": "dev.cdevents.service.removed.0.1.1" + "default": "dev.cdevents.service.removed.0.2.0" }, "timestamp": { "type": "string", diff --git a/schemas/servicerolledback.json b/schemas/servicerolledback.json index 056b4bf1..84ca0fcb 100644 --- a/schemas/servicerolledback.json +++ b/schemas/servicerolledback.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.service.rolledback.0.1.1" + "dev.cdevents.service.rolledback.0.2.0" ], - "default": "dev.cdevents.service.rolledback.0.1.1" + "default": "dev.cdevents.service.rolledback.0.2.0" }, "timestamp": { "type": "string", diff --git a/schemas/serviceupgraded.json b/schemas/serviceupgraded.json index 6a17d1cf..7451fedb 100644 --- a/schemas/serviceupgraded.json +++ b/schemas/serviceupgraded.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.service.upgraded.0.1.1" + "dev.cdevents.service.upgraded.0.2.0" ], - "default": "dev.cdevents.service.upgraded.0.1.1" + "default": "dev.cdevents.service.upgraded.0.2.0" }, "timestamp": { "type": "string", diff --git a/schemas/taskrunfinished.json b/schemas/taskrunfinished.json index c880d561..7fea19dc 100644 --- a/schemas/taskrunfinished.json +++ b/schemas/taskrunfinished.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.taskrun.finished.0.1.1" + "dev.cdevents.taskrun.finished.0.2.0" ], - "default": "dev.cdevents.taskrun.finished.0.1.1" + "default": "dev.cdevents.taskrun.finished.0.2.0" }, "timestamp": { "type": "string", diff --git a/schemas/taskrunstarted.json b/schemas/taskrunstarted.json index 94bbeb48..8c6898ef 100644 --- a/schemas/taskrunstarted.json +++ b/schemas/taskrunstarted.json @@ -20,9 +20,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.taskrun.started.0.1.1" + "dev.cdevents.taskrun.started.0.2.0" ], - "default": "dev.cdevents.taskrun.started.0.1.1" + "default": "dev.cdevents.taskrun.started.0.2.0" }, "timestamp": { "type": "string", diff --git a/schemas/testcaserunfinished.json b/schemas/testcaserunfinished.json index 48f192e1..bcc24ece 100644 --- a/schemas/testcaserunfinished.json +++ b/schemas/testcaserunfinished.json @@ -19,9 +19,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.testcaserun.finished.0.1.0" + "dev.cdevents.testcaserun.finished.0.2.0" ], - "default": "dev.cdevents.testcaserun.finished.0.1.0" + "default": "dev.cdevents.testcaserun.finished.0.2.0" }, "timestamp": { "type": "string", diff --git a/schemas/testcaserunqueued.json b/schemas/testcaserunqueued.json index f36751ff..1a507520 100644 --- a/schemas/testcaserunqueued.json +++ b/schemas/testcaserunqueued.json @@ -19,9 +19,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.testcaserun.queued.0.1.0" + "dev.cdevents.testcaserun.queued.0.2.0" ], - "default": "dev.cdevents.testcaserun.queued.0.1.0" + "default": "dev.cdevents.testcaserun.queued.0.2.0" }, "timestamp": { "type": "string", diff --git a/schemas/testcaserunstarted.json b/schemas/testcaserunstarted.json index 9320c8eb..7b752361 100644 --- a/schemas/testcaserunstarted.json +++ b/schemas/testcaserunstarted.json @@ -19,9 +19,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.testcaserun.started.0.1.0" + "dev.cdevents.testcaserun.started.0.2.0" ], - "default": "dev.cdevents.testcaserun.started.0.1.0" + "default": "dev.cdevents.testcaserun.started.0.2.0" }, "timestamp": { "type": "string", diff --git a/schemas/testoutputpublished.json b/schemas/testoutputpublished.json index d940c98c..3e88ab75 100644 --- a/schemas/testoutputpublished.json +++ b/schemas/testoutputpublished.json @@ -19,9 +19,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.testoutput.published.0.1.0" + "dev.cdevents.testoutput.published.0.2.0" ], - "default": "dev.cdevents.testoutput.published.0.1.0" + "default": "dev.cdevents.testoutput.published.0.2.0" }, "timestamp": { "type": "string", diff --git a/schemas/testsuiterunfinished.json b/schemas/testsuiterunfinished.json index a81f0987..d7cd1375 100644 --- a/schemas/testsuiterunfinished.json +++ b/schemas/testsuiterunfinished.json @@ -19,9 +19,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.testsuiterun.finished.0.1.0" + "dev.cdevents.testsuiterun.finished.0.2.0" ], - "default": "dev.cdevents.testsuiterun.finished.0.1.0" + "default": "dev.cdevents.testsuiterun.finished.0.2.0" }, "timestamp": { "type": "string", diff --git a/schemas/testsuiterunqueued.json b/schemas/testsuiterunqueued.json index 4fe7d236..f9576a15 100644 --- a/schemas/testsuiterunqueued.json +++ b/schemas/testsuiterunqueued.json @@ -19,9 +19,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.testsuiterun.queued.0.1.0" + "dev.cdevents.testsuiterun.queued.0.2.0" ], - "default": "dev.cdevents.testsuiterun.queued.0.1.0" + "default": "dev.cdevents.testsuiterun.queued.0.2.0" }, "timestamp": { "type": "string", diff --git a/schemas/testsuiterunstarted.json b/schemas/testsuiterunstarted.json index f7cdfd80..4954b6c8 100644 --- a/schemas/testsuiterunstarted.json +++ b/schemas/testsuiterunstarted.json @@ -19,9 +19,9 @@ "type": { "type": "string", "enum": [ - "dev.cdevents.testsuiterun.started.0.1.0" + "dev.cdevents.testsuiterun.started.0.2.0" ], - "default": "dev.cdevents.testsuiterun.started.0.1.0" + "default": "dev.cdevents.testsuiterun.started.0.2.0" }, "timestamp": { "type": "string",