pumba

Chaos testing, network emulation, and stress testing tool for containers

APACHE-2.0 License

Downloads
5
Stars
2.7K
Committers
32

Bot releases are visible (Hide)

pumba - v0.6.7

Published by alexei-led almost 5 years ago

Full Changelog

Closed issues:

  • Bug: netem command not working on minikube #140
  • DaemonSet apiVersion changed with newer Kubernetes version #138

Merged pull requests:

  • Use container labels as additional filter #143 (alexei-led)
  • Add minikube netem hint #142 (LaumiH)
  • Fix daemonset apiVersion and nodeSelector for k8s >= 1.16.2 #139 (LaumiH)
pumba - v0.6.5

Published by alexei-led about 5 years ago

Full Changelog

Closed issues:

  • pull-image can only be true #132
  • K8s & netem question #128

Merged pull requests:

pumba - v0.6.4

Published by alexei-led over 5 years ago

Full Changelog

Fixed bugs:

  • Unable to specify target network, only single host IP #126

Closed issues:

  • How to add more containers to kill #124
  • Using re2 in pumba command in kubernetes template #123
  • Fedora - command 'tc' not found #121
  • log-level behaviour #120

Merged pull requests:

  • Add support for specifying target networks (CIDR notation) #126 #127 (gmpify)
pumba - v0.6.3

Published by alexei-led over 5 years ago

Full Changelog

Fixed bugs:

  • Regex issue with interface name #109

Closed issues:

  • Slack hook certificate error #122

Merged pull requests:

pumba - v0.6.2

Published by alexei-led almost 6 years ago

Full Changelog

Implemented enhancements:

  • Deployment failed on Kubernetes 1.7 #42

Fixed bugs:

  • Multiple matching container netem commands executed in sequentially when triggered with docker run #112

Closed issues:

  • Pumba daemonset pods are crashing #110

Merged pull requests:

pumba - v0.6.1

Published by alexei-led almost 6 years ago

Full Changelog

Implemented enhancements:

  • Better killing and respawing options #46
  • No such image: gaiadocker/iproute2 #40

Fixed bugs:

  • reuse tc container #97

Closed issues:

  • when using --tc-image flag the sidekick image is not deleted after the command execution finishes #106
  • Cannot connect to the Docker daemon #105
  • Strange latency spikes on 4.15.0-36 kernel #103

Merged pull requests:

pumba - v0.6.0

Published by alexei-led about 6 years ago

Closed issues:

  • Any Plan about Network Partitioning Simulation? #96
  • Add SVG version of Pumba logo #94

Merged pull requests:

pumba - v0.5.2

Published by alexei-led about 6 years ago

netem corrupt and duplicate command added, PR by @philipgloyne

pumba - v0.5.0

Published by alexei-led over 6 years ago

Full Changelog

Closed issues:

  • Slack hooks fail due to no ca #84

Merged pull requests:

pumba - v0.4.8

Published by alexei-led over 6 years ago

0.4.8 (2018-03-12)

Full Changelog

Implemented enhancements:

  • Fix netem when destination IP filter is defined #52

Fixed bugs:

  • Fix netem when destination IP filter is defined #52
  • netem command fails on images where user != root #43

Closed issues:

  • use dumb-init #69
  • use su-exec instead of gosu #68
  • kubernetes command should be an array and not a string #63
  • custom built container kills itself #62
  • suggest kubernetes limits and requests #61
  • allow targetting multiple specific ip's #57

Merged pull requests:

pumba - v0.4.7

Published by alexei-led almost 7 years ago

fix fix netem qdisc with IP filter

pumba - v0.4.6

Published by alexei-led almost 7 years ago

context context related refactoring, fix cross compile

pumba - v0.4.5

Published by alexei-led about 7 years ago

fix fix traffic block with filkter ip issue #39

pumba - v0.4.4

Published by alexei-led over 7 years ago

update update homebrew formula

pumba - v0.4.3

Published by alexei-led over 7 years ago

migrate migrate to codefresh.io for CI/CD; add homebrew formula

pumba - v0.4.2

Published by alexei-led over 7 years ago

New

  • Pumba can remove running containers now

Update

pumba - v0.4.1

Published by alexei-led over 7 years ago

adopt dobi for local and on-cloud build

pumba - v0.4.0

Published by alexei-led over 7 years ago

Updated

  • Replace Docker samalba client with default Docker SDK for Go. Kudos to Sławomir Nowak for the contribution!
  • Update glide dependency and versions.
pumba - v0.3.2

Published by alexei-led almost 8 years ago

Fix static link for Linux platform

pumba - v0.3.1

Published by alexei-led almost 8 years ago

New

  • netem rate command; use it to limit egress traffic for specified containers (contributed by @meqif)