From 8a70530cb2d69d1035cc3e5b0d3c60527ab29d1c Mon Sep 17 00:00:00 2001 From: Christian Kreuzberger Date: Tue, 4 May 2021 13:43:06 +0200 Subject: [PATCH] Compatibility with Keptn 0.8.2 Signed-off-by: Christian Kreuzberger --- README.md | 2 +- deploy/service.yaml | 4 ++-- releasenotes/releasenotes_V0.1.2.md | 13 +++++++++++++ 3 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 releasenotes/releasenotes_V0.1.2.md diff --git a/README.md b/README.md index 7adbda2..d0c27c8 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ This service reacts on the following Keptn CloudEvents (see [deploy/service.yaml To deploy the current version of the *locust-service* in your Keptn Kubernetes cluster, run ```console -kubectl apply -f https://raw.githubusercontent.com/keptn-sandbox/locust-service/release-0.1.1/deploy/service.yaml -n keptn +kubectl apply -f https://raw.githubusercontent.com/keptn-sandbox/locust-service/release-0.1.2/deploy/service.yaml -n keptn ``` This will install the `locust-service` into the `keptn` namespace, which you can verify using: diff --git a/deploy/service.yaml b/deploy/service.yaml index 99d92a5..91facb8 100644 --- a/deploy/service.yaml +++ b/deploy/service.yaml @@ -17,14 +17,14 @@ spec: spec: containers: - name: locust-service - image: keptnsandbox/locust-service:0.1.1 + image: keptnsandbox/locust-service:0.1.2 ports: - containerPort: 8080 env: - name: CONFIGURATION_SERVICE value: 'http://configuration-service:8080' - name: distributor - image: keptn/distributor:0.8.1 + image: keptn/distributor:0.8.2 livenessProbe: httpGet: path: /health diff --git a/releasenotes/releasenotes_V0.1.2.md b/releasenotes/releasenotes_V0.1.2.md new file mode 100644 index 0000000..171bdb2 --- /dev/null +++ b/releasenotes/releasenotes_V0.1.2.md @@ -0,0 +1,13 @@ +# Release Notes v0.1.2 + +Compatibility for Keptn 0.8.2. + +## New Features + +- Use `keptn/distributor:0.8.2` instead of 0.8.1 + + +## Fixed Issues + +## Known Limitations +