Skip to content

Commit

Permalink
chore: update docs to v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
linki committed Dec 9, 2019
1 parent 3ec7983 commit 0e19104
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## v0.17.0 - 2019-12-09

* [#158](https://github.com/linki/chaoskube/pull/158) Support for sending Slack notifications @GaruGaru

## v0.16.0 - 2019-11-08
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.16.0
INFO[0000] starting up dryRun=true interval=10m0s version=v0.17.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.16.0
image: quay.io/linki/chaoskube:v0.17.0
args:
# kill a pod every 10 minutes
- --interval=10m
Expand Down

0 comments on commit 0e19104

Please sign in to comment.