Skip to content

Commit

Permalink
Merge pull request #32 from keptn-sandbox/release-0.1.2
Browse files Browse the repository at this point in the history
Release 0.1.2 (Compat with Keptn 0.8.2)
  • Loading branch information
christian-kreuzberger-dtx authored May 4, 2021
2 parents fe91e80 + 8a70530 commit 3bfecb1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions deploy/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 13 additions & 0 deletions releasenotes/releasenotes_V0.1.2.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3bfecb1

Please sign in to comment.