Skip to content

release v1.0.0 (2014-12-30)

Compare
Choose a tag to compare
@zuazo zuazo released this 30 Dec 09:56
· 227 commits to master since this release
  • Bugfix: Cannot read SSL intermediary chain from data bag.
  • Fix Directory Permissions for Apache 2.4 (issue #7, thanks Elliott Davis).
  • Add CA support for self signed certificates (issue #8, thanks Jeremy MAURO).
  • Apache template:
    • Disable SSLv3 by default (breaking change).
    • Add chained certificate support.
    • Allow to change the cipher suite and protocol in the apache template.
  • Big code clean up:
    • Split resource code in multiple files.
    • Remove duplicated code.
    • Integrate with foodcritic.
    • Integrate with RuboCop.
    • Integrate with should_not gem.
    • Integrate with travis-ci, codeclimate and gemnasium.
    • Homogenize license headers.
  • Add ChefSpec unit tests.
  • Add integration tests: bats and Serverspec.
  • Update Gemfile and Berksfile files.
  • Add Guardfile.
  • README:
  • Add LICENSE file.