Skip to content

Releases: alexei-led/pumba

v0.3.0

24 Nov 13:09
Compare
Choose a tag to compare

Fixing CircleCI build and release to GitHub.

v0.2.9-4257dcf

28 Oct 15:09
Compare
Choose a tag to compare
v0.2.9-4257dcf Pre-release
Pre-release

0.2.9-4257dcf fix gosu architecture detection

v0.2.6-3-g705f13b

25 Oct 09:42
Compare
Choose a tag to compare
v0.2.6-3-g705f13b Pre-release
Pre-release

0.2.6-3-g705f13b

v0.2.6

25 Sep 08:50
Compare
Choose a tag to compare

0.2.6 microbadge support added to github project

v0.2.5

08 Sep 12:41
Compare
Choose a tag to compare

0.2.5 --tc-image option to specify Docker image with tc tool instead of adding iproute2 package to container; integration tests added

v0.2.4

10 Aug 15:05
Compare
Choose a tag to compare

0.2.4 netem loss, loss-state and loss-gemodel commands

v0.2.3

07 Aug 10:03
Compare
Choose a tag to compare

0.2.3 improve pause command; fix single container action

v0.2.2

06 Aug 16:08
Compare
Choose a tag to compare

0.2.2 improve netem delay command

v0.2.1

28 Jul 11:51
Compare
Choose a tag to compare

0.2.1 fix: kubernetes deployment script

v0.2.0

27 Jul 14:12
Compare
Choose a tag to compare

[v0.2.0] - 2016-07-27

Added

  • Network emulation for egress container traffic, powered by netem
  • netem command currently supports only delay sub-command, more to come, stay tuned
  • it's possible to use IP filter with netem delay to delay traffic only yo specified IP

    Updated

  • Breaking Change command line simplification ...
  • chaos command had been replaced by multiple standalone commands: kill, netem, pause, rm, stop
  • now it's possible to run multiple Pumba Docker containers (do not prevent)
  • Only ONE command per single Pumba run is supported, but it's possible to run multiple Pumba processes and containers
  • Improved test coverage