- Update README and default attributes
- Drop leftover dependencies
Not an "it's mature and stable" 1.0, but a major version bump due to incompatibilities.
-
Breaking changes
- Stop installing
chef_gem
s (usegem
declaration in some cookbook's metadata instead) - Drop support of Ubuntu below 14.04 and whatever was supported on OSX
- Stop forcing log file mode (chef-client cookbook has a
chef_client.log_perm
attribute now) - Don't call
omnibus_updater
(which has been deprecated in favour ofchef_client_updater
anyway), leave it to the user - Depend on chef-client 12.14 for Ruby 2.3
- Stop installing
-
Configure iptables prefix & suffix to work with new iptables cookbook
-
Add
sanitize.accept_interfaces
attribute -
Add ip6tables
-
Deprecation fix on
user
resource -
Follow Foodcritic & Rubocop suggestions
- Install package
tzdata
, it is apparently missing too
- Install package
locales
to fix https://bugs.launchpad.net/cloud-images/+bug/1682305
sanitize.locale.available
&sanitize.locale.default
attributes
- Fix dependencies
- Drop helpers recipe, install gems instead
- New recipe to install chef-helpers and chef-sugar.
- Support Ubuntu PPAs
- Refactor iptables code, support multiport module.
- Don't bomb on OSX
- Split into multiple cookbooks
- Don't upload backup files
- include recipe
chef-client::config
- add attribute
sanitize.keep_access
to enable debugging access problems - don't lock down logfile if it doesn't exist
- don't include
build-essential
recipe, Omnibus Chef includes ruby-shadow - include recipe
omnibus_updater
- unbreak bootstrap: continue Chef run if deleting
ubuntu
user is not possible
- Include trailing newline in /etc/timezone to avoid regeneration
- Don't run locale-gen if system knows about en_US.UTF-8
- Chef 11 compatibility
- Configure iptables not only for ssh
- Use
user
resource instead ofusermod
/userdel
hacks
- Initial release of sanitize
Check the Markdown Syntax Guide for help with Markdown.
The Github Flavored Markdown page describes the differences between markdown on github and standard markdown.