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

Commit

Permalink
docs: Prepare release 0.8.2
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kreuzberger <[email protected]>
  • Loading branch information
christian-kreuzberger-dtx authored and mowies committed Sep 27, 2021
1 parent 5526218 commit 15af580
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
11 changes: 6 additions & 5 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.8.2](https://github.com/keptn/examples/tree/release-0.8.2) | This example allows to demonstrate the [Keptn tutorials](https://tutorials.keptn.sh). |
| **onboard-carts** | [0.8.1](https://github.com/keptn/examples/tree/release-0.8.1) | This example allows to demonstrate the [Keptn tutorials](https://tutorials.keptn.sh). |
| **onboard-carts** | [0.8.0](https://github.com/keptn/examples/tree/release-0.8.0) | This example allows to demonstrate the [Keptn tutorials](https://tutorials.keptn.sh). |
| **onboard-carts** | [0.8.0-alpha](https://github.com/keptn/examples/tree/release-0.8.0-alpha) | Examples for Keptn 0.8.0-alpha, no tutorial available yet. |
Expand All @@ -30,25 +31,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 - 0.8.1
* Keptn 0.7.x and 0.8.x:
* Basic (Background traffic)
```console
kubectl apply -f https://raw.githubusercontent.com/keptn/examples/release-0.7.3/load-generation/cartsloadgen/deploy/cartsloadgen-base.yaml
kubectl apply -f https://raw.githubusercontent.com/keptn/examples/release-0.8.2/load-generation/cartsloadgen/deploy/cartsloadgen-base.yaml
```
* More traffic
```console
kubectl apply -f https://raw.githubusercontent.com/keptn/examples/release-0.7.3/load-generation/cartsloadgen/deploy/cartsloadgen-fast.yaml
kubectl apply -f https://raw.githubusercontent.com/keptn/examples/release-0.8.2/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.3/load-generation/cartsloadgen/deploy/cartsloadgen-faulty.yaml
kubectl apply -f https://raw.githubusercontent.com/keptn/examples/release-0.8.2/load-generation/cartsloadgen/deploy/cartsloadgen-faulty.yaml
```

### Unleash

|Name | Version | Description |
------------- | ------------- | ------------ |
| **unleash-server** | [0.8.x](https://github.com/keptn/examples/tree/release-0.8.0) | This example allows to demonstrate the [Self-healing with Feature Flags tutorials](https://tutorials.keptn.sh). |
| **unleash-server** | [0.8.x](https://github.com/keptn/examples/tree/release-0.8.2) | 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.3) | 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/). |

Expand Down
3 changes: 3 additions & 0 deletions releasenotes/releasenotes_V0.8.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Release Notes 0.8.2

This release has been created to keep the version of the examples in sync with the Keptn release version.
2 changes: 2 additions & 0 deletions releasenotes/releasenotes_develop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Release Notes Develop

0 comments on commit 15af580

Please sign in to comment.