Releases: alexei-led/pumba
Releases · alexei-led/pumba
v0.3.0
Fixing CircleCI build and release to GitHub.
v0.2.9-4257dcf
0.2.9-4257dcf fix gosu architecture detection
v0.2.6-3-g705f13b
0.2.6-3-g705f13b
v0.2.6
0.2.6 microbadge support added to github project
v0.2.5
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
0.2.4 netem loss, loss-state and loss-gemodel commands
v0.2.3
0.2.3 improve pause command; fix single container action
v0.2.2
0.2.2 improve netem delay command
v0.2.1
0.2.1 fix: kubernetes deployment script
v0.2.0
[v0.2.0] - 2016-07-27
Added
- Network emulation for egress container traffic, powered by netem
netem
command currently supports onlydelay
sub-command, more to come, stay tuned- it's possible to use IP filter with
netem delay
to delay traffic only yo specified IPUpdated
- 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