Test Kitchen Versions Save

Test Kitchen is an integration tool for developing and testing infrastructure code and software on isolated target platforms

v3.6.0

5 months ago

3.6.0 (2023-11-27)

Features

Bug Fixes

v3.5.1

5 months ago

What's Changed

Full Changelog: https://github.com/test-kitchen/test-kitchen/compare/v3.5.0...v3.5.1

v3.5.0

6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/test-kitchen/test-kitchen/compare/v3.4.0...v3.5.0

v3.4.0

6 months ago

What's Changed

Full Changelog: https://github.com/test-kitchen/test-kitchen/compare/v3.3.1...v3.4.0

v3.3.1

1 year ago

What's Changed?

v3.3.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/test-kitchen/test-kitchen/compare/v3.2.2...v3.3.0

v3.1.1

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/test-kitchen/test-kitchen/compare/v3.1.0...v3.1.1

v3.1.0

2 years ago
  • Add support for WinRM certificate authentication (@gholtiii)
  • Removed support for EOL Ruby 2.5 (@tas50)

v3.0.0

2 years ago
  • 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.

v2.11.0

2 years ago
  • The policyfile provisioner can now use the chef-cli for policyfile depsolving allowing for the testing of Chef Infra cookbooks with Policyfiles when using a gem installed Test Kitchen. - #1725(lamont-granquist)