Skip to content

Releases: zuazo/ssl_certificate-cookbook

release v2.1.0 (2017-02-10)

10 Feb 00:47
Compare
Choose a tag to compare

Build Status

release v2.0.0 (2016-11-28)

28 Nov 12:44
Compare
Choose a tag to compare

Build Status

  • Require Chef 12 and Ruby 2.2 or higher (breaking change).
  • Support for extendedKeyUsage and RSA key length (issue #28, thanks Ali Ardestani and HawkAndBaby).
  • Make resolver changeable on Nginx (issue #29, thanks @runningman84 for reporting).
  • Testing:
    • .rubocop.yml: increase some limits.
    • Fix unit tests on Travis.
    • Gemfile updated.

release v1.12.0 (2016-06-06)

06 Jun 04:03
Compare
Choose a tag to compare

Build Status

Documentation:

  • Improve chain_name parameter requirement documentation (issue #24, thanks Alexey Demidov).
  • Improve TESTING documentation.
  • README: Add license badge.

Testing:

  • Remove useless test attributes (issue #16, thanks Baptiste Courtois).
  • Add a .kitchen.cloud.yml file.
  • Fix unit tests.
  • Disable some broken integration tests.
  • CircleCI update: Use Ruby 2.3.
  • Berksfile: Add info link and avoid calculating the cookbook name.
  • Gemfile:
    • Update kitchen-ec2 to version 1.
    • Update foodcritic to 6.3.

release v1.11.0 (2015-12-10)

10 Dec 22:21
Compare
Choose a tag to compare

Build Status

  • Fix some RuboCop offenses.
  • Only add internal file resources to the collection when running tests (issue #23, thanks Karl Svec).
  • Fix sending notifications from the ssl_certificate resource (issue #21, thanks Karl Svec).
  • .gitignore: remove metadata.json.

release v1.10.0 (2015-11-23)

23 Nov 22:24
Compare
Choose a tag to compare

Build Status

  • Fix some certificate errors on Windows due to CRLF conversion (issue #19, thanks Taliesin Sisson).
  • Fix undefined method pkcs12_path for Chef::Resource::File error.
  • Documentation:
    • README: Some typos and improvements.
  • Testing:
    • Gemfile updates:
    • foodcritic ~>5.0.0`
    • RuboCop ~>0.35.0`.
    • Berkshelf ~> 4.0.
    • guard-foodcritic ~> 2.0.
    • Rakefile:
    • Fix integration task to allow arguments.
    • Check CI.

release v1.9.0 (2015-09-06)

06 Sep 09:24
Compare
Choose a tag to compare

Build Status

  • Add support for PKCS12 (issue #17, thanks Baptiste Courtois).
  • metadata: Add source_url and issues_url links.
  • Documentation:
    • README: Add Real-world Examples section.
  • Testing:
    • Run kitchen tests on CircleCI.
    • Travis CI: Use bundle cache.
    • Gemfile: Update RuboCop to 0.34.0.
    • Rakfile: Use Kitchen ruby class instead of sh.

release v1.8.1 (2015-09-03)

03 Sep 01:51
Compare
Choose a tag to compare

Build Status

  • README: Fix title.

release v1.8.0 (2015-09-03)

03 Sep 01:44
Compare
Choose a tag to compare

Build Status

  • Fix Chef Supermarket cookbook links.
  • Add Windows support (issue #15, thanks Baptiste Courtois).
  • Add Oracle Linux and Scientific Linux support.
  • Improve platforms support using node['platform_family'] attribute.
  • Documentation:
    • README:
    • Add ca path documentation to the namespace attributes.
    • Improve description.
    • TESTING: Add Docker and EC2 documentation.
  • Testing:
    • Use SoloRunner to run unit tests faster.
    • Move ChefSpec tests to test/unit.
    • Add .kitchen.docker.yml file.
    • Travis CI: Run against Ruby 2.2.
    • Gemfile: kichen-docker ~> 2.1.
    • Rakfile: Add clean task.

release v1.7.0 (2015-08-12)

12 Aug 08:26
Compare
Choose a tag to compare

Build Status

  • Fix README tables.
  • Update contact information and links after migration.
  • Gemfile: Update RuboCop to 0.33.0.
  • Update chef links to use chef.io.

release v1.6.0 (2015-08-02)

02 Aug 22:08
Compare
Choose a tag to compare

Build Status

  • Load encrypted secret before passing to the EncryptedDataBagItem.load (issue #14, thanks Nikita Borzykh).
  • Update RuboCop to 0.32.1.
  • README:
    • Use markdown tables.
    • Add GitHub badge.