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.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bacherfl committed Mar 16, 2020
1 parent b66891f commit 65161ee
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
6 changes: 3 additions & 3 deletions deploy/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ spec:
spec:
containers:
- name: prometheus-service
image: keptn/prometheus-service:latest
image: keptn/prometheus-service:0.3.2
ports:
- containerPort: 8080
resources:
requests:
memory: "32Mi"
cpu: "50m"
limits:
memory: "128Mi"
memory: "256Mi"
cpu: "500m"
env:
- name: CONFIGURATION_SERVICE
Expand Down Expand Up @@ -66,7 +66,7 @@ spec:
spec:
containers:
- name: distributor
image: keptn/distributor:latest
image: keptn/distributor:0.6.0
ports:
- containerPort: 8080
resources:
Expand Down
11 changes: 11 additions & 0 deletions releasenotes/releasenotes_V0.3.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 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

- Don't generate `sh.keptn.events.problem.open` events from alerts with the state `resolved` [#40](https://github.com/keptn-contrib/prometheus-service/issues/40)

## Known Limitations
7 changes: 0 additions & 7 deletions releasenotes/releasenotes_develop.md

This file was deleted.

0 comments on commit 65161ee

Please sign in to comment.