Skip to content

Commit

Permalink
chore: update changelog for v0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
linki committed Apr 2, 2020
1 parent 33ff974 commit 4fc706e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v0.19.0 - 2020-04-02

Updates:
* [#192](https://github.com/linki/chaoskube/pull/192) Use `context.Context` to cancel in-flight requests @linki
* [#191](https://github.com/linki/chaoskube/pull/191) Update client-go to `v0.18.0` @linki
* [#180](https://github.com/linki/chaoskube/pull/180) Update builds to use Go `v1.14` @linki

## v0.18.0 - 2020-02-03

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

0 comments on commit 4fc706e

Please sign in to comment.