Skip to content

Latest commit

 

History

History
105 lines (84 loc) · 2.42 KB

CHANGELOG.md

File metadata and controls

105 lines (84 loc) · 2.42 KB

Changes

1.0.2

  • Update README and default attributes

1.0.1

  • Drop leftover dependencies

1.0.0

Not an "it's mature and stable" 1.0, but a major version bump due to incompatibilities.

  • Breaking changes

    • Stop installing chef_gems (use gem 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 of chef_client_updater anyway), leave it to the user
    • Depend on chef-client 12.14 for Ruby 2.3
  • 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

0.5.5

  • Install package tzdata, it is apparently missing too

0.5.4

0.5.3

  • sanitize.locale.available & sanitize.locale.default attributes

0.5.2

  • Fix dependencies

0.5.1

  • Drop helpers recipe, install gems instead

0.5.0

  • New recipe to install chef-helpers and chef-sugar.

0.4.2

  • Support Ubuntu PPAs

0.4.1

  • Refactor iptables code, support multiport module.
  • Don't bomb on OSX

0.4.0

  • Split into multiple cookbooks

0.3.1

  • Don't upload backup files

0.3.0

  • 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

0.2.1

  • Include trailing newline in /etc/timezone to avoid regeneration
  • Don't run locale-gen if system knows about en_US.UTF-8

0.2.0

  • Chef 11 compatibility
  • Configure iptables not only for ssh
  • Use user resource instead of usermod / userdel hacks

0.1.0

  • 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.