-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
290c96a
commit 0087084
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Release Notes 0.8.1 | ||
|
||
This release allows you to use the Monaco Service with Keptn 0.8. | ||
No additional features have been added. It was just lifted to support Keptn 0.8 and the new eventing | ||
|
||
To use it with Keptn 0.8 simply add a "monaco" task to your sequence. Here is an example shipyard for Quality Gates where monaco will be called before the quality gates are evaluated | ||
``` | ||
apiVersion: "spec.keptn.sh/0.2.0" | ||
kind: "Shipyard" | ||
metadata: | ||
name: "shipyard-quality-gates" | ||
spec: | ||
stages: | ||
- name: "quality-gate" | ||
sequences: | ||
- name: evaluation | ||
tasks: | ||
- name: monaco | ||
- name: evaluation | ||
``` |