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

Commit

Permalink
prepare v0.7.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Bacher <[email protected]>
  • Loading branch information
bacherfl committed Nov 4, 2021
1 parent 97751ff commit fe76e0b
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 280 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Please always double-check the version of Keptn you are using compared to the ve
| 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 |

## Setup Prometheus Monitoring

Expand Down
6 changes: 3 additions & 3 deletions deploy/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,11 @@ spec:
labels:
run: prometheus-service
app.kubernetes.io/name: prometheus-service
app.kubernetes.io/version: 0.7.0
app.kubernetes.io/version: 0.7.1
spec:
containers:
- name: prometheus-service
image: keptncontrib/prometheus-service:0.7.0
image: keptncontrib/prometheus-service:0.7.1
ports:
- containerPort: 8080
resources:
Expand Down Expand Up @@ -178,7 +178,7 @@ spec:
fieldRef:
fieldPath: metadata.namespace
- name: distributor
image: keptn/distributor:0.9.2
image: keptn/distributor:0.10.0
ports:
- containerPort: 8080
resources:
Expand Down
6 changes: 2 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,16 @@ require (
cloud.google.com/go v0.44.1 // indirect
github.com/OneOfOne/xxhash v1.2.5 // indirect
github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878 // indirect
github.com/cloudevents/sdk-go/v2 v2.4.1
github.com/cloudevents/sdk-go/v2 v2.5.0
github.com/evanphx/json-patch v4.5.0+incompatible // indirect
github.com/go-openapi/swag v0.19.14 // indirect
github.com/google/uuid v1.3.0
github.com/googleapis/gnostic v0.3.0 // indirect
github.com/hashicorp/go-immutable-radix v1.1.0 // indirect
github.com/hashicorp/go-msgpack v0.5.5 // indirect
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/hashicorp/serf v0.8.3 // indirect
github.com/kelseyhightower/envconfig v1.4.0
github.com/keptn/go-utils v0.9.0
github.com/lightstep/tracecontext.go v0.0.0-20181129014701-1757c391b1ac // indirect
github.com/keptn/go-utils v0.10.0
github.com/mitchellh/mapstructure v1.2.2 // indirect
github.com/onsi/ginkgo v1.10.2 // indirect
github.com/prometheus/alertmanager v0.21.0
Expand Down
Loading

0 comments on commit fe76e0b

Please sign in to comment.