-
Notifications
You must be signed in to change notification settings - Fork 3
1.4.16
Russell Seymour edited this page Jan 30, 2018
·
1 revision
Removal of obsolete Node libraries that were making the VSTS extension file too large for upload.
Three new tasks have been added.
- Three new tasks added
- Linting - perform various linting tasks as defined in the
Rakefile
of your cookbook - Install Cookbook Gems - using ChefDK this task will install the Gems that are defined in the cookbook
GemFile
. - Test Kitchen - allows Test Kitchen tests to be performed as defined in the Kitchen configuration file.
- Linting - perform various linting tasks as defined in the
- Obsolete libraries have been removed, some which were not being used at all. Other libraries have been removed that had duplicate functions in other required modules.
Endpoints
Tasks
- Add Variables to Chef Environment
- Install ChefDK
- Execute Chef Client
- Install InSpec
- Execute Inspec
- Install Gem
- Execute Knife
- Linting
- Test Kitchen
- Release Cookbook Version to Environment
- Update Cookbook Version Number
- Upload Cookbook to Chef Server
- Publish Cookbook to Supermarket
Guides
Releases