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.4 preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
bacherfl committed Jun 4, 2020
1 parent 08d9248 commit 7e1bf7e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ Please always double check the version of Keptn you are using compared to the ve
| Keptn Version | [Prometheus Service Image](https://hub.docker.com/r/keptn/prometheus-service/tags) |
|:----------------:|:----------------------------------------:|
| 0.5.x | keptn/prometheus-service:0.2.0 |
| 0.6.x | keptn/prometheus-service:0.3.0 |
| 0.6.0 | keptn/prometheus-service:0.3.0 |
| 0.6.1 | keptn/prometheus-service:0.3.2 |
| 0.6.2 | keptn/prometheus-service:0.3.4 |
| develop | keptn/prometheus-service:latest |

# Installation
Expand Down
4 changes: 2 additions & 2 deletions deploy/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: prometheus-service
image: keptn/prometheus-service:0.3.2
image: keptn/prometheus-service:0.3.4
ports:
- containerPort: 8080
resources:
Expand Down Expand Up @@ -66,7 +66,7 @@ spec:
spec:
containers:
- name: distributor
image: keptn/distributor:0.6.0
image: keptn/distributor:0.6.2
ports:
- containerPort: 8080
resources:
Expand Down
10 changes: 10 additions & 0 deletions releasenotes/releasenotes_v0.3.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Release Notes 0.3.2

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

## New Features

## Fixed Issues
- Discontinued use of deprecated `apps/v1beta1` Kubernetes API. Prometheus Deployments are now created with the `apps/v1` API [#51](https://github.com/keptn-contrib/prometheus-service/issues/51)

## Known Limitations

0 comments on commit 7e1bf7e

Please sign in to comment.