1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151
|
## Unsupported Release 3.3.0
### Summary
This is a moderate release that removes stdlib dependency altogether as it isn't being used.
#### Added
- Update metadata.json to remove dependencies.
## Unsupported Release 3.2.0
### Summary
This is a moderate release that serves to increases the maximum compatible puppet version from `5.x` to `6.x`.
#### Added
- Maximum compatible puppet version has been increased from from `5.x` to `6.x`.
## Unsupported Release 3.1.0
### Summary
This is a moderate release that serves to increases the maximum compatible version of stdlib from `5.0.0` to `6.0.0`.
#### Changed
- Maximum compatible version of stdlib changed from `5.0.0` to `6.0.0`.
#### Fixed
- Fix made to `xinetd::service` example within readme.
## Unsupported Release 3.0.0
### Summary
This is a major release that removes support for Puppet 3.x and changes a default in manifests/service.pp
#### Added
- The following parameters:
- `cps`
- `service_hasstatus`, `service_hasrestart` (for Amazon linux)
- `service_restart`, `service_status` (for Archlinux)
- `passenv`
- `use_default_group`
- Puppet 4 & 5 support
#### Changed
- Puppet version requirement lower bound to 4.7.1
- `$xinetd::service::server` now defaults to `undef`
#### Fixed
- config template to supress unnecessary newlines
## Release 2.0.0
### Summary
This is a major release that removes support for Puppet 2.x and adds support for Puppet 3.8 and Puppet 4.0. Also includes various new parameters and bugfixes.
#### Backwards Incompatibility
- Removes support for Puppet 2.x
#### Features
- Adds Puppet 3.8.x support
- Adds Puppet 4.x support
- Adds compatibility with ArchLinux
- New parameters in `xinetd`
- $enabled
- $disabled
- $log_type
- $log_on_failure
- $log_on_success
- $no_access
- $only_from
- $max_load
- $instances
- $per_source
- $bind
- $mdns
- $v6only
- $env
- $passenv
- $groups
- $umask
- $banner
- $banner_fail
- $banner_success
- $purge_confdir
- $redirect
- New parameters in `xinetd::service`
- $nice
- $env
#### Bugfixes
- (MODULES-2012) Fixes a strict_variables failure when `$default_user` and `$default_group` are set.
- Fixes a strict_variables failure on Debian.
- Pipe through instances variable from xinetd::service. Documented but not implemented.
- Changes `$port` to an optional parameter.
- (MODULES-2313) Fixes default_user/group functionality
## 2015-02-10 - Release 1.5.0
###Summary
This release adds some new parameters and also pins to rspec-puppet 1.x until migration.
#### Features
- New parameters in `class xinetd`
- `package_ensure`
- `purge_confdir`
- New parameter in `xinetd::service`
- `nice`
## 2015-01-20 - Release 1.4.0
### Summary
This release adds support for Gentoo and improves FreeBSD support
#### Features
- Gentoo support added
- Better defaults for group for FreeBSD
- Add deprecation warning for `$xtype` parameter
## 2014-07-15 - Release 1.3.1
### Summary
This release merely updates metadata.json so the module can be uninstalled and
upgraded via the puppet module command.
## 2014-06-18 - Release 1.3.0
#### Features
- Add 'log_on_success', 'log_on_success_operator' and 'log_on_failure_operator
parameters to xinetd::service
- Add 'service_restart', 'service_status', 'service_hasrestart', and
'service_hasstatus' parameters to class xinetd.
- Add support for Amazon Linux.
- License changes to ASLv2
- Testing and documentation updates.
#### Bugfixes
- Remove duplicated $log_on_failure parameter
## 2013-07-30 - Release 1.2.0
#### Features
- Add `confdir`, `conffile`, `package_name`, and `service_name` parameters to
`Class['xinetd']`
- Add support for FreeBSD and Suse.
- Add `log_on_failure`, `service_name`, `groups`, `no_access`, `access_times`,
`log_type`, `only_from`, and `xtype` parameters to `Xinetd::Service` define
#### Bugfixes
- Redesign for `xinetd::params` pattern
- Add validation
- Add unit testing
## 2012-06-07 - Release 1.1.0
- Add port and bind options to services
- make services deletable
## 2010-08-12 - Release 1.0.1
-added documentation
## 2010-06-24 - Release 1.0.0
- initial release
|