chef-boneyard / chef-dk

DEPRECATED: A streamlined development and deployment workflow for Chef Infra platform.
Apache License 2.0
380 stars 170 forks source link

Bump test-kitchen from 2.7.0 to 2.7.1 in /omnibus #3035

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps test-kitchen from 2.7.0 to 2.7.1.

Release notes

Sourced from test-kitchen's releases.

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.7.1 (2020-09-15)

Full Changelog

  • Mark chef_solo provisioner unsafe for concurrency
Commits
  • 0f20996 Release 2.7.1
  • e49e1ec Mark chef_solo provisioner unsafe for concurrency
  • e319e8d Merge branch 'master' into cw/single-thread-chef-solo
  • 5898d30 use autoload to improve perf of kitchen --version
  • 305f071 fix chef_base spec failures
  • dbf77a4 use autoload to improve perf of kitchen --version
  • 55abfc0 Mark chef_solo provisioner unsafe for concurrency
  • 146667a Merge pull request #1681 from test-kitchen/cw/require-exception
  • 143fca0 Disable linting for thor require
  • See full diff 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 badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)