Switch back to the upstream nginx cookbook

chef_nginx is deprecated
This commit is contained in:
Greg Karékinian
2019-03-14 10:35:11 +01:00
parent e20ad9e6f9
commit fc265014de
122 changed files with 565 additions and 617 deletions

View File

@@ -2,6 +2,22 @@
This file is used to list changes made in each version of the tar cookbook.
## 2.2.0 (2018-07-24)
- Enable FC016 again
- Use dokken and swap opensuse 13 testing for debian 9
- GH-42 Fix opensuse image name in .kitchen.yml
- GH-42 Add freebsd 10 and 11 to tested platforms
- GH-42 Skip tar package install on freebsd
- GH-42 Fix default group name in tar_extract
- GH-42 Ensure src_dir exists in tar_package
- GH-42 Use short options for make command
- GH-42 Use latest nano for testing purposes
- GH-42 Add freebsd to supported platforms list
- Update creates parameter to reflect what gets extracted by resource.
- Remove chefspec matchers that are autogenerated
- Use build_essential resource instead of the recipe
## 2.1.1 (2017-06-13)
- Fix metadata source and issues links.