Skip to content

Releases: zuazo/ssl_certificate-cookbook

release v1.5.0 (2015-04-25)

25 Apr 12:53

Choose a tag to compare

  • Add sensitive true to the created files (issue #12, thanks Jonathan Chauncey for reporting).
  • Add support for different types in Subject Alternative Names (issue #13, thanks Jonathan Chauncey for reporting).
  • README: Fix all RuboCop offenses in examples.
  • Update Gemfile and kitchen.yml files.
    • Gemfile: Update RuboCop to 0.30.1.

release v1.4.0 (2015-04-05)

05 Apr 10:22

Choose a tag to compare

release v1.3.0 (2015-02-03)

03 Feb 01:52

Choose a tag to compare

  • Add namespace['source'] common attribute.
  • Fix chef vault source: chef_gem method not found error.
  • Fix #data_bag_read_fail method name.
  • README: Fix item_key attribute name.

release v1.2.2 (2015-01-16)

16 Jan 11:22

Choose a tag to compare

  • Fix unit tests: Run the tests agains Chef 11 and Chef 12.

release v1.2.1 (2015-01-16)

16 Jan 09:48

Choose a tag to compare

  • Fix key content when using 'file' source.

release v1.2.0 (2015-01-07)

07 Jan 19:26

Choose a tag to compare

  • Fix file source path in attributes.
  • Fix "stack level too deep" error with CA certificates.
  • Nginx template: Add ssl on; directive.
  • Remove setting CA in apache template (bad idea).
  • Rename template helpers to service helpers.
    • Document ServiceHelpers methods.
  • README: Some small fixes.

release v1.1.0 (2015-01-02)

02 Jan 13:41

Choose a tag to compare

  • Fix FreeBSD support.
  • Allow to change the certificate file owner.
  • Web server template improvements:
    • Fix Apache 2.4 support.
    • Add partial templates for Apache and nginx.
    • Add CA certificate file support.
    • Add adjustable SSL compatibility level.
    • Add OCSP stapling support.
    • Enable HSTS and stapling by default.
  • Fix all integration tests.

release v1.0.0 (2014-12-30)

30 Dec 09:56

Choose a tag to compare

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

release v0.4.0 (2014-11-19)

19 Nov 19:29

Choose a tag to compare

  • Add Apache 2.4 support (issue #4, thanks Djuri Baars).
  • Add supported platform list.
  • kitchen.yml completed and updated.

release v0.3.0 (2014-11-03)

03 Nov 19:12

Choose a tag to compare

Special thanks to Steve Meinel for his great contributions.

  • Add Subject Alternate Names support for certs (issue #2, thanks Steve Meinel).
  • Add support for deploying an intermediate cert chain file (issue #3, thanks Steve Meinel).
  • ChefSpec matchers: add helper methods to locate LWRP resources.
  • README: Chef 11.14.2 required.
  • TODO: complete it with more tasks and use checkboxes.