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

Removes the include_recipe chef_handler call from dd-handler #597

Merged
merged 7 commits into from
Apr 26, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Info about the deprecation message in the README.
  • Loading branch information
remeh committed Mar 22, 2019
commit 5c4956cd1b884790dee854e303bfdf58e77bf889
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -56,10 +56,6 @@ The following Opscode cookbooks are dependencies:

**Note for Chef 11 users**: please use these additional dependency version contraints for compatibility with Chef 11:

**Note for Chef 13 users**: if you're using Chef 13 and chef_handler 1.x, you may
have trouble using the dd-handler recipe. The known workaround is to update your
dependency to `chef_handler >= 2.1`.

```
cookbook 'apt', '< 4.0'
cookbook 'chef_handler', '< 2.0'
@@ -69,6 +65,19 @@ cookbook 'yum', '~> 3.0'

(in Berkshelf/Librarian format)

### Chef support

**Chef 13 users**

- If you're using Chef 13 and chef_handler 1.x, you may have trouble using the
dd-handler recipe. The known workaround is to update your dependency to `chef_handler >= 2.1`.

**Chef 14 and 15 users**:

- In order to support Chef 12 and 13, the `datadog` cookbook has a dependency to
the `chef_handler` cookbook which is now shipped as a resource in Chef 14.
Unfortunately, it will display a deprecation message to Chef 14 and 15 users.

Recipes
=======