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 #1043 from keptn-contrib/release-0.27
Browse files Browse the repository at this point in the history
build: merge release 0.27.2


Signed-off-by: Joerg Poecher <j-poecher@users.noreply.github.com>
  • Loading branch information
j-poecher authored Nov 28, 2023
2 parents 92d8478 + 5fa065b commit 0514655
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.2](https://github.com/keptn-contrib/dynatrace-service/compare/0.27.1...0.27.2) (2023-11-27)

### Release validated with
| Dynatrace-service: `0.27.2` | Keptn: `1.4.4` | Dynatrace: `1.279` |
|---|---|---|


### Bug Fixes

* update golang docker tag to v1.20.11 ([abe89b8](https://github.com/keptn-contrib/dynatrace-service/commit/abe89b864b0412c22d7cde71fa3750aa69661cef))

### Dependencies
* lots of dependency updates

## [0.27.1](https://github.com/keptn-contrib/dynatrace-service/compare/0.27.0...0.27.1) (2023-07-31)

### Release validated with
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Use the offical Golang image to create a build artifact.
# This is based on Debian and sets the GOPATH to /go.
# https://hub.docker.com/_/golang
FROM golang:1.20.10 as builder
FROM golang:1.20.11 as builder

ARG version=develop

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.27.1` | Keptn: `1.4.0` | Dynatrace: `1.271` |
| Dynatrace-service: `0.27.2` | Keptn: `1.4.4` | Dynatrace: `1.279` |


## Overview
Expand Down
1 change: 1 addition & 0 deletions documentation/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ With each release, the dynatrace-service is tested and verified to work with a r
| `0.26.0` | `0.19.3` | `1.256` |
| `0.27.0` | `1.2.0` | `1.260` |
| `0.27.1` | `1.4.0` | `1.271` |
| `0.27.2` | `1.4.4` | `1.279` |
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.27.1"
"x-release-please-version": "0.27.2"
}

0 comments on commit 0514655

Please sign in to comment.