This file is used to list changes made in each version of the homebrew-alternative cookbook.
- Rename to homebrew-alternative
- Clean up files
- Add Knife and Foodcritic testing
- Add Homebrew cask installation
- Fix issues with user permissions
- Fix Chef timeouts for very long compiles (e.g. HHVM)
- [COOK-4023] Fix installer script's URL.
- Fixing up style for rubocop
- [COOK-3825] setting $HOME on homebrew_package
- COOK-3589 - Add homebrew as the default package manager on OS X Server
- COOK-3283 - Support running homebrew cookbook as root user, with sudo, or a non-privileged user
- [COOK-1793] - use homebrew "go" script to install homebrew
- [COOK-1821] - Discovered version using Homebrew Formula factory fails check that verifies that version is a String
- [COOK-1843] - Homebrew README.md contains non-ASCII characters, triggering same issue as COOK-522
- [COOK-1425] - use new json output format for formula
- [COOK-1578] - Use shell_out! instead of popen4
Opscode has taken maintenance of this cookbook as the original author has other commitments. This is the initial release with Opscode as maintainer.
Changes in this release:
- [pull/2] - support for option passing to brew
- [pull/3] - add brew upgrade and control return value from command
- [pull/9] - added LWRP for "brew tap"
- README is now markdown, not rdoc.