Releases: mlafeldt/chaosmonkey
Releases · mlafeldt/chaosmonkey
v0.5.4
v0.5.3
v0.5.2
v0.5.1
v0.5.0
- cli: Allow to repeat the same chaos event with
-count
in order to terminate
multiple EC2 instances of an auto scaling group. Use-interval
to configure
the time to wait before triggering the next event. - cli: Allow to configure the probability of chaos events via
-probability
. - cli: Set timeout of 10 seconds on AWS operations.
- lib: Move processing of environment variables from CLI to library. Added
DefaultConfig()
for this purpose. - lib: Add
EventsSince()
to get all chaos events since a specific time. - lib: Add prefix to HTTP error messages.
- Build project with Go 1.7.
v0.4.0
- cli: Allow configuring connection via environment variables
CHAOSMONKEY_ENDPOINT
,CHAOSMONKEY_USERNAME
, andCHAOSMONKEY_PASSWORD
. - cli: Enhance
-list-groups
to also output current/desired/min/max size of auto scaling groups. - cli: Fail early if any arguments are passed to avoid confusion.
- cli: Improve help output.
- cli: Cross-compile Darwin and Linux binaries.
- cli: Add ability to install the
chaosmonkey
tool using Homebrew.
v0.3.0
- lib: Fix
Events()
to return all chaos events. - lib: Move library code. You need to import
github.com/mlafeldt/chaosmonkey/lib
now. - lib: Allow to configure custom User Agent.
- cli: Send custom User Agent
chaosmonkey Go client <version>
. - cli: Allow to wipe state of Chaos Monkey via
-wipe-state
. - cli: Add
--version
to show program version.