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

Commit

Permalink
build: merge pull request #984 from keptn-contrib/release-0.26
Browse files Browse the repository at this point in the history
docs: release 0.26.0

Signed-off-by: Joerg Poecher <[email protected]>
  • Loading branch information
j-poecher authored Dec 21, 2022
2 parents 9dc318b + 36613ca commit 32824c7
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

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.26.0](https://github.com/keptn-contrib/dynatrace-service/compare/0.25.0...0.26.0) (2022-12-21)

### Release validated with
| Dynatrace-service: `0.26.0` | Keptn: `0.19.3` | Dynatrace: `1.256` |
|---|---|---|


### Bug Fixes

* Disallow duplicate SLI names and display names for dashboard SLIs ([#969](https://github.com/keptn-contrib/dynatrace-service/issues/969)) ([ec26fb8](https://github.com/keptn-contrib/dynatrace-service/commit/ec26fb8e674f1c4c00b1f4249cf5a35d7d77c081))
* Support display units for metrics with `Count` and `Unspecified` units ([#971](https://github.com/keptn-contrib/dynatrace-service/issues/971)) ([6da09cc](https://github.com/keptn-contrib/dynatrace-service/commit/6da09cc27797b44675d6429224526329e0f42666))
* Warnings from informational SLOs should not affect overall result of `get-sli.finished` events ([#974](https://github.com/keptn-contrib/dynatrace-service/issues/974)) ([dc9b415](https://github.com/keptn-contrib/dynatrace-service/commit/dc9b41542fe670471e5a23911045913bb2a13e45))


### Other

* release 0.26.0 ([#983](https://github.com/keptn-contrib/dynatrace-service/issues/983)) ([4d5991f](https://github.com/keptn-contrib/dynatrace-service/commit/4d5991f87889a9f0cd64818baf3f0603d3acb80c))
* Remove automatic problem remediation SLI and SLO from `get-sli.triggered` handler ([#973](https://github.com/keptn-contrib/dynatrace-service/issues/973)) ([3d9f666](https://github.com/keptn-contrib/dynatrace-service/commit/3d9f6660bfabdcdd15585e10d054404deca6aec2))
* Update tests for errors in get-sli.triggered handling ([#980](https://github.com/keptn-contrib/dynatrace-service/issues/980)) ([9dc318b](https://github.com/keptn-contrib/dynatrace-service/commit/9dc318b8676b9ee63a18d179f5871c26b8b5aa2e))

## [0.25.0](https://github.com/keptn-contrib/dynatrace-service/compare/0.24.0...0.25.0) (2022-11-15)

### 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.25.0` | Keptn: `0.19.3` | Dynatrace: `1.254` |
| Dynatrace-service: `0.26.0` | Keptn: `0.19.3` | Dynatrace: `1.256` |


## Overview
Expand Down
1 change: 1 addition & 0 deletions documentation/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ With each release, the dynatrace-service is tested and verified to work with a r
| `0.23.0` | `0.16.1` | `1.245` |
| `0.24.0` | `0.19.1` | `1.252` |
| `0.25.0` | `0.19.3` | `1.254` |
| `0.26.0` | `0.19.3` | `1.256` |
2 changes: 1 addition & 1 deletion x-release-please-version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"x-release-please-version": "0.25.0"
"x-release-please-version": "0.26.0"
}

0 comments on commit 32824c7

Please sign in to comment.