Skip to content

Releases: alexei-led/pumba

v0.1.11

16 Jul 13:23
Compare
Choose a tag to compare

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

05 Jun 09:28
Compare
Choose a tag to compare

0.1.10 - fix release to github

0.1.9

22 May 13:30
Compare
Choose a tag to compare

fixing release to github

0.1.8

22 May 13:01
Compare
Choose a tag to compare

0.1.8

0.1.7

21 May 20:15
Compare
Choose a tag to compare

Fixed

  • Report Pumba events to Slack

0.1.6

25 Apr 14:56
Compare
Choose a tag to compare

Added

  • added gosu to Pumba Docker image

    Fixed

  • Pumba runs as pumba:pumba user, instead of root

0.1.5

13 Apr 13:15
Compare
Choose a tag to compare

Added

  • File: pumba_kube.yml Kubernetes (1.1.x) deployment manifest
  • File: pumba_coreos.service CoreOS fleet 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 intention

    Changed

  • 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

08 Apr 15:06
Compare
Choose a tag to compare
`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

04 Apr 15:15
Compare
Choose a tag to compare
small update to Pumba Docker image