Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions continuous-deployment-pipeline-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ The term Environment represent any platform which has all the means to run a Ser
- __Environment Created__: an environment has been created and it can be used to deploy Services
- __Environment Modified__: an environment has been modified, this event advertise the changes made in the environment
- __Environment Deleted__: an environment has been deleted and cannot longer be used
- __Service Deployed__: a new instance of the Service has been deployed
- __Service Deployed__: a new instance of the Service has been created but isn't yet exposed/ready for consumption. eg. the external IP from LB is not yet assigned
- __Service Upgraded__: an existing instance of a Service has been upgraded to a new version
- __Service Rolledback__: an existing instance of a Service has been rolledback to a previous version
- __Service Removed__: an existing instance of a Service has been terminated an it is not longer present in an environment
- __Service Removed__: an existing instance of a Service has been terminated an it is no longer present in an environment
- __Service Published__: an existing instance of a Service 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.

Continuous Deployment Events MUST include the following attributes:

Expand Down