Replace omnibus_updater with chef_client_updater

omnibus_updater is deprecated
This commit is contained in:
Greg Karékinian
2017-05-02 11:53:33 +02:00
parent 030b2501eb
commit 943b4ace1f
23 changed files with 285 additions and 677 deletions

View File

@@ -0,0 +1,16 @@
# chef_client_updater Cookbook CHANGELOG
This file is used to list changes made in each version of the chef_client_updater cookbook.
## 1.0.2 (2017-04-07)
- Fix Chef 13 compatibility by using Kernel.exec not exec
## 1.0.1 (2017-04-07)
- point the URLs at the new project repo
- Add ChefSpec matcher
## 1.0.0
- Initial release of chef_client_updater