Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #130 from keptn/patch/prepare-0.7.1
Browse files Browse the repository at this point in the history
Set version to 0.7.1
  • Loading branch information
johannes-b authored Sep 2, 2020
2 parents 390cd51 + 5a6c593 commit 408e45a
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Maintained examples are updated with every [Keptn release](https://github.com/ke

|Name | Version | Description |
------------- | ------------- | ------------ |
| **onboard-carts** | [0.7.1](https://github.com/keptn/examples/tree/release-0.7.1) | This example allows to demonstrate the [Keptn tutorials](https://tutorials.keptn.sh). |
| **onboard-carts** | [0.7.0](https://github.com/keptn/examples/tree/release-0.7.0) | This example allows to demonstrate the [Keptn tutorials](https://tutorials.keptn.sh). |
| **onboard-carts** | [0.6.2](https://github.com/keptn/examples/tree/release-0.6.2) | This example allows to demonstrate the [Keptn use cases](https://keptn.sh/docs/0.6.0/usecases/). |
| **onboard-carts** | [0.6.1](https://github.com/keptn/examples/tree/release-0.6.1) | This example allows to demonstrate the [Keptn use cases](https://keptn.sh/docs/0.6.0/usecases/). |
Expand All @@ -24,25 +25,25 @@ You can find the source code of the carts microservice at https://github.com/kep

The following commands will set up a basic load generator for the carts microservice that generates traffic in **all three stages**:

* Keptn 0.7.0
* Keptn 0.7.0, 0.7.1
* Basic (Background traffic)
```console
kubectl apply -f https://raw.githubusercontent.com/keptn/examples/release-0.7.0/load-generation/cartsloadgen/deploy/cartsloadgen-base.yaml
kubectl apply -f https://raw.githubusercontent.com/keptn/examples/release-0.7.1/load-generation/cartsloadgen/deploy/cartsloadgen-base.yaml
```
* More traffic
```console
kubectl apply -f https://raw.githubusercontent.com/keptn/examples/release-0.7.0/load-generation/cartsloadgen/deploy/cartsloadgen-fast.yaml
kubectl apply -f https://raw.githubusercontent.com/keptn/examples/release-0.7.1/load-generation/cartsloadgen/deploy/cartsloadgen-fast.yaml
```
* Faulty item in cart (generates cpu usage)
```console
kubectl apply -f https://raw.githubusercontent.com/keptn/examples/release-0.7.0/load-generation/cartsloadgen/deploy/cartsloadgen-faulty.yaml
kubectl apply -f https://raw.githubusercontent.com/keptn/examples/release-0.7.1/load-generation/cartsloadgen/deploy/cartsloadgen-faulty.yaml
```

### Unleash

|Name | Version | Description |
------------- | ------------- | ------------ |
| **unleash-server** | [0.7.x](https://github.com/keptn/examples/tree/release-0.7.0) | This example allows to demonstrate the [Self-healing with Feature Flags tutorials](https://tutorials.keptn.sh). |
| **unleash-server** | [0.7.x](https://github.com/keptn/examples/tree/release-0.7.1) | This example allows to demonstrate the [Self-healing with Feature Flags tutorials](https://tutorials.keptn.sh). |
| **unleash-server** | [0.6.x](https://github.com/keptn/examples/tree/release-0.6.2) | This example allows to demonstrate the [Self-healing with Feature Flags usecase](https://keptn.sh/docs/0.6.0/usecases/self-healing-with-keptn/dynatrace-unleash/). |

You can find the source of the unleash service at https://github.com/keptn-sockshop/unleash-server
Expand All @@ -51,7 +52,7 @@ You can find the source of the unleash service at https://github.com/keptn-socks

|Name | Version | Description |
------------- | ------------- | ------------ |
| **simplenode** | [0.7.x](https://github.com/keptn/examples/tree/release-0.7.0) | This example is used for some of the [Keptn tutorials](https://tutorials.keptn.sh) |
| **simplenode** | [0.7.x](https://github.com/keptn/examples/tree/release-0.7.1) | This example is used for some of the [Keptn tutorials](https://tutorials.keptn.sh) |
| **simplenode** | [0.6.x](https://github.com/keptn/examples/tree/release-0.6.2) | This example is used for some of the [Keptn tutorials](https://tutorials.keptn.sh) |

More information about this simple node.js based example application can be found here: [Simplenodeservice README](./simplenodeservice/README.md)
Expand Down

0 comments on commit 408e45a

Please sign in to comment.