|
| 1 | +# Changelog |
| 2 | + |
| 3 | +## [v2.5.0](https://github.com/pcfens/puppet-ca_cert/tree/v2.5.0) |
| 4 | +[Full Changelog](https://github.com/pcfens/puppet-ca_cert/compare/v2.4.0...v2.5.0) |
| 5 | + |
| 6 | +- Add support for Kali Linux [\#82](https://github.com/pcfens/puppet-ca_cert/pull/82) |
| 7 | +- Switch to namespaced functions for stdlib [\#83](https://github.com/pcfens/puppet-ca_cert/pull/83) |
| 8 | +- Improve testing capabilities [\#79](https://github.com/pcfens/puppet-ca_cert/pull/79), [\#84](https://github.com/pcfens/puppet-ca_cert/pull/84) |
| 9 | + |
| 10 | +## [v2.4.0](https://github.com/pcfens/puppet-ca_cert/tree/v2.4.0) |
| 11 | +[Full Changelog](https://github.com/pcfens/puppet-ca_cert/compare/v2.3.2...v2.4.0) |
| 12 | + |
| 13 | +- Support Puppet 8 by replacing references to legacy facts [\#75](https://github.com/pcfens/puppet-ca_cert/pull/75) |
| 14 | +- Add support for RHEL8 [\#73](https://github.com/pcfens/puppet-ca_cert/pull/73) |
| 15 | +- Add support for Solaris 11 [\#72](https://github.com/pcfens/puppet-ca_cert/pull/72) |
| 16 | +- Add support for AIX [\#71](https://github.com/pcfens/puppet-ca_cert/pull/71) |
| 17 | +- Use puppet/archive instead of remote_file [\#69](https://github.com/pcfens/puppet-ca_cert/pull/69) |
| 18 | + |
| 19 | +## [v2.3.2](https://github.com/pcfens/puppet-ca_cert/tree/v2.3.2) |
| 20 | +[Full Changelog](https://github.com/pcfens/puppet-ca_cert/compare/v2.3.1...v2.3.2) |
| 21 | + |
| 22 | +- Fix dependency setting [\#70](https://github.com/pcfens/puppet-ca_cert/pull/70) |
| 23 | + |
| 24 | + |
| 25 | +## [v2.3.1](https://github.com/pcfens/puppet-ca_cert/tree/v2.3.1) |
| 26 | +[Full Changelog](https://github.com/pcfens/puppet-ca_cert/compare/v2.3.0...v2.3.1) |
| 27 | + |
| 28 | +- Update stdlib dependency [\#68](https://github.com/pcfens/puppet-ca_cert/pull/68) |
| 29 | + |
| 30 | + |
| 31 | +## [v2.3.0](https://github.com/pcfens/puppet-ca_cert/tree/v2.3.0) |
| 32 | +[Full Changelog](https://github.com/pcfens/puppet-ca_cert/compare/v2.2.0...v2.3.0) |
| 33 | + |
| 34 | +- Make better use of `package_ensure` [\#63](https://github.com/pcfens/puppet-ca_cert/pull/63) |
| 35 | +- Deleting a CA updates the list [\#65](https://github.com/pcfens/puppet-ca_cert/pull/65) |
| 36 | + |
| 37 | + |
| 38 | +## [v2.2.0](https://github.com/pcfens/puppet-ca_cert/tree/v2.2.0) |
| 39 | +[Full Changelog](https://github.com/pcfens/puppet-ca_cert/compare/v2.1.5...v2.2.0) |
| 40 | + |
| 41 | +- Allow `package_ensure` to be set to latest [\#62](https://github.com/pcfens/puppet-ca_cert/pull/62) |
| 42 | + |
| 43 | +## [v2.1.5](https://github.com/pcfens/puppet-ca_cert/tree/v2.1.5) |
| 44 | +[Full Changelog](https://github.com/pcfens/puppet-ca_cert/compare/v2.1.4...v2.1.5) |
| 45 | + |
| 46 | +- Remove dependency on deprecated string check [\#59](https://github.com/pcfens/puppet-ca_cert/pull/59) |
| 47 | + |
| 48 | +## [v2.1.4](https://github.com/pcfens/puppet-ca_cert/tree/v2.1.4) |
| 49 | +[Full Changelog](https://github.com/pcfens/puppet-ca_cert/compare/v2.1.3...v2.1.4) |
| 50 | + |
| 51 | +- Upgrade PDK |
| 52 | +- Note support for puppetlabs/stdlib <= 7.0 |
| 53 | + |
| 54 | + |
| 55 | +## [v2.1.3](https://github.com/pcfens/puppet-ca_cert/tree/v2.1.3) |
| 56 | +[Full Changelog](https://github.com/pcfens/puppet-ca_cert/compare/v2.1.2...v2.1.3) |
| 57 | + |
| 58 | +- Fix dependency issue with dropping certificate [\#55](https://github.com/pcfens/puppet-ca_cert/pull/55) |
| 59 | + |
| 60 | +## [v2.1.2](https://github.com/pcfens/puppet-ca_cert/tree/v2.1.2) |
| 61 | +[Full Changelog](https://github.com/pcfens/puppet-ca_cert/compare/v2.1.1...v2.1.2) |
| 62 | + |
| 63 | +- Fix an accidental dependency cycle [\#50](https://github.com/pcfens/puppet-ca_cert/issues/50) |
| 64 | + |
| 65 | + |
| 66 | +## [v2.1.1](https://github.com/pcfens/puppet-ca_cert/tree/v2.1.1) |
| 67 | +[Full Changelog](https://github.com/pcfens/puppet-ca_cert/compare/v2.1.0...v2.1.1) |
| 68 | + |
| 69 | +- Fix the package dependency when `install_package` is set to false [\#47](https://github.com/pcfens/puppet-ca_cert/issues/47) |
| 70 | +- Update the stdlib dependency constraint. [\#48](https://github.com/pcfens/puppet-ca_cert/pull/48) |
| 71 | + |
| 72 | + |
| 73 | +## [v2.1.0](https://github.com/pcfens/puppet-ca_cert/tree/v2.1.0) |
| 74 | +[Full Changelog](https://github.com/pcfens/puppet-ca_cert/compare/v2.0.0...v2.1.0) |
| 75 | + |
| 76 | +- Enable vs. force-enable for RHEL versions 6 and older [\#45](https://github.com/pcfens/puppet-ca_cert/pull/45) |
| 77 | + |
| 78 | + |
| 79 | +## [v2.0.0](https://github.com/pcfens/puppet-ca_cert/tree/v2.0.0) |
| 80 | +[Full Changelog](https://github.com/pcfens/puppet-ca_cert/compare/v1.8.0...v2.0.0) |
| 81 | + |
| 82 | +This release has potentially breaking changes |
| 83 | + |
| 84 | +- Move type validation from validate_type to Puppet data types (removes support for Puppet 3) [\#42](https://github.com/pcfens/puppet-ca_cert/pull/42) |
| 85 | + |
| 86 | + |
| 87 | +## [v1.8.0](https://github.com/pcfens/puppet-ca_cert/tree/v1.8.0) |
| 88 | +[Full Changelog](https://github.com/pcfens/puppet-ca_cert/compare/v1.7.1...v1.8.0) |
| 89 | + |
| 90 | +- Don't run enable_ca_trust on RHEL7 [\#37](https://github.com/pcfens/puppet-ca_cert/pull/40) |
| 91 | + |
| 92 | + |
| 93 | +## [v1.7.1](https://github.com/pcfens/puppet-ca_cert/tree/v1.7.1) |
| 94 | +[Full Changelog](https://github.com/pcfens/puppet-ca_cert/compare/v1.7.0...v1.7.1) |
| 95 | + |
| 96 | +- Set better default folder permissions [\#37](https://github.com/pcfens/puppet-ca_cert/pull/37) |
| 97 | + |
| 98 | + |
| 99 | +## [v1.7.0](https://github.com/pcfens/puppet-ca_cert/tree/v1.7.0) |
| 100 | +[Full Changelog](https://github.com/pcfens/puppet-ca_cert/compare/v1.6.1...v1.7.0) |
| 101 | + |
| 102 | +- CA File modes passed as parameters [\#33](https://github.com/pcfens/puppet-ca_cert/pull/33) |
| 103 | +- Use remote_file instead of exec with curl/wget [\#32](https://github.com/pcfens/puppet-ca_cert/pull/32) |
| 104 | +- Don't purge managed CAs [\#30](https://github.com/pcfens/puppet-ca_cert/pull/30) |
| 105 | + |
| 106 | + |
| 107 | +## [v1.6.1](https://github.com/pcfens/puppet-ca_cert/tree/v1.6.0) |
| 108 | +[Full Changelog](https://github.com/pcfens/puppet-ca_cert/compare/v1.6.0...v1.6.1) |
| 109 | + |
| 110 | +- Handle URLs with special characters [\#24](https://github.com/pcfens/puppet-ca_cert/pull/24) |
| 111 | +- Prevent wget from creating empty files when wget fails [\#25](https://github.com/pcfens/puppet-ca_cert/issues/25) |
| 112 | + |
| 113 | +## [v1.6.0](https://github.com/pcfens/puppet-ca_cert/tree/v1.6.0) |
| 114 | +[Full Changelog](https://github.com/pcfens/puppet-ca_cert/compare/v1.5.1...v1.6.0) |
| 115 | + |
| 116 | +- Add SLES10 support (exodusftw) [\#22](https://github.com/pcfens/puppet-ca_cert/pull/22) |
0 commit comments