|
| 1 | +# Changelog |
| 2 | + |
| 3 | +## v0.4.2 - Compatible with Puppet from 6.24 up to, but not including, 8.0 |
| 4 | + |
| 5 | +### What's Changed |
| 6 | + |
| 7 | +* Lookup osfamily for RedHat clones by @msalway in <https://github.com/lvicainne/puppet-opendkim/pull/43> |
| 8 | +* Missing Optional for autorestart by @msalway in <https://github.com/lvicainne/puppet-opendkim/pull/44> |
| 9 | +* chore: update module version and metadata by @parveenk27 in <https://github.com/lvicainne/puppet-opendkim/pull/54> |
| 10 | +* Chunking publickey in 255 char blocks for dns txt by @cruelsmith in <https://github.com/lvicainne/puppet-opendkim/pull/51> |
| 11 | +* Add SignHeaders From by @seriv in <https://github.com/lvicainne/puppet-opendkim/pull/48> |
| 12 | +* feat(pdk): enable pdk to improve test and reliability of the module by @lvicainne in <https://github.com/lvicainne/puppet-opendkim/pull/55> |
| 13 | + |
| 14 | +### New Contributors |
| 15 | + |
| 16 | +* @parveenk27 made their first contribution in <https://github.com/lvicainne/puppet-opendkim/pull/54> |
| 17 | +* @seriv made their first contribution in <https://github.com/lvicainne/puppet-opendkim/pull/48> |
| 18 | + |
| 19 | +**Full Changelog**: <https://github.com/lvicainne/puppet-opendkim/compare/v0.4.0...v0.4.2> |
| 20 | + |
| 21 | +## v0.4.0 |
| 22 | + |
| 23 | +### What's Changed |
| 24 | + |
| 25 | +* Add Missing Socket for Ubuntu 16.04 by @HielkeJ in <https://github.com/lvicainne/puppet-opendkim/pull/3> |
| 26 | +* Replace deprecated stdlib functions with puppet data types by @jkroepke in <https://github.com/lvicainne/puppet-opendkim/pull/5> |
| 27 | +* Removed full path comments on configfile by @jkroepke in <https://github.com/lvicainne/puppet-opendkim/pull/6> |
| 28 | +* Adding nameserver config paramter by @jkroepke in <https://github.com/lvicainne/puppet-opendkim/pull/7> |
| 29 | +* if you default it to undef in params, you need to make it Optional to acce… by @qs5779 in <https://github.com/lvicainne/puppet-opendkim/pull/8> |
| 30 | +* add force to directory absent resources by @qs5779 in <https://github.com/lvicainne/puppet-opendkim/pull/9> |
| 31 | +* Add parameters: mode, canonicalization, removeoldsignatures by @sa5bke in <https://github.com/lvicainne/puppet-opendkim/pull/12> |
| 32 | +* Add support for MaximumSignedBytes by @tetsuo13 in <https://github.com/lvicainne/puppet-opendkim/pull/13> |
| 33 | +* Make sure to create users before package installation by @Arakmar in <https://github.com/lvicainne/puppet-opendkim/pull/14> |
| 34 | +* Allow handling of private keys outsite puppet by @jeebiq in <https://github.com/lvicainne/puppet-opendkim/pull/18> |
| 35 | +* Test bumping version by @cFire in <https://github.com/lvicainne/puppet-opendkim/pull/17> |
| 36 | +* add ability to validate dnssec by @tobiWu in <https://github.com/lvicainne/puppet-opendkim/pull/19> |
| 37 | +* Fix duplicate resource if multiple keys are added for a domain by @nikdoof in <https://github.com/lvicainne/puppet-opendkim/pull/16> |
| 38 | +* make trustanchorfile optional by @antondollmaier in <https://github.com/lvicainne/puppet-opendkim/pull/20> |
| 39 | +* Add support for FreeBSD by @smortex in <https://github.com/lvicainne/puppet-opendkim/pull/21> |
| 40 | +* Add management of /etc/tmpfiles.d/opendkim.conf for RedHat by @razorbladex401 in <https://github.com/lvicainne/puppet-opendkim/pull/22> |
| 41 | +* Allow to apply a DKIM cert on all domains by @kapouik in <https://github.com/lvicainne/puppet-opendkim/pull/24> |
| 42 | +* Allow stdlib v8 by @sazzle2611 in <https://github.com/lvicainne/puppet-opendkim/pull/25> |
| 43 | +* Allow private keys to be Deferred for use with node_encrypt by @msalway in <https://github.com/lvicainne/puppet-opendkim/pull/28> |
| 44 | +* Add SenderHeaders option to opendkim.conf by @tallenaz in <https://github.com/lvicainne/puppet-opendkim/pull/29> |
| 45 | +* Fix legacy fact usage by @smortex in <https://github.com/lvicainne/puppet-opendkim/pull/30> |
| 46 | +* Adds Parameters to support 2048 bit keys and Specifying hash_algorithms by @razorbladex401 in <https://github.com/lvicainne/puppet-opendkim/pull/31> |
| 47 | +* Rework module to hiera and epp templates by @cruelsmith in <https://github.com/lvicainne/puppet-opendkim/pull/35> |
| 48 | +* chore(puppet): update module version and metadata by @lvicainne in <https://github.com/lvicainne/puppet-opendkim/pull/36> |
| 49 | +* Fix default value for sysconfigfile by @smortex in <https://github.com/lvicainne/puppet-opendkim/pull/37> |
| 50 | +* Edit file ownership and permissions by @tallenaz in <https://github.com/lvicainne/puppet-opendkim/pull/41> |
| 51 | +* Add autorestart config by @coreone in <https://github.com/lvicainne/puppet-opendkim/pull/42> |
| 52 | + |
| 53 | +## New Contributors |
| 54 | + |
| 55 | +* @HielkeJ made their first contribution in <https://github.com/lvicainne/puppet-opendkim/pull/3> |
| 56 | +* @jkroepke made their first contribution in <https://github.com/lvicainne/puppet-opendkim/pull/5> |
| 57 | +* @qs5779 made their first contribution in <https://github.com/lvicainne/puppet-opendkim/pull/8> |
| 58 | +* @sa5bke made their first contribution in <https://github.com/lvicainne/puppet-opendkim/pull/12> |
| 59 | +* @tetsuo13 made their first contribution in <https://github.com/lvicainne/puppet-opendkim/pull/13> |
| 60 | +* @Arakmar made their first contribution in <https://github.com/lvicainne/puppet-opendkim/pull/14> |
| 61 | +* @jeebiq made their first contribution in <https://github.com/lvicainne/puppet-opendkim/pull/18> |
| 62 | +* @cFire made their first contribution in <https://github.com/lvicainne/puppet-opendkim/pull/17> |
| 63 | +* @tobiWu made their first contribution in <https://github.com/lvicainne/puppet-opendkim/pull/19> |
| 64 | +* @nikdoof made their first contribution in <https://github.com/lvicainne/puppet-opendkim/pull/16> |
| 65 | +* @antondollmaier made their first contribution in <https://github.com/lvicainne/puppet-opendkim/pull/20> |
| 66 | +* @smortex made their first contribution in <https://github.com/lvicainne/puppet-opendkim/pull/21> |
| 67 | +* @razorbladex401 made their first contribution in <https://github.com/lvicainne/puppet-opendkim/pull/22> |
| 68 | +* @kapouik made their first contribution in <https://github.com/lvicainne/puppet-opendkim/pull/24> |
| 69 | +* @sazzle2611 made their first contribution in <https://github.com/lvicainne/puppet-opendkim/pull/25> |
| 70 | +* @tallenaz made their first contribution in <https://github.com/lvicainne/puppet-opendkim/pull/29> |
| 71 | +* @coreone made their first contribution in <https://github.com/lvicainne/puppet-opendkim/pull/42> |
| 72 | + |
| 73 | +**Full Changelog**: <https://github.com/lvicainne/puppet-opendkim/commits/v0.4.0> |
0 commit comments