From 5a6c5937307b0d2d8fef97b3e19d6e88a5e5e3bd Mon Sep 17 00:00:00 2001 From: Johannes Date: Wed, 2 Sep 2020 10:25:35 +0200 Subject: [PATCH] Set version to 0.7.1 --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a5f8d04..0cccd77 100644 --- a/README.md +++ b/README.md @@ -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/). | @@ -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 @@ -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)