Skip to content

Commit

Permalink
Create release_0.8.0.md
Browse files Browse the repository at this point in the history
  • Loading branch information
grabnerandi authored Mar 19, 2021
1 parent 290c96a commit 0087084
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions releasenotes/release_0.8.0.md
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
```

0 comments on commit 0087084

Please sign in to comment.