Skip to content

Commit 947e7d1

Browse files
committed
Prepare for release v0.2.0
Release incident events to 0.1.0. Release the spec to 0.2.0. Update schemas, examples and markdown to the new versions. Extend the release script to handle example files too. Signed-off-by: Andrea Frittoli <andrea.frittoli@gmail.com>
1 parent 2ae0546 commit 947e7d1

45 files changed

Lines changed: 66 additions & 56 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

cloudevents-binding.md

Lines changed: 1 addition & 1 deletion

continuous-operations.md

Lines changed: 3 additions & 3 deletions

examples/incidentdetected.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"context": {
3-
"version": "0.2.0-draft",
3+
"version": "0.2.0",
44
"id": "F4BD2B55-B6F6-4F44-AF72-BD2D0E7A8708",
55
"source": "/monitoring/prod1",
6-
"type": "dev.cdevents.incident.detected.0.1.0-draft",
6+
"type": "dev.cdevents.incident.detected.0.1.0",
77
"timestamp": "2022-11-11T13:52:20.079Z"
88
},
99
"subject": {

examples/incidentreported.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"context": {
3-
"version": "0.2.0-draft",
3+
"version": "0.2.0",
44
"id": "F4BD2B55-B6F6-4F44-AF72-BD2D0E7A8708",
55
"source": "/monitoring/prod1",
6-
"type": "dev.cdevents.incident.reported.0.1.0-draft",
6+
"type": "dev.cdevents.incident.reported.0.1.0",
77
"timestamp": "2022-11-11T13:52:20.079Z"
88
},
99
"subject": {

examples/incidentresolved.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"context": {
3-
"version": "0.2.0-draft",
3+
"version": "0.2.0",
44
"id": "F4BD2B55-B6F6-4F44-AF72-BD2D0E7A8708",
55
"source": "/monitoring/prod1",
6-
"type": "dev.cdevents.incident.resolved.0.1.0-draft",
6+
"type": "dev.cdevents.incident.resolved.0.1.0",
77
"timestamp": "2022-11-11T13:52:20.079Z"
88
},
99
"subject": {

schemas/artifactpackaged.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://cdevents.dev/0.2.0-draft/schema/artifact-packaged-event",
3+
"$id": "https://cdevents.dev/0.2.0/schema/artifact-packaged-event",
44
"properties": {
55
"context": {
66
"properties": {

schemas/artifactpublished.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://cdevents.dev/0.2.0-draft/schema/artifact-published-event",
3+
"$id": "https://cdevents.dev/0.2.0/schema/artifact-published-event",
44
"properties": {
55
"context": {
66
"properties": {

schemas/branchcreated.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://cdevents.dev/0.2.0-draft/schema/branch-created-event",
3+
"$id": "https://cdevents.dev/0.2.0/schema/branch-created-event",
44
"properties": {
55
"context": {
66
"properties": {

schemas/branchdeleted.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://cdevents.dev/0.2.0-draft/schema/branch-deleted-event",
3+
"$id": "https://cdevents.dev/0.2.0/schema/branch-deleted-event",
44
"properties": {
55
"context": {
66
"properties": {

schemas/buildfinished.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://cdevents.dev/0.2.0-draft/schema/build-finished-event",
3+
"$id": "https://cdevents.dev/0.2.0/schema/build-finished-event",
44
"properties": {
55
"context": {
66
"properties": {

0 commit comments

Comments
 (0)