You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 14, 2021. It is now read-only.
This is with the MacOS ChefDK hitting Enterprise Chef 11.1.3.
After nuking /opt/chefdk and ~/.gem and installing ChefDK 0.2.2, chef and knife are still using 12.0.0.alpha.1 of the gem:
➜ ~ which ruby
/opt/chefdk/embedded/bin/ruby
➜ ~ ruby -v
ruby 2.1.2p95 (2014-05-08 revision 45877) [x86_64-darwin12.0]
➜ ~ gem list chef
*** LOCAL GEMS ***
chef (12.0.0.alpha.1, 11.16.0)
chef-dk (0.2.2)
chef-vault (2.2.1)
chef-zero (2.2, 1.5.6)
chefspec (4.0.1)
➜ ~ knife cookbook list
ERROR: The data in your request was invalid
Response: {"error": "400 - Bad Request: Chef Client version between 10 and 11" required. Your version of Chef is 12.0.0.alpha.1."}➜ ~ knife -vChef: 12.0.0.alpha.1➜ ~ gem which chef/opt/chefdk/embedded/lib/ruby/gems/2.1.0/gems/chef-12.0.0.alpha.1/lib/chef.rb➜ ~
The text was updated successfully, but these errors were encountered:
This is with the MacOS ChefDK hitting Enterprise Chef 11.1.3.
After nuking /opt/chefdk and ~/.gem and installing ChefDK 0.2.2, chef and knife are still using 12.0.0.alpha.1 of the gem:
The text was updated successfully, but these errors were encountered: