Releases: chef/chef-load
Releases · chef/chef-load
v3.0.0
This release makes chef-load a blind load tester. This means it will gracefully ignore API errors instead of trying to mimic what a real chef client would do. Resolves issue #12.
Logs all API requests to a file specified by the config file's log_file setting.
Prints an API request profile when chef-load receives a USR1 signal and when it is terminated.
This all makes for much cleaner output during normal operation as you can see in the API Request Profile section of the README.
The -profile-logs option reads the specified chef-load log files and prints an API request profile.
This also fixes a regression introduced in 2.2.0 and reported in issue #13.
v2.2.0
Update habitat plan for version 2.2.0 Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
v2.1.0
Update habitat plan for version 2.1.0
v2.0.0
Update habitat plan for 2.0.0
v1.0.0
Bump version to 1.0.0
v0.5.0
Bump version to 0.5.0
v0.4.0
Add some simple upgrade instructions to the README.md