Update the build-essential cookbook

This removes deprecation warnings on Chef 14, which ships with the
build_essential resource
This commit is contained in:
Greg Karékinian
2019-04-03 15:29:22 +02:00
parent 374d6bc975
commit adc417282d
7 changed files with 22 additions and 12 deletions

View File

@@ -2,6 +2,17 @@
This file is used to list changes made in each version of the build-essential cookbook.
## 8.2.1 (2018-09-04)
- Add a note that this cookbook is no longer maintained as the build_essential resource was moved directly into the chef-client making this cookbook no longer necessary.
## 8.2.0 (2018-08-28)
- Simplify the if installed logic for macos
- Remove support for FreeBSD < 10 which is VERY much EOL
- Avoid ChefSpec deprecation warnings
- Avoid deprecation warnings in Chef 14.3+ by not loading resources already in Chef
## 8.1.1 (2018-03-17)
- Make sure we install the last available xcode command line tool package so we get the latest version