-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated to 1.36.0, compile error now #159
Comments
Can confirm I am seeing this as well trying to setup an OpsWorks instance running Ubuntu with Chef 11. Adding 1.34.8 to my Berksfile seems to resolve the issue. |
what version of chef 11 |
I am running Chef: 11.10.4 |
seems like Chef::Resource::WindowsPackage was introduced in 11.12.0, which is why it cannot find it |
Anyway the version check can be a little more precise? I'm working in an environment where upgrading chef versions isn't that easy at this point. |
Just hit this bug simply trying to install nodejs on CentOS. Really hating the Chef cookbook dependency hell when using community cookbooks. :( |
@albertsj1 Do you have a copy of the stacktrace? Was it the same as @wittyhandle? What caused you to use 1.36.0? Did you use a new cookbook that depended on the windows cookbook? Version 1.4 of this cookbook was released a long time ago, and 1.36.0 > 1.4.0. There are no breaking changes in this release to justify a major version bump. Yes, there was a bug, but that wasn't intended. You can use the pessimistic constraint like |
Yes, same stacktrace as @wittyhandle . Sorry, I misremembered the version thinking it was 1.3.x, hence the recommendation of a bump to 1.4.x. |
I've merged #160 to master. It'd be helpful if anyone could manually test it. We did add 11.10 to the test-kitchen tests. I'm late for dinner. I'll ship afterwards if anyone can confirm it. |
I verified this with our new test-kitchen support with Chef 11.10.4. It has been released in windows cookbook v1.36.1. Thanks for the help testing and identifying the root issue folks. |
Hi, my cookbooks have a transitive dependency to this one. Looks like what was just updated is causing some problems:
I am not running chef 12.
The text was updated successfully, but these errors were encountered: