File tree 3 files changed +4
-3
lines changed 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- ## v0.5.0 (unreleased )
1
+ ## v0.5.0 (2016-08-28 )
2
2
3
3
* cli: Allow to repeat the same chaos event with ` -count ` in order to terminate
4
4
multiple EC2 instances of an auto scaling group. Use ` -interval ` to configure
8
8
* lib: Move processing of environment variables from CLI to library. Added
9
9
` DefaultConfig() ` for this purpose.
10
10
* lib: Add ` EventsSince() ` to get all chaos events since a specific time.
11
+ * lib: Add prefix to HTTP error messages.
11
12
* Build project with Go 1.7.
12
13
13
14
## v0.4.0 (2016-07-15)
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ Use the tool to:
46
46
-group ExampleAutoScalingGroup -strategy ShutdownInstance
47
47
```
48
48
49
- * Trigger the same event 5 times at intervals of 10 seconds with a probability of 20%:
49
+ * Trigger the same event 5 times at intervals of 10 seconds, with a probability of 20% per event :
50
50
51
51
` ` ` bash
52
52
chaosmonkey -endpoint http://example.com:8080 \
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ package main
2
2
3
3
// Version is the current version of the chaosmonkey tool. A ".dev" suffix
4
4
// denotes that the version is currently being developed.
5
- const Version = "v0.5.0.dev "
5
+ const Version = "v0.5.0"
You can’t perform that action at this time.
0 commit comments