diff --git a/README.md b/README.md index fbffc61..7adbda2 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.0/deploy/service.yaml -n keptn +kubectl apply -f https://raw.githubusercontent.com/keptn-sandbox/locust-service/release-0.1.1/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 6511d79..99d92a5 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.0 + image: keptnsandbox/locust-service:0.1.1 ports: - containerPort: 8080 env: - name: CONFIGURATION_SERVICE value: 'http://configuration-service:8080' - name: distributor - image: keptn/distributor:0.8.0 + image: keptn/distributor:0.8.1 livenessProbe: httpGet: path: /health diff --git a/releasenotes/releasenotes_V0.1.1.md b/releasenotes/releasenotes_V0.1.1.md new file mode 100644 index 0000000..bdcf338 --- /dev/null +++ b/releasenotes/releasenotes_V0.1.1.md @@ -0,0 +1,13 @@ +# Release Notes v0.1.1 + +Compatibility for Keptn 0.8.1. + +## New Features + +- Use `keptn/distributor:0.8.1` instead of 0.8.0 + + +## Fixed Issues + +## Known Limitations +