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

Update for Chef 17 #93

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Update for Chef 17 #93

wants to merge 4 commits into from

Commits on Jun 23, 2021

  1. Configuration menu
    Copy the full SHA
    e38a39f View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. add failing test for chef 17

    also rename `.kitchen.yml` to `kitchen.yml`
    the new test fails because on chef 17 (ruby 3) it never runs any tests
    b-dean committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    508b2d9 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. Work around rspec vs minitest versions of describe

    remove the rspec monkey patching (caused by chef requiring inspec) and then reintroduce the minitest monkey patching
    b-dean committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    065e1d4 View commit details
    Browse the repository at this point in the history
  2. require at least chef 14

    - since we no longer depend on `chef_handler` cookbook we need chef 14
    - also put gems in the metadata.rb and remove old attributes and resources since this will be a major version change
    b-dean committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    a90dc3a View commit details
    Browse the repository at this point in the history