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

Commit

Permalink
build: release 0.22.0
Browse files Browse the repository at this point in the history
Signed-off-by: Keptn Contrib Bot <[email protected]>
  • Loading branch information
keptn-contrib-bot committed Mar 23, 2022
1 parent 461ec35 commit 6d86e52
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 2 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,38 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.22.0](https://github.com/keptn-contrib/dynatrace-service/compare/0.21.0...0.22.0) (2022-03-23)

### Release validated with
| Dynatrace-service: `0.22.0` | Keptn: `0.12.6` | Dynatrace: `1.235` |
|---|---|---|


### Features

* Improve handling of SLI queries that don't produce a single value ([#733](https://github.com/keptn-contrib/dynatrace-service/issues/733)) ([0c4208c](https://github.com/keptn-contrib/dynatrace-service/commit/0c4208c15b6acf2fa076ae5f477527b8af1cdee1))


### Bug Fixes

* Delay calls to Dynatrace APIs such that required data is available ([#723](https://github.com/keptn-contrib/dynatrace-service/issues/723)) ([05467e8](https://github.com/keptn-contrib/dynatrace-service/commit/05467e80b0eb87a7f0e621580cfa3236663819bd))
* Explicitly use tile properties to derive SLO definitions ([#747](https://github.com/keptn-contrib/dynatrace-service/issues/747)) ([9a4a27b](https://github.com/keptn-contrib/dynatrace-service/commit/9a4a27b458274ca3c4e83e4e5b5eb15367e26415))
* Remove helm chart option for optional dynatrace-service container deployment ([#720](https://github.com/keptn-contrib/dynatrace-service/issues/720)) ([4096213](https://github.com/keptn-contrib/dynatrace-service/commit/409621374c9232c6699bce52dae3718621090d09))
* Return an error if multiple dashboards match query ([#743](https://github.com/keptn-contrib/dynatrace-service/issues/743)) ([d390219](https://github.com/keptn-contrib/dynatrace-service/commit/d3902198c4552a0e6c4713d79ce727416e81296a))


### Other

* Update CI badge ([dfc3a89](https://github.com/keptn-contrib/dynatrace-service/commit/dfc3a899c2ff67a9336e7aa44dfed580bd9d0327))
* Update CODEOWNERS ([b6d06ff](https://github.com/keptn-contrib/dynatrace-service/commit/b6d06ff72e8396c626dfef5913355a2f600b9740))


### Docs

* Add cross-links to `dashboard` entry in `dynatrace/dynatrace.conf.yaml` ([#727](https://github.com/keptn-contrib/dynatrace-service/issues/727)) ([c68e604](https://github.com/keptn-contrib/dynatrace-service/commit/c68e6049ec225f1f6631f75183b57a31351f00bf))
* Add initial troubleshooting guide to documentation ([#726](https://github.com/keptn-contrib/dynatrace-service/issues/726)) ([dd34da4](https://github.com/keptn-contrib/dynatrace-service/commit/dd34da41c5211d361d36279d59b7a2b5892b2300))
* Improve troubleshooting content for evaluation failed ([#734](https://github.com/keptn-contrib/dynatrace-service/issues/734)) ([4fbd86a](https://github.com/keptn-contrib/dynatrace-service/commit/4fbd86a28d861ddb01e986ea6d063680d6dbd271))

## [0.21.0](https://github.com/keptn-contrib/dynatrace-service/compare/0.20.0...0.21.0) (2022-02-21)

### Release validated with
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

||||
|---|---|---|
| Dynatrace-service: `0.21.0` | Keptn: `0.12.2` | Dynatrace: `1.234` |
| Dynatrace-service: `0.22.0` | Keptn: `0.12.6` | Dynatrace: `1.235` |

## Overview

Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.21.0
0.22.0
1 change: 1 addition & 0 deletions documentation/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ With each release, the dynatrace-service is tested and verified to work with a r
| `0.19.0` | `0.11.3` | `1.232` |
| `0.20.0` | `0.11.4` | `1.233` |
| `0.21.0` | `0.12.2` | `1.234` |
| `0.22.0` | `0.12.6` | `1.235` |

0 comments on commit 6d86e52

Please sign in to comment.