Skip to content

Releases: test-kitchen/test-kitchen

v3.5.1

15 Nov 09:34
031ea3e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.5.0...v3.5.1

v3.5.0

30 Oct 20:26
0791c26
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.4.0...v3.5.0

v3.4.0

30 Oct 20:26
0c93887
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.1...v3.4.0

v3.3.1

04 Jul 15:16
d33a3c1
Compare
Choose a tag to compare

What's Changed?

v3.3.0

14 Jun 10:33
4fa99c3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.2...v3.3.0

v3.1.1

03 Nov 11:07
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.0...v3.1.1

Test Kitchen v3.1.0

02 Oct 09:21
Compare
Choose a tag to compare
  • Add support for WinRM certificate authentication (@gholtiii)
  • Removed support for EOL Ruby 2.5 (@tas50)

Test Kitchen v3.0.0

19 Jul 14:24
Compare
Choose a tag to compare
  • The chef_zero provisioner has been renamed chef_infra to avoid confusion. Note: The existing name will continue to work going forward.
  • The default provisioner for Test Kitchen has been changed from chef_solo to chef_infra (chef_zero)
  • The always_update_cookbooks config for the chef_infra and chef_solo provisioners is now default so cookbook changes will automatically be picked up without the need to run chef update first. Set this value to false to maintain the existing behavior.
  • A new policy_group config has been added to allow setting the Policy Group to test a node in. This can be set in the provisioner block or within individual suites. Note: This config option requires chef-cli 5.2 or later.

Test Kitchen 2.12.0

19 Jul 14:13
Compare
Choose a tag to compare
  • Update kitchen console to work with the newer releases of pry - #1738(@jayaddison-collabora)
  • Upgrade usage of deprecated minitest global assertions in unit tests that capture stderr output - #1734(@jayaddison-collabora)
  • Add a new slow_resource_report config for Chef Infra Client 17.2 - #1759(tas50)
  • Squash SSH fails in the lifecycle_hooks if skipable is set to true - #1579(tarcinil)

Test Kitchen 2.11.2

19 Jul 14:14
Compare
Choose a tag to compare
  • Fixed frozen string errors that could occur in the logger - #1731(tas50)