Releases: alexei-led/pumba
Releases · alexei-led/pumba
v0.1.11
Fixed:
- fix build with Docker: adding curl package to Alpine
- updated README file with chaos commands section
Added
- PAUSE: pause all processes within Docker container(s) for specified interval
v0.1.10
0.1.10 - fix release to github
0.1.9
fixing release to github
0.1.8
0.1.8
0.1.7
Fixed
- Report Pumba events to Slack
0.1.6
Added
- added
gosu
to Pumba Docker imageFixed
- Pumba runs as
pumba:pumba
user, instead ofroot
0.1.5
Added
- File:
pumba_kube.yml
Kubernetes (1.1.x) deployment manifest - File:
pumba_coreos.service
CoreOSfleet
service file - Flag:
--json
flag. When specified log will be generated in JSON format (Logstash and Splunk friendly) - Flag:
--slackhook
Slack web hook URL. Now Pumba can report log events to specified Slack channel. - Flag:
--slackchannel
Slack channel to report Pumba events in. - Flag:
--dry
enable 'dry run' mode: do not 'kill' containers, just log intentionChanged
- by default produce colarful log to TTY
Fixed
- fix failure when container name is empty (all containers)
0.1.4: Pumba now has `run` command
`chaos` option moved from global to `run` command level new `random` option added - if specified only one random matching container will be killed (false by default) test coverage improve
0.1.3
small update to Pumba Docker image