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

Commit 7e1bf7e

Browse files
committed
release 0.3.4 preparation
1 parent 08d9248 commit 7e1bf7e

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ Please always double check the version of Keptn you are using compared to the ve
1717
| Keptn Version | [Prometheus Service Image](https://hub.docker.com/r/keptn/prometheus-service/tags) |
1818
|:----------------:|:----------------------------------------:|
1919
| 0.5.x | keptn/prometheus-service:0.2.0 |
20-
| 0.6.x | keptn/prometheus-service:0.3.0 |
20+
| 0.6.0 | keptn/prometheus-service:0.3.0 |
21+
| 0.6.1 | keptn/prometheus-service:0.3.2 |
22+
| 0.6.2 | keptn/prometheus-service:0.3.4 |
2123
| develop | keptn/prometheus-service:latest |
2224

2325
# Installation

deploy/service.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
spec:
1717
containers:
1818
- name: prometheus-service
19-
image: keptn/prometheus-service:0.3.2
19+
image: keptn/prometheus-service:0.3.4
2020
ports:
2121
- containerPort: 8080
2222
resources:
@@ -66,7 +66,7 @@ spec:
6666
spec:
6767
containers:
6868
- name: distributor
69-
image: keptn/distributor:0.6.0
69+
image: keptn/distributor:0.6.2
7070
ports:
7171
- containerPort: 8080
7272
resources:

releasenotes/releasenotes_v0.3.4.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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+
- 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)
9+
10+
## Known Limitations

0 commit comments

Comments
 (0)