Releases: keptn-sandbox/monaco-service
Release 0.9.1
Release Notes 0.9.1
Features
- Updates distributor to Keptn 0.9.1
Release 0.8.4
Release Notes 0.8.4
Features
- Updates distributor to Keptn 0.8.4
- Updates Monaco CLI to 1.5.3
Release 0.8.0
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
Release 0.2.1
Release Notes 0.2.1
Fixing issue with referencing configurations
This release fixes an issue that prevented the correct processing of referenced configurations, e.g: when you try to create a dashboard that references a management zone it would have resulted in an error. This is now fixed as described in #5
Passing labels as environment variables
Additionally to KEPTN_PROJECT, KEPTN_STAGE & KEPTN_SERVICE the monaco service now also passes every label that is sent as part of the configuration-changed event as an environment variable. If there is a label with the name createdby
and the value is student123
then this would result in an environment variable KEPTN_LABEL_CREATEDBY=student123
Release 0.2.0
Release Notes 0.2.0
Supporting Monaco Folder Structure
In the initial release of the monaco-service it was mandatory to create a zip archive containing the monaco folder structure with all configuration files.
With this release we support the regular folder structure as part of your Keptn Configuration Repo. Simply upload your projects folder, sub projects and configuration folders as you would do when using monaco standalone.
Have a look at the readme for an example
Updating to Monaco CLI 1.1.0
This release also upgrades the monaco CLI that is installed in this container to version 1.1.0 which is the current version as of this release
Release 0.1.0
Initial release of the monaco-service for keptn.
Please see the readme for more information.