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

Commit

Permalink
release 0.3.5 preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
bacherfl committed Jul 17, 2020
1 parent 2088a38 commit 01afed9
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ Please always double check the version of Keptn you are using compared to the ve
|:----------------:|:----------------------------------------:|
| 0.5.x | keptn/prometheus-service:0.2.0 |
| 0.6.x | keptn/prometheus-service:0.3.0 |
| develop | keptn/prometheus-service:latest |
| 0.6.1 | keptn/prometheus-service:0.3.2 |
| 0.6.2 | keptn/prometheus-service:0.3.4 |
| 0.7.0 | keptn/prometheus-service:0.3.5 |

# Installation

Expand Down
4 changes: 2 additions & 2 deletions deploy/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ spec:
spec:
containers:
- name: prometheus-service
image: keptn/prometheus-service:latest
image: keptn/prometheus-service:0.3.5
ports:
- containerPort: 8080
resources:
Expand Down Expand Up @@ -249,7 +249,7 @@ spec:
spec:
containers:
- name: distributor
image: keptn/distributor:latest
image: keptn/distributor:0.6.2
ports:
- containerPort: 8080
resources:
Expand Down
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ require (
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/hashicorp/serf v0.8.3 // indirect
github.com/kelseyhightower/envconfig v1.4.0
github.com/keptn/go-utils v0.6.3-0.20200605114920-3fedaaa17fcc
github.com/keptn/go-utils v0.7.0
github.com/keptn/kubernetes-utils v0.1.0
github.com/pierrec/lz4 v2.0.5+incompatible // indirect
github.com/prometheus/common v0.9.1
github.com/prometheus/prometheus v0.0.0-20200326161412-ae041f97cfc6
github.com/prometheus/tsdb v0.10.0 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,8 @@ github.com/keptn/go-utils v0.6.3-0.20200603112854-f7ffea1cffb6 h1:TPiiqB1SvvegBc
github.com/keptn/go-utils v0.6.3-0.20200603112854-f7ffea1cffb6/go.mod h1:aDNFm3olvCZd7AE6/Xyir4g5Mw6E89mjhKt0zoJHC6g=
github.com/keptn/go-utils v0.6.3-0.20200605114920-3fedaaa17fcc h1:f9kY/CQawXAHDtDNynhHstinQEpwpzO2kfp98AXHHkk=
github.com/keptn/go-utils v0.6.3-0.20200605114920-3fedaaa17fcc/go.mod h1:aDNFm3olvCZd7AE6/Xyir4g5Mw6E89mjhKt0zoJHC6g=
github.com/keptn/go-utils v0.7.0 h1:UM9luAcPiptFzzTFl3wWHQ32jr9JD94Hx09LCYktI/s=
github.com/keptn/go-utils v0.7.0/go.mod h1:hf2FU6JFuOzLP5rEAlA1/XnNS28pDZbVfxDESeQsq1g=
github.com/keptn/kubernetes-utils v0.1.0 h1:CJxvb710Dk3bJc5CxnMGdmkiJkcstwq1+h3WIvnt8+E=
github.com/keptn/kubernetes-utils v0.1.0/go.mod h1:YoWRuV28Guz5/mzjo9jVxtMsWAEn0MDXwxK/ScAQlZc=
github.com/kisielk/errcheck v1.1.0/go.mod h1:EZBBE59ingxPouuu3KfxchcWSUPOHkagtvWXihfKN4Q=
Expand Down
12 changes: 12 additions & 0 deletions releasenotes/releasenotes_v0.3.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Release Notes 0.3.5

This version contains minor fixes related to the handling of events coming from the Prometheus Alerting Manager.

## New Features

- Added `ProblemURL to problem event payload` [#1694](https://github.com/keptn/keptn/issues/1694)
- Added required RBAC permissions for prometheus-service

## Fixed Issues

## Known Limitations

0 comments on commit 01afed9

Please sign in to comment.