Skip to content

Releases: chef/chef-load

v3.0.0

31 Aug 15:23

Choose a tag to compare

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

15 Aug 21:16

Choose a tag to compare

Update habitat plan for version 2.2.0

Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>

v2.1.0

26 Jul 15:57

Choose a tag to compare

Update habitat plan for version 2.1.0

v2.0.0

18 Jul 16:34

Choose a tag to compare

Update habitat plan for 2.0.0

v1.0.0

21 Jun 20:36

Choose a tag to compare

Bump version to 1.0.0

v0.5.0

20 Jun 18:06

Choose a tag to compare

Bump version to 0.5.0

v0.4.0

27 Feb 18:39

Choose a tag to compare

Add some simple upgrade instructions to the README.md