Skip to content

Commit

Permalink
fixup! update(schemas): add new field chain_id to context
Browse files Browse the repository at this point in the history
Signed-off-by: benjamin-j-powell <[email protected]>
  • Loading branch information
benjamin-j-powell committed Nov 5, 2023
1 parent a64ffa8 commit d3a6848
Show file tree
Hide file tree
Showing 39 changed files with 78 additions and 78 deletions.
4 changes: 2 additions & 2 deletions schemas/artifactpackaged.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions schemas/artifactpublished.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions schemas/artifactsigned.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions schemas/branchcreated.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions schemas/branchdeleted.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions schemas/buildfinished.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions schemas/buildqueued.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions schemas/buildstarted.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions schemas/changeabandoned.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions schemas/changecreated.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions schemas/changemerged.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions schemas/changereviewed.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions schemas/changeupdated.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions schemas/environmentcreated.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions schemas/environmentdeleted.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions schemas/environmentmodified.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions schemas/incidentdetected.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions schemas/incidentreported.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions schemas/incidentresolved.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions schemas/pipelinerunfinished.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions schemas/pipelinerunqueued.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions schemas/pipelinerunstarted.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions schemas/repositorycreated.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions schemas/repositorydeleted.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions schemas/repositorymodified.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions schemas/servicedeployed.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions schemas/servicepublished.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions schemas/serviceremoved.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions schemas/servicerolledback.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions schemas/serviceupgraded.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions schemas/taskrunfinished.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions schemas/taskrunstarted.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions schemas/testcaserunfinished.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading

0 comments on commit d3a6848

Please sign in to comment.