Skip to content

Commit

Permalink
update changelog for release v0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
linki committed Sep 28, 2020
1 parent 7518911 commit ce151bc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## v0.21.0 - 2020-09-28

Features:
* [#224](https://github.com/linki/chaoskube/pull/224) Allow to filter by OwnerReference's Kind @qlikcoe

Updates:
* [#248](https://github.com/linki/chaoskube/pull/248) Added test & build to Makefile @el10savio

## v0.20.0 - 2020-07-03

Updates:
* [#197](https://github.com/linki/chaoskube/pull/197) [#203](https://github.com/linki/chaoskube/pull/203) Fix a bug that caused chaoskube to always kill the same pod of a replicated group of pods @HaveFun83 @linki

## v0.19.0 - 2020-04-02

Updates:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Running it will kill a pod in any namespace every 10 minutes by default.

```console
$ chaoskube
INFO[0000] starting up dryRun=true interval=10m0s version=v0.19.0
INFO[0000] starting up dryRun=true interval=10m0s version=v0.21.0
INFO[0000] connecting to cluster master="https://kube.you.me" serverVersion=v1.10.5+coreos.0
INFO[0000] setting pod filter annotations= labels= minimumAge=0s namespaces=
INFO[0000] setting quiet times daysOfYear="[]" timesOfDay="[]" weekdays="[]"
Expand Down
2 changes: 1 addition & 1 deletion examples/chaoskube.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
serviceAccountName: chaoskube
containers:
- name: chaoskube
image: quay.io/linki/chaoskube:v0.20.0
image: quay.io/linki/chaoskube:v0.21.0
args:
# kill a pod every 10 minutes
- --interval=10m
Expand Down

0 comments on commit ce151bc

Please sign in to comment.