Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Bump chefspec from 7.3.2 to 9.2.1 #190

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps chefspec from 7.3.2 to 9.2.1.

Changelog

Sourced from chefspec's changelog.

9.2.1 (August 13, 2020)

  • Improve performance by only requiring external libraries if they are not already loaded
  • Expand testing to additional releases of Chef Infra Client

9.2.0 (June 10, 2020)

  • Updated stubs_for_resource stubbing for the new after_resource state in Chef Infra Client 16.
  • Added support for Ohai segments in cookbooks
  • Resolved warnings when running on Ruby 2.7+

9.1.0 (February 12, 2020)

  • Added a new include_any_recipe matcher which allows you to write ChefSpecs that ensure a cookbook does not include recipes. Thanks @jasonwbarnett
  • Fixed stubbing of Chef::Provider when using Poise's resource_provider_mixin. Thanks @Annih
  • Switched require statements to require_relative to speed up requiring libraries in ChefSpec

9.0.0 (October 8, 2019)

  • The fauxhai dependency has been switched to the fauxhai-ng. Fauxhai-ng is the original source of the fauxhai project in the chefspec GitHub org, but with a new name. This is considered a major update as it forces users to upgrade to use fauxhai-ng >= 7.5 where as the previous ChefSpec release allowed for fauxhai >= 6.11.

8.0.1 (September 30, 2019)

  • Added back the ChefSpec report templates until the time that we fully remove the report feature.

8.0.0 (July 16, 2019)

  • ChefSpec now requires Ruby 2.4+ and Chef 14+. Keep in mind that you can still test cookbooks designed for older versions of Chef Infra Client, but you'll need a somewhat modern chef gem to run ChefSpec.
  • ChefSpec now depends on the new chef-cli gem, which provides Chef Policyfiles functionality. This means you can now use ChefSpec to test Policyfiles without needing to run those tests from within ChefDK or Chef Workstation. Gem install chefspec!

7.4.0 (June 27, 2019)

  • Require Ruby 2.3+, Chef 13+, and Fauxhai 6.11+
  • The majority of examples have been updated for the new ChefSpec 7.3+ format
  • Properly loaded mixlib/shellout before trying to stub commands to prevent some failures
  • Added a new policyfile_path configuration option for specifying the path to the PolicyFile

7.3.4 (December 26, 2018)

  • Add back the spec files to the gem package for testing within Chef-DK

7.3.3 (December 10, 2018)

  • Slimmed the size of the gem install down by not shipping test / development or example files in the gem artifact. These will remain in the repo for reference and testing.
  • Updated the homepage in the Gemspec to be the Github repo
  • Improved the stubbing documentation in the readme
Commits
  • 4eaa80d Release 9.2.1
  • 37b68be Merge pull request #994 from chefspec/expand_testing
  • dca6578 Test on all Chef Infra Client 15 releases
  • 675118d Merge pull request #993 from chefspec/optimize_ruby
  • 750cdf0 Update another example for the new fauxhai data
  • 6ac66ee Update spec for the new fauxhai data
  • c6d9705 Optimize our requires
  • 569c2ee Release 9.2.0
  • 6dae112 Merge pull request #988 from MsysTechnologiesllc/Snehal/Github-986_warnings_r...
  • 703fcde Merge pull request #990 from MsysTechnologiesllc/antima/cron_resource_spec_fixes
  • 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @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 your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • 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)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants