This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
Releases: keptn-contrib/dynatrace-service
Releases · keptn-contrib/dynatrace-service
0.6.0
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
0.4.0
0.3.1
0.3.0
0.2.0
0.1.2
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
0.1.0
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.