Skip to content

Commit

Permalink
chore: update changelog and examples to v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Linkhorst committed Jan 8, 2019
1 parent 835d66b commit 856bc4a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v0.12.0 - 2019-01-08

Features:
* [#116](https://github.com/linki/chaoskube/pull/116) Add several useful Prometheus metrics @ruehowl @shaikatz

Updates:
* [#115](https://github.com/linki/chaoskube/pull/115) Replace event related code with Kubernetes's `EventRecorder` @linki
* [#114](https://github.com/linki/chaoskube/pull/114) Document major difference to `kube-monkey` @prageethw
* [#113](https://github.com/linki/chaoskube/pull/113) Update dependencies to match Kubernetes v1.12 API @linki
* [#112](https://github.com/linki/chaoskube/pull/112) Update docker image to alpine v3.8 and go v1.11 @linki

## v0.11.0 - 2018-10-09
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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.11.0
INFO[0000] starting up dryRun=true interval=10m0s version=v0.12.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 Expand Up @@ -64,7 +64,7 @@ spec:
spec:
containers:
- name: chaoskube
image: quay.io/linki/chaoskube:v0.11.0
image: quay.io/linki/chaoskube:v0.12.0
args:
# kill a pod every 10 minutes
- --interval=10m
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.11.0
image: quay.io/linki/chaoskube:v0.12.0
args:
# kill a pod every 10 minutes
- --interval=10m
Expand Down

0 comments on commit 856bc4a

Please # to comment.