This file is used to list changes made in each version of the BeEF cookbook.
- Chef 13 fixes
- Execute
bundle install
after repo synced - Add
[beef][gem_packages]
attribute for additional gem packages - Add
beef::geoip_database
recipe + attribute to deploy maxmind geoip DB beef::install_src
: Append additional gems to beef's Gemfile- Update default attributes for BeEF 0.4.7.3
- CI fixes
- Added recipes:
beef::install_pkg
beef::install_src
beef::config
- Set default version to
0.4.7.0-alpha
- Provides BeEF extentions configuration
- Enable and start BeEF server in
beef::service
recipe
- New recipe:
beef::service
to install and enable BeEF service - Do not install ruby, use the ruby embedded with Chef by default
- New attributes:
[beef][ruby_bin_dir]
and[beef][group]
- Removed
nohup
process
- Reviewed configuration template and attributes
- Set default attribute for BeEF 0.4.6.1-alpha (current)
- Removed useless apt packages.
- Chef 12 compatibility
- Use Rake instead of Strainer
- Test hardness (rubocop, chefspec, kitchen)
- No cookbook dependencies
- Attributes reorganization
- Initial release of beef cookbook