tablexi / chef-sendmail-ses

MIT License
4 stars 9 forks source link

Bump test-kitchen from 1.23.2 to 1.25.0 #213

Open dependabot[bot] opened 3 years ago

dependabot[bot] commented 3 years ago

Bumps test-kitchen from 1.23.2 to 1.25.0.

Release notes

Sourced from test-kitchen's releases.

Test Kitchen 1.24.0

Improved error messages

Test Kitchen now provides improved error messages when it cannot find a driver, provisioner, transport, or verifier. It will now output a message listing the plugins that it does know about, which may help users who have simply typed a name in a kitchen.yml file

v1.2.1: Better Berkshelf 2.0.x Loading (pre-threading)

Bug fixes

  • Issue #357, pull request #358: Load needed (dynamic) dependencies for provisioners at creation time to prevent any native or dynamic code being loaded in a non-main thread (an issue on Mac with MRI Ruby 1.9/2.0). (@​fnichol)

Improvements

  • Pull request #358: Output the loaded version of Berkshelf or Librarian-Chef when converging to better help troubleshooting issues. (@​fnichol)
Changelog

Sourced from test-kitchen's changelog.

v1.25.0 (2019-05-30)

Full Changelog

  • Test Kitchen 1.x now supports accepting the license for Chef 15. See https://docs.chef.io/chef_license_accept.html#test-kitchen for details on using this new config option.
  • Added a new --fail-fast command line option to fail when the first instance fails if using the -c concurrency option.
  • policyfile_path config now accepts a relative paths
  • Added a new berksfile_path config for specifying the path to your Berksfile
  • Fixed psych gem warnings when running Ruby 2.6+
  • Update kitchen init to use Ubuntu 18.04
  • Remove constraints on specific net-scp and net-ssh-gateway gem releases
  • Mildy modernize the kitchen driver init templates
  • Improve error messages when the kitchen.yml files don't exist
  • Improve chef logging / error messages
  • Honor retries when ssh proxy returns an error
  • Switch to new gem install parameters to support Ruby 2.6 and Chef 15

v1.24.0 (2018-12-26)

Full Changelog

Merged pull requests:

v1.23.5 (2018-12-10)

Full Changelog

Merged pull requests:

  • Add back the gemspec and gemfile for appbundler #1504 (tas50)

v1.23.4 (2018-12-10)

Full Changelog

Merged pull requests:

  • Add ruby 2.6 travis testing #1503 (tas50)
  • Only ship the necessary files for Test Kitchen to run in the gem #1502 (tas50)
  • Misc updates to the docs #1501 (tas50)

v1.23.3 (2018-11-30)

Full Changelog

Fixed bugs:

  • Chef 13 Cookbook Root Aliases Not Found #1230

Closed issues:

... (truncated)

Commits
  • feb224b Release 1.25.0
  • a8a8e77 Call the license_check so it is performed
  • 56e7ef0 Sync the remainder of the license changes from master
  • 7990293 Update some of the Chef error / info messages
  • 2a559be Accept the license in the appveyor kitchen config
  • aec7442 Implement --fail-fast option
  • 01619db rub more File.expand_path on this change
  • d223049 Add berkshelf_path config option
  • a4e67dc chefstylin'
  • 3f8885a lowest psych version is 3.1.0 for kwargs
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)