You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update all events, close -draft versions:
- ls examples | while read aa; do sp="$(echo ${aa%.*} | tr "_" ".")"; ./tools/event-version.sh -u $sp -e; done
Update the spec script to handle the custom events schema.
Update the spec:
- ./tools/spec-release.sh -e
Remove a couple of references to "-draft" versions from the
links.md document.
Signed-off-by: Andrea Frittoli <andrea.frittoli@gmail.com>
@@ -161,7 +161,7 @@ This event represents the removal of a previously deployed service instance and
161
161
162
162
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.
@@ -117,7 +117,7 @@ This event is usually produced by the build system. If an SBOM URI is available
117
117
The event represents an artifact that has been signed. The signature is included in the events itself.
118
118
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.
@@ -80,7 +80,7 @@ This event represents an incident that has been detected by a system or human.
80
80
81
81
This event represents an incident that has been reported through a ticketing system. Compared to the `detected` predicated, it introduces a ticket URI.
0 commit comments