Releases: alexei-led/pumba
Releases · alexei-led/pumba
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
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