- Fix a bug in passing options and params to choco packages (bueddl)
- Require Chef >=14
- Allow for chocolatey package upgrades
- Update windows cookbook dependency
- Update chocolatey cookbook dependency
- Remove god mode trick
- Clean up the documentation
- Update the development environment (ruby 2.6, newest bundler and gems)
- Update windows cookbook version
- Ensure setting environment default does not break on Chef13 (kimo)
- Allow 3010 as a valid return code for a chocolatey package and add exit_codes to config for custom entries
- Add handling of params (concatenates params with --parameters onto the options)
- Upgrade foodcritic and handle the deprecations.
- Reintroduce the chocolatey dependency as we need it to install chocolatey.
- Chocolatey support now uses the Chef resource.
- Chef dependency now >=12.7
- Removed dependency to chocolatey cookbook
- Allow custom acceptable return codes in package installer config (MarkusPalcer)
- Updated all cookbook and gem dependencies.
- It's now Chef >12.6
- Fixed default attribut values (tknerr)
- Allow setting of options for chockolatey (tknerr)
- Add the auto_chef/remove_auto_chef recipes
- Add return code 3010 (requires reboot) back to the list of acceptable return codes for package installers
- Update windows cookbook dependency to 2.1.1
- unpack option for installers packaged in zip files
- updated all development and cookbook dependencies
- Chocolatey integration
- Fixed a bug in the caching of installers
- Conformed to foodcritic warnings
- Removed some obsolete cruft
- Depot directory creation is now recursive
- Fixed the license metadata
- Removed the SSL recipe
- Added the environment recipe
- Bugfixes in the handling of empty node attributes for cache,packages and drivers
- Caching and driver installation implemented as LWRPs
- Package installation uses caching and packages are downloaded only when not installed and not already cached
Initial release of windev