Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

Releases: broadinstitute/puppet-certs

2.5.0

02 Aug 14:30
c98c13f
Compare
Choose a tag to compare

Release 2.5.0 (July 27, 2018)

Summary

  • Change mode and location of resulting file when merge_key is set to true #31

2.4.0

26 Jul 23:19
48d4a0b
Compare
Choose a tag to compare

Release 2.4.0 (July 26, 2018)

Summary

  • Add support for an array of services in service parameter #16
  • Rewrite service parameter entirely - proper values are now Array[String], Boolean, or String

2.3.2

24 Jul 22:59
aa4fa4f
Compare
Choose a tag to compare

Release 2.3.2 (July 24, 2018)

Summary

  • Fix service notifications to work with global definitions as well as per-node definitions

2.3.1

18 Jun 16:20
8e78b79
Compare
Choose a tag to compare

Release 2.3.1 (June 18, 2018)

Summary

  • Fix for variable ordering
  • Ensure global definitions actually work...

2.3.0

18 Jun 15:00
b9f366c
Compare
Choose a tag to compare

Release 2.3.0 (June 18, 2018)

Summary

  • Adding support for global definitions for CA and chain properties as well as the source path

2.2.1

07 Jun 19:36
2ad0892
Compare
Choose a tag to compare

Release 2.2.1 (June 7, 2018)

Summary

  • Update metadata for #30
  • Adding info for null service definitions

2.2.0

18 May 19:42
92544b7
Compare
Choose a tag to compare

Release 2.2.0 (May 18, 2018)

Summary

  • Switching the validate_x509 parameter to default to false until it is fully working as intended
  • Adding usage info for validate_x509 to the README

Release 2.1.1 (May 16, 2018)

16 May 17:14
bb0ff51
Compare
Choose a tag to compare

Summary

  • Minor fix for lint

1.0.0

07 Sep 14:20
Compare
Choose a tag to compare

1.0.0 (September 6, 2016)

Summary

  • Introducing new features, primarily an option to merge certificates for services that require it
  • Adding Vagrant support for testing using Puppet 4
  • Travis configuration fixes
  • Rewriting parameters for the module
  • Adding spec tests

Features

  • The cert_dir_mode, key_dir_mode, and merge_chain parameters have been added to support directory modes for certificates and keys and to also merge certificates when required.

Changes

  • Module parameters are now capable of being defined globally in the base class.

0.4.0

25 Aug 14:53
Compare
Choose a tag to compare

Initial release. Production ready.