Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Releases: keptn-contrib/dynatrace-service

0.6.0

22 Jan 13:24
5eb141b
Compare
Choose a tag to compare

Release Notes 0.6.0

New Features

  • Use Dynatrace Service to set up Dynatrace OneAgent, Management Zones, Dashboards, Auto Tagging Rules and Problem Notifications #443
  • Automatically create Keptn-specific alerting profile in Dynatrace #1281
  • Receive Dynatrace problem notifications and send convert them to a Keptn-internal sh.keptn.event.problem.open event () #1185

Fixed Issues

Known Limitations

  • When using Container-Optimized OS (COS) based GKE clusters, the deployed OneAgent has to be updated after the installation of Dynatrace

0.5.0

05 Dec 11:41
3366215
Compare
Choose a tag to compare

Release Notes 0.5.0

New Features

Fixed Issues

  • Adapted to changes in evaluation-done event payload #1177
  • Added score to description of evaluation-done event #1193

Known Limitations

0.4.0

21 Nov 12:28
34b221c
Compare
Choose a tag to compare

Release Notes 0.4.0

New Features

  • Change auto-tagging rules to use CUSTOM_PROP #1110
  • Provide deploy Dynatrace script for PKS #5

Fixed Issues

  • Fixed wrong path for event endpoint #878
  • Removed hard-coded dependency to keptn event type #997

0.3.1

04 Oct 16:03
b85f24c
Compare
Choose a tag to compare

Release Notes 0.3.1

New Features

  • Added DT-rule to mark test subject #422

0.3.0

16 Sep 14:50
603feaa
Compare
Choose a tag to compare

Release Notes 0.3.0

New Features

  • Use new logging format #535
  • Minor changes in installation scripts

Fixed Issues

Known Limitations

0.2.0

25 Jul 08:13
8e10609
Compare
Choose a tag to compare

Release Notes 0.2.0

New Features

  • Change of deployment and service manifest from Knative to Kubernetes resources #517
  • Pull operator image for openshift from quay.io #470

Fixed Issues

  • Fixed adherence to cloud events: Changed datacontenttype to contenttype #405

0.1.2

28 Jun 12:44
b6ccdd3
Compare
Choose a tag to compare

Release Notes 0.1.2

New Features

  • Contains now the scripts to deploy the Dynatrace OneAgent Operator

Known Limitations

For OpenShift, the script to deploy the Dynatrace OneAgent Operator pins the OneAgent Operator to v0.3.1 instead of using the latest release version per default.

0.1.1

29 May 11:25
Compare
Choose a tag to compare

Release Notes 0.1.1

Features

  • Set visibility of the service to cluster-local to not make it accessible from the outside #396

0.1.0

15 May 10:26
b35be78
Compare
Choose a tag to compare

Release Notes 0.1.0

Release Goal

This service sends information about the current state of a pipeline run for a service to Dynatrace by sending events for the correlating detected service.
The service is subscribed to the following keptn events:

  • sh.keptn.events.deployment-finished
    When an event of this type is received, a Deployment Info event is sent to Dynatrace, indicating that a new version of a service has been deployed. Additionally, a Custom Info event is sent, which marks the start of a test run execution for this service.
    NOTE: It's planned to have an additional keptn event in later releases to better determine the exact time of the test run execution.
  • sh.keptn.events.tests-finished
    Receiving this event causes a Custom Info event to be sent to Dynatrace. This event marks the end of a test run execution in Dynatrace.
  • sh.keptn.events.evaluation-done
    Receiving this event causes a Custom Info event to be sent to Dynatrace. This event indicates wether an artifact will be promoted to the next stage (i.e., the tests were successful), or if it is rejected.