Releases: simp/pupmod-simp-rsyslog
Releases · simp/pupmod-simp-rsyslog
Release of 7.6.4
* Wed Oct 28 2020 Trevor Vaughan <[email protected]> - 7.6.4-0 - Fixed the default security collection string for firewalld rules - Removed the `filter_` rules that were present for an old (and broken) version of the simp_firewalld module. - Fixed the README and replaced 'iptables' references with 'firewall' where appropriate
Release of 7.6.3
* Tue Jun 30 2020 Trevor Vaughan <[email protected]> - 7.6.3-0 - Update REFERENCE.md
Release of 7.6.2
* Mon Jun 22 2020 Kendall Moore <[email protected]> - 7.6.2-0 - Add support for KeepAlive variables for imtcp and omfwd actions
Release of 7.6.1
* Tue May 26 2020 Kendall Moore <[email protected]> - 7.6.1-0 - Change local rule defined type to use the same package defaults for action queues that are in the remote rule defined type
Release of 7.6.0
* Wed Apr 15 2020 Kendall Moore <[email protected]> - 7.6.0-0 - Change remote rule defined type to use package defaults for action queues * Mon Feb 03 2020 Trevor Vaughan <[email protected]> - 7.6.0-0 - Add a default rule to log packets dropped by firewalld to /var/log/firewall.log - Add /var/log/firewall.log to SIMP's 'syslog' logrotate rule - Move iptables, logrotate, pki, and tcpwrappers to optional dependencies - Cleaned up puppet strings support - Removed params pattern and migrated to data in modules * Fri Jan 10 2020 Liz Nemsick <[email protected]> - 7.6.0-0 - Added EL8 support
Release of 7.5.1
* Wed Oct 16 2019 Adam Yohrling <[email protected]> - 7.5.1-0 - Added logrotate::rule options to rsyslog::conf::logrotate class * Wed Oct 16 2019 Kendall Moore <[email protected]> - 7.5.1-0 - Fixed a bug where including rsyslog.d parsed more than just .conf files
Release of 7.5.0
* Thu Jun 06 2019 Steven Pritchard <[email protected]> - 7.5.0-0 - Add v2 compliance_markup data
Release of 7.4.0
* Mon Apr 15 2019 Trevor Vaughan <[email protected]> - 7.4.0-0 - Set rsyslog::rule::local::file_create_mode to 0640 by default - Allow the following to be set directly via Hiera using simplib::dlookup: - rsyslog::rule::local::file_create_mode - rsyslog::rule::local::dir_create_mode - rsyslog::rule::local::queue_max_file_size * Tue Mar 26 2019 Joseph Sharkey <[email protected]> - 7.4.0-0 - Updated dependencies to use camptocamp/systemd
Release of 7.3.1
* Mon Mar 04 2019 Liz Nemsick <[email protected]> - 7.3.1-0 - Expanded the upper limit of the stdlib Puppet module version - Updated a URL in the README.md
Release of 7.3.0
* Thu Oct 11 2018 Nick Miller <[email protected]> - 7.3.0-0 - Changed rsyslog::install::ensure from 'latest' to 'installed' - It will also respect `simp_options::package_ensure` * Mon Oct 08 2018 Jeanne Greulich <[email protected]> - 7.3.0-0 - Added logic to properly handle rsyslogd parameters for V8.6 and later as documented in CentOS 7.5 Release notes. These include moving -x and -w options to global.conf and issuing deprecation warning for -l and -s options. * Fri Oct 05 2018 Trevor Vaughan <[email protected]> - 7.3.0-0 - Fixed a bug in the systemd override file for rsyslog - Added fact for version of rsyslogd - Updated templates to use RainerScript rsyslogd v8 and later - Fixed the MainMsgQueueDiscardMark and MainMsgQueueWorkerThreads parameters * Wed Oct 03 2018 Liz Nemsick <[email protected]> - 7.3.0-0 - Update range of simp/systemd to allow version with Hiera 5 * Tue Sep 11 2018 Nicholas Markowski <[email protected]> - 7.3.0-0 - Updated $app_pki_external_source to accept any string. This matches the functionality of pki::copy. * Thu Aug 30 2018 Jeanne Greulich <[email protected]> 7.3.0-0 - Updated rsyslog::rule::remote to select a more intelligent default for StreamDriverPermittedPeers, when TLS is enabled. This improvement fixes the bug in which forwarding of logs to servers in different domains was not possible with the stream_driver_permitted_peers default. Now, rsyslog::rule::remote::stream_driver_permitted_peers defaults to 'undef', instead of the domain of the Puppet client, and has the following default behavior: - When all of the remote servers are specified with hostname variants, the StreamDriverPermittedPeers directive for the forwarding action for each server will be set to that server's hostname. - If any of the remote servers is specified as an IP address variant, the StreamDriverPermittedPeers directive for the forwarding action for each server will be set to the domain of the Puppet client. * Fri Aug 24 2018 Trevor Vaughan <[email protected]> - 7.3.0-0 - Updated the tests to no longer reference sudosh as our custom test since we are moving away from using it and it could cause confusion.