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

Commit

Permalink
build(release): Prepare 0.7.2 release (#223)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kreuzberger <[email protected]>
  • Loading branch information
christian-kreuzberger-dtx authored Dec 14, 2021
1 parent de93089 commit abebaf4
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 62 deletions.
32 changes: 17 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,23 @@ 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/keptncontrib/prometheus-service/tags) |
|:----------------:|:----------------------------------------:|
| 0.5.x | keptncontrib/prometheus-service:0.2.0 |
| 0.6.x | keptncontrib/prometheus-service:0.3.0 |
| 0.6.1 | keptncontrib/prometheus-service:0.3.2 |
| 0.6.2 | keptncontrib/prometheus-service:0.3.4 |
| 0.7.0, 0.7.1 | keptncontrib/prometheus-service:0.3.5 |
| 0.7.2 | keptncontrib/prometheus-service:0.3.6 |
| 0.8.0-alpha | keptncontrib/prometheus-service:0.4.0-alpha |
| 0.8.0 | keptncontrib/prometheus-service:0.4.0 |
| 0.8.1, 0.8.2 | keptncontrib/prometheus-service:0.5.0 |
| 0.8.1 - 0.8.3 | keptncontrib/prometheus-service:0.6.0 |
| 0.8.4 - 0.8.7 | keptncontrib/prometheus-service:0.6.1 |
| 0.9.0 | keptncontrib/prometheus-service:0.6.2 |
| 0.9.0 - 0.9.2 | keptncontrib/prometheus-service:0.7.0 |
| 0.10.0 | keptncontrib/prometheus-service:0.7.1 |
|:----------------:|:-----------------------------------------------------------------------------------------:|
| 0.5.x | keptncontrib/prometheus-service:0.2.0 |
| 0.6.x | keptncontrib/prometheus-service:0.3.0 |
| 0.6.1 | keptncontrib/prometheus-service:0.3.2 |
| 0.6.2 | keptncontrib/prometheus-service:0.3.4 |
| 0.7.0, 0.7.1 | keptncontrib/prometheus-service:0.3.5 |
| 0.7.2 | keptncontrib/prometheus-service:0.3.6 |
| 0.8.0-alpha | keptncontrib/prometheus-service:0.4.0-alpha |
| 0.8.0 | keptncontrib/prometheus-service:0.4.0 |
| 0.8.1, 0.8.2 | keptncontrib/prometheus-service:0.5.0 |
| 0.8.1 - 0.8.3 | keptncontrib/prometheus-service:0.6.0 |
| 0.8.4 - 0.8.7 | keptncontrib/prometheus-service:0.6.1 |
| 0.9.0 | keptncontrib/prometheus-service:0.6.2 |
| 0.9.0 - 0.9.2 | keptncontrib/prometheus-service:0.7.0 |
| 0.10.0 | keptncontrib/prometheus-service:0.7.1 |
| 0.10.0 | keptncontrib/prometheus-service:0.7.2 |


## Installation instructions

Expand Down
44 changes: 44 additions & 0 deletions deploy/role.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: keptn-prometheus-service
rules:
- apiGroups:
- ""
resources:
- services
- configmaps
verbs:
- get
- create
- update
- apiGroups:
- ""
resources:
- pods
verbs:
- get
- create
- update
- delete
- apiGroups:
- "apps"
resources:
- deployments
verbs:
- create
- update
- get
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: keptn-prometheus-service
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
name: keptn-prometheus-service
subjects:
- kind: ServiceAccount
name: keptn-prometheus-service
namespace: keptn
49 changes: 2 additions & 47 deletions deploy/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,51 +5,6 @@ metadata:
namespace: keptn
---
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: keptn-prometheus-service
rules:
- apiGroups:
- ""
resources:
- services
- configmaps
verbs:
- get
- create
- update
- apiGroups:
- ""
resources:
- pods
verbs:
- get
- create
- update
- delete
- apiGroups:
- "apps"
resources:
- deployments
verbs:
- create
- update
- get
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: keptn-prometheus-service
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
name: keptn-prometheus-service
subjects:
- kind: ServiceAccount
name: keptn-prometheus-service
namespace: keptn
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: keptn-create-prom-clusterrole
Expand Down Expand Up @@ -175,11 +130,11 @@ spec:
labels:
run: prometheus-service
app.kubernetes.io/name: prometheus-service
app.kubernetes.io/version: 0.7.1
app.kubernetes.io/version: 0.7.2
spec:
containers:
- name: prometheus-service
image: keptncontrib/prometheus-service:0.7.1
image: keptncontrib/prometheus-service:0.7.2
ports:
- containerPort: 8080
resources:
Expand Down

0 comments on commit abebaf4

Please sign in to comment.