Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump test-kitchen from 2.5.4 to 2.12.0 in /omnibus #1944

Merged
merged 1 commit into from
Jun 17, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 17, 2021

Bumps test-kitchen from 2.5.4 to 2.12.0.

Release notes

Sourced from test-kitchen's releases.

Test Kitchen 2.10.0

  • Add support for uploading files to the systems within the provisioners similar to the download feature - @​tecracer-theinen
  • Allow using includes/excludes filters in the lifecycle hooks - @​jasonwbarnett
  • Resolved uninitialized constant Kitchen::Loader::YAML::Psych error - @​dwmarshall

Test Kitchen 2.9.0

  • Policyfile error messages no longer mention EOL ChefDK
  • When using winrm to login to a Windows guest from a Linux host we now use xfreerdp to avoid CredSSP error messages. If you're currently using rdesktop you'll need to install xfreerdp. This solution works out of the box without configuration, making it easier to test Windows guests on Linux hosts. Thanks @​ramereth

Test Kitchen 2.8.0

  • Better support Test Kitchen execution on Windows by running commands through a script file. This avoids failures when the command length becomes too long for Windows to handle.

Test Kitchen 2.7.2

  • Various performance optimizations

Test Kitchen 2.7.1

  • Mark chef_solo provisioner unsafe for concurrency

Test Kitchen 2.7.0

  • Allow all plugins to toggle concurrency
  • Optimize our requires

Test Kitchen 2.6.0

  • Remove support for EOL Ruby 2.3
  • Relax dependency on license-acceptance to allow for 2.x

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.

2.12.0 (2021-06-10)

2.11.2 (2021-03-24)

  • Fixed frozen string errors that could occur in the logger - #1731(tas50)

2.11.1 (2021-03-02)

2.11.0 (2021-03-01)

  • 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)

2.10.0 (2021-01-17)

  • Add support for uploading files to the systems within the provisioners similar to the download feature - @​tecracer-theinen
  • Allow using includes/excludes filters in the lifecycle hooks - @​jasonwbarnett
  • Resolved uninitialized constant Kitchen::Loader::YAML::Psych error - @​dwmarshall

2.9.0 (2020-12-23)

  • Policyfile error messages no longer mention EOL ChefDK
  • When using winrm to login to a Windows guest from a Linux host we now use xfreerdp to avoid CredSSP error messages. If you're currently using rdesktop you'll need to install xfreerdp. This solution works out of the box without configuration, making it easier to test Windows guests on Linux hosts. Thanks @​ramereth

2.8.0 (2020-12-02)

  • Better support Test Kitchen execution on Windows by running commands through a script file. This avoids failures when the command length becomes too long for Windows to handle.

2.7.2 (2020-09-29)

Full Changelog

  • Various performance optimizations

2.7.1 (2020-09-15)

Full Changelog

  • Mark chef_solo provisioner unsafe for concurrency

2.7.0 (2020-09-08)

Full Changelog

  • Allow all plugins to toggle concurrency
  • Optimize our requires

... (truncated)

Commits
  • de87b5b Release 2.12.0
  • b9a26c7 Merge pull request #1758 from test-kitchen/dependabot/bundler/chefstyle-2.0.4
  • fc0a0c7 Merge pull request #1759 from test-kitchen/slow_resources
  • 741a9fa Merge branch 'master' into slow_resources
  • e704102 Merge pull request #1760 from gscho/gscho/fix-yamllint-fail
  • d039928 Fix lint errors
  • 536d30a Merge pull request #1579 from tarcinil/fix/1543
  • 2364891 using azure-pipelines from master as I do not need to change it
  • c149dff adding transport catching ssh
  • 38e49da Merge remote-tracking branch 'origin/fix/1543' into fix/1543
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 17, 2021
Bumps [test-kitchen](https://github.com/test-kitchen/test-kitchen) from 2.5.4 to 2.12.0.
- [Release notes](https://github.com/test-kitchen/test-kitchen/releases)
- [Changelog](https://github.com/test-kitchen/test-kitchen/blob/master/CHANGELOG.md)
- [Commits](test-kitchen/test-kitchen@v2.5.4...v2.12.0)

---
updated-dependencies:
- dependency-name: test-kitchen
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bundler/omnibus/test-kitchen-2.12.0 branch from 3842f4c to 9346206 Compare June 17, 2021 02:54
@tas50 tas50 merged commit 1a57203 into master Jun 17, 2021
@tas50 tas50 deleted the dependabot/bundler/omnibus/test-kitchen-2.12.0 branch June 17, 2021 03:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant