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

Commit 65161ee

Browse files
committed
release 0.3.2
1 parent b66891f commit 65161ee

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed

deploy/service.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ spec:
1616
spec:
1717
containers:
1818
- name: prometheus-service
19-
image: keptn/prometheus-service:latest
19+
image: keptn/prometheus-service:0.3.2
2020
ports:
2121
- containerPort: 8080
2222
resources:
2323
requests:
2424
memory: "32Mi"
2525
cpu: "50m"
2626
limits:
27-
memory: "128Mi"
27+
memory: "256Mi"
2828
cpu: "500m"
2929
env:
3030
- name: CONFIGURATION_SERVICE
@@ -66,7 +66,7 @@ spec:
6666
spec:
6767
containers:
6868
- name: distributor
69-
image: keptn/distributor:latest
69+
image: keptn/distributor:0.6.0
7070
ports:
7171
- containerPort: 8080
7272
resources:

releasenotes/releasenotes_V0.3.2.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Release Notes 0.3.2
2+
3+
This version contains minor fixes related to the handling of events coming from the Prometheus Alerting Manager.
4+
5+
## New Features
6+
7+
## Fixed Issues
8+
9+
- 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)
10+
11+
## Known Limitations

releasenotes/releasenotes_develop.md

-7
This file was deleted.

0 commit comments

Comments
 (0)