From be2c99cb7786b3f8e25e4752c825cb1ac8d38b05 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 09:31:23 +0200 Subject: [PATCH] build: release 0.27.1 (#1017) * build: release 0.27.1 Signed-off-by: Keptn Contrib Bot * chore: add special version bumps Signed-off-by: Keptn Contrib Bot --------- Signed-off-by: Keptn Contrib Bot Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Keptn Contrib Bot --- CHANGELOG.md | 11 +++++++++++ README.md | 2 +- documentation/compatibility.md | 1 + x-release-please-version.json | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d60b51105..1e32c61b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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.27.1](https://github.com/keptn-contrib/dynatrace-service/compare/0.27.0...0.27.1) (2023-07-31) + +### Release validated with + | Dynatrace-service: `0.27.1` | Keptn: `1.4.0` | Dynatrace: `1.271` | + |---|---|---| + + +### Bug Fixes + +* add override for google.golang.org/protobuf v1.30.0 ([#1016](https://github.com/keptn-contrib/dynatrace-service/issues/1016)) ([8ab4eb9](https://github.com/keptn-contrib/dynatrace-service/commit/8ab4eb9ed29ff871776c42bab71a4fe585527182)) + ## [0.27.0](https://github.com/keptn-contrib/dynatrace-service/compare/0.26.0...0.27.0) (2023-02-23) ### Release validated with diff --git a/README.md b/README.md index 5efb22b37..cade21734 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ |||| |---|---|---| -| Dynatrace-service: `0.27.0` | Keptn: `1.2.0` | Dynatrace: `1.260` | +| Dynatrace-service: `0.27.1` | Keptn: `1.4.0` | Dynatrace: `1.271` | ## Overview diff --git a/documentation/compatibility.md b/documentation/compatibility.md index 9473ad8ef..fff380aac 100644 --- a/documentation/compatibility.md +++ b/documentation/compatibility.md @@ -14,3 +14,4 @@ With each release, the dynatrace-service is tested and verified to work with a r | `0.25.0` | `0.19.3` | `1.254` | | `0.26.0` | `0.19.3` | `1.256` | | `0.27.0` | `1.2.0` | `1.260` | +| `0.27.1` | `1.4.0` | `1.271` | diff --git a/x-release-please-version.json b/x-release-please-version.json index cc955ab90..b3cc0b94a 100644 --- a/x-release-please-version.json +++ b/x-release-please-version.json @@ -1,4 +1,4 @@ { - "x-release-please-version": "0.27.0" + "x-release-please-version": "0.27.1" }