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

Prep for a release #193

Merged
merged 18 commits into from May 7, 2018
Merged

Prep for a release #193

merged 18 commits into from May 7, 2018

Commits on Apr 29, 2018

  1. Remove the need for yum/apt cookbooks

    Now that we have Chef 13+ there's no need for these
    
    Signed-off-by: Tim Smith <tsmith@chef.io>
    tas50 committed Apr 29, 2018
    Copy the full SHA
    49746b8 View commit details
    Browse the repository at this point in the history
  2. why-run is the default in Chef 13 so don't set it again

    Signed-off-by: Tim Smith <tsmith@chef.io>
    tas50 committed Apr 29, 2018
    Copy the full SHA
    8b702a6 View commit details
    Browse the repository at this point in the history
  3. Move files / templates out of the default dirs

    This was a Chef 11 thing
    
    Signed-off-by: Tim Smith <tsmith@chef.io>
    tas50 committed Apr 29, 2018
    Copy the full SHA
    25b2b4e View commit details
    Browse the repository at this point in the history
  4. Don't set the name property in resources

    Chef does this automatically (and better)
    
    Signed-off-by: Tim Smith <tsmith@chef.io>
    tas50 committed Apr 29, 2018
    Copy the full SHA
    945f93d View commit details
    Browse the repository at this point in the history
  5. Use multipackage installs to speed up installation

    Signed-off-by: Tim Smith <tsmith@chef.io>
    tas50 committed Apr 29, 2018
    Copy the full SHA
    8f57670 View commit details
    Browse the repository at this point in the history
  6. Remove old ChefSpec matchers

    These are auto generated now by ChefSpec
    
    Signed-off-by: Tim Smith <tsmith@chef.io>
    tas50 committed Apr 29, 2018
    Copy the full SHA
    d4f6f92 View commit details
    Browse the repository at this point in the history
  7. Update ignore files

    Signed-off-by: Tim Smith <tsmith@chef.io>
    tas50 committed Apr 29, 2018
    Copy the full SHA
    2391535 View commit details
    Browse the repository at this point in the history
  8. Add contributing and code of conduct files

    Signed-off-by: Tim Smith <tsmith@chef.io>
    tas50 committed Apr 29, 2018
    Copy the full SHA
    de1bab8 View commit details
    Browse the repository at this point in the history
  9. Add github issue template and PR template files

    Signed-off-by: Tim Smith <tsmith@chef.io>
    tas50 committed Apr 29, 2018
    Copy the full SHA
    fdf1e70 View commit details
    Browse the repository at this point in the history
  10. Swap Debian 7 for Ubuntu 16.04 in the Kitchen config

    Signed-off-by: Tim Smith <tsmith@chef.io>
    tas50 committed Apr 29, 2018
    Copy the full SHA
    c5e13e9 View commit details
    Browse the repository at this point in the history
  11. Fixes for the specs

    Signed-off-by: Tim Smith <tsmith@chef.io>
    tas50 committed Apr 29, 2018
    Copy the full SHA
    75993ff View commit details
    Browse the repository at this point in the history
  12. Use modern nginx and fix specs

    Avoid repetitive specs that look like integration tests. If you change 1 attribute just check the thing you expect that to change, not the whole thing again.
    
    Signed-off-by: Tim Smith <tsmith@chef.io>
    tas50 committed Apr 29, 2018
    Copy the full SHA
    b9d0c9f View commit details
    Browse the repository at this point in the history
  13. Support Redhat in metadata as well

    Signed-off-by: Tim Smith <tsmith@chef.io>
    tas50 committed Apr 29, 2018
    Copy the full SHA
    700d9de View commit details
    Browse the repository at this point in the history
  14. Remove all the cookbooks from the Berksfile

    Signed-off-by: Tim Smith <tsmith@chef.io>
    tas50 committed Apr 29, 2018
    Copy the full SHA
    bcf262e View commit details
    Browse the repository at this point in the history
  15. Drop Debian 7 support as it goes EOL in a few weeks

    Signed-off-by: Tim Smith <tsmith@chef.io>
    tas50 committed Apr 29, 2018
    Copy the full SHA
    4ac400d View commit details
    Browse the repository at this point in the history
  16. Remove contributing section now that we have a doc

    Signed-off-by: Tim Smith <tsmith@chef.io>
    tas50 committed Apr 29, 2018
    Copy the full SHA
    c637060 View commit details
    Browse the repository at this point in the history
  17. Attributes -> Properties for the resource documentation

    Signed-off-by: Tim Smith <tsmith@chef.io>
    tas50 committed Apr 29, 2018
    Copy the full SHA
    9f66ac9 View commit details
    Browse the repository at this point in the history
  18. Bump the version to 3.0

    Signed-off-by: Tim Smith <tsmith@chef.io>
    tas50 committed Apr 29, 2018
    Copy the full SHA
    f56f01c View commit details
    Browse the repository at this point in the history