Skip to content

Commit

Permalink
Increase patch release to 1.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Frittoli <[email protected]>
  • Loading branch information
afrittoli committed Nov 21, 2022
1 parent efc7c84 commit 4fead31
Show file tree
Hide file tree
Showing 35 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ points for metrics.
## CDEvents Specification

The latest release of the specification is
[v0.1.1](https://github.com/cdevents/spec/tree/v0.1.1/spec.md), and you can
[v0.1.2](https://github.com/cdevents/spec/tree/v0.1.2/spec.md), and you can
continuously follow the latest updates of the specification on [the `main`
branch](./spec.md).

Expand Down
2 changes: 1 addition & 1 deletion schemas/artifactpackaged.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://cdevents.dev/0.1.1/schema/artifact-packaged-event",
"$id": "https://cdevents.dev/0.1.2/schema/artifact-packaged-event",
"properties": {
"context": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/artifactpublished.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://cdevents.dev/0.1.1/schema/artifact-published-event",
"$id": "https://cdevents.dev/0.1.2/schema/artifact-published-event",
"properties": {
"context": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/branchcreated.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://cdevents.dev/0.1.1/schema/branch-created-event",
"$id": "https://cdevents.dev/0.1.2/schema/branch-created-event",
"properties": {
"context": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/branchdeleted.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://cdevents.dev/0.1.1/schema/branch-deleted-event",
"$id": "https://cdevents.dev/0.1.2/schema/branch-deleted-event",
"properties": {
"context": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/buildfinished.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://cdevents.dev/0.1.1/schema/build-finished-event",
"$id": "https://cdevents.dev/0.1.2/schema/build-finished-event",
"properties": {
"context": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/buildqueued.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://cdevents.dev/0.1.1/schema/build-queued-event",
"$id": "https://cdevents.dev/0.1.2/schema/build-queued-event",
"properties": {
"context": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/buildstarted.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://cdevents.dev/0.1.1/schema/build-started-event",
"$id": "https://cdevents.dev/0.1.2/schema/build-started-event",
"properties": {
"context": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/changeabandoned.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://cdevents.dev/0.1.1/schema/change-abandoned-event",
"$id": "https://cdevents.dev/0.1.2/schema/change-abandoned-event",
"properties": {
"context": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/changecreated.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://cdevents.dev/0.1.1/schema/change-created-event",
"$id": "https://cdevents.dev/0.1.2/schema/change-created-event",
"properties": {
"context": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/changemerged.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://cdevents.dev/0.1.1/schema/change-merged-event",
"$id": "https://cdevents.dev/0.1.2/schema/change-merged-event",
"properties": {
"context": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/changereviewed.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://cdevents.dev/0.1.1/schema/change-reviewed-event",
"$id": "https://cdevents.dev/0.1.2/schema/change-reviewed-event",
"properties": {
"context": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/changeupdated.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://cdevents.dev/0.1.1/schema/change-updated-event",
"$id": "https://cdevents.dev/0.1.2/schema/change-updated-event",
"properties": {
"context": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/environmentcreated.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://cdevents.dev/0.1.1/schema/environment-created-event",
"$id": "https://cdevents.dev/0.1.2/schema/environment-created-event",
"properties": {
"context": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/environmentdeleted.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://cdevents.dev/0.1.1/schema/environment-deleted-event",
"$id": "https://cdevents.dev/0.1.2/schema/environment-deleted-event",
"properties": {
"context": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/environmentmodified.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://cdevents.dev/0.1.1/schema/environment-modified-event",
"$id": "https://cdevents.dev/0.1.2/schema/environment-modified-event",
"properties": {
"context": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/pipelinerunfinished.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://cdevents.dev/0.1.1/schema/pipeline-run-finished-event",
"$id": "https://cdevents.dev/0.1.2/schema/pipeline-run-finished-event",
"properties": {
"context": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/pipelinerunqueued.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://cdevents.dev/0.1.1/schema/pipeline-run-queued-event",
"$id": "https://cdevents.dev/0.1.2/schema/pipeline-run-queued-event",
"properties": {
"context": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/pipelinerunstarted.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://cdevents.dev/0.1.1/schema/pipeline-run-started-event",
"$id": "https://cdevents.dev/0.1.2/schema/pipeline-run-started-event",
"properties": {
"context": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/repositorycreated.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://cdevents.dev/0.1.1/schema/repository-created-event",
"$id": "https://cdevents.dev/0.1.2/schema/repository-created-event",
"properties": {
"context": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/repositorydeleted.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://cdevents.dev/0.1.1/schema/repository-deleted-event",
"$id": "https://cdevents.dev/0.1.2/schema/repository-deleted-event",
"properties": {
"context": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/repositorymodified.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://cdevents.dev/0.1.1/schema/repository-modified-event",
"$id": "https://cdevents.dev/0.1.2/schema/repository-modified-event",
"properties": {
"context": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/servicedeployed.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://cdevents.dev/0.1.1/schema/service-deployed-event",
"$id": "https://cdevents.dev/0.1.2/schema/service-deployed-event",
"properties": {
"context": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/servicepublished.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://cdevents.dev/0.1.1/schema/service-published-event",
"$id": "https://cdevents.dev/0.1.2/schema/service-published-event",
"properties": {
"context": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/serviceremoved.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://cdevents.dev/0.1.1/schema/service-removed-event",
"$id": "https://cdevents.dev/0.1.2/schema/service-removed-event",
"properties": {
"context": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/servicerolledback.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://cdevents.dev/0.1.1/schema/service-rolledback-event",
"$id": "https://cdevents.dev/0.1.2/schema/service-rolledback-event",
"properties": {
"context": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/serviceupgraded.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://cdevents.dev/0.1.1/schema/service-upgraded-event",
"$id": "https://cdevents.dev/0.1.2/schema/service-upgraded-event",
"properties": {
"context": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/taskrunfinished.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://cdevents.dev/0.1.1/schema/task-run-finished-event",
"$id": "https://cdevents.dev/0.1.2/schema/task-run-finished-event",
"properties": {
"context": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/taskrunstarted.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://cdevents.dev/0.1.1/schema/task-run-started-event",
"$id": "https://cdevents.dev/0.1.2/schema/task-run-started-event",
"properties": {
"context": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/testcasefinished.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://cdevents.dev/0.1.1/schema/test-case-finished-event",
"$id": "https://cdevents.dev/0.1.2/schema/test-case-finished-event",
"properties": {
"context": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/testcasequeued.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://cdevents.dev/0.1.1/schema/test-case-queued-event",
"$id": "https://cdevents.dev/0.1.2/schema/test-case-queued-event",
"properties": {
"context": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/testcasestarted.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://cdevents.dev/0.1.1/schema/test-case-started-event",
"$id": "https://cdevents.dev/0.1.2/schema/test-case-started-event",
"properties": {
"context": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/testsuitefinished.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://cdevents.dev/0.1.1/schema/test-suite-finished-event",
"$id": "https://cdevents.dev/0.1.2/schema/test-suite-finished-event",
"properties": {
"context": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/testsuitestarted.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://cdevents.dev/0.1.1/schema/test-suite-started-event",
"$id": "https://cdevents.dev/0.1.2/schema/test-suite-started-event",
"properties": {
"context": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.1
0.1.2

0 comments on commit 4fead31

Please sign in to comment.