Releases: zuazo/ssl_certificate-cookbook
Releases · zuazo/ssl_certificate-cookbook
release v2.1.0 (2017-02-10)
- Adds certificate chain to PKCS12 file (issue #32, thanks Andrew J. Brown).
- Metadata: Remove grouping (RFC-85).
release v2.0.0 (2016-11-28)
- Require Chef
12
and Ruby2.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)
- Add support for CA with passphrase (issue #16, thanks Baptiste Courtois).
- Fallback to unencrypted data bag with
node['chef-vault']['databag_fallback']
(issue #25, thanks Alexey Demidov). - Add custom file mode for key file (issue #26, thanks Alexey Demidov).
- Update RuboCop to
0.40
.
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)
release v1.10.0 (2015-11-23)
- 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)
- Add support for PKCS12 (issue #17, thanks Baptiste Courtois).
- metadata: Add
source_url
andissues_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 ofsh
.
release v1.8.1 (2015-09-03)
release v1.8.0 (2015-09-03)
- 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.
- Use
release v1.7.0 (2015-08-12)
release v1.6.0 (2015-08-02)
- 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.