Releases: simp/pupmod-simp-sudo
Releases · simp/pupmod-simp-sudo
Release of 5.2.1
* Tue Feb 04 2020 Jeanne Greulich <[email protected]> - 5.2.1-0 - Update for EL8. - CVE-2019-14287 mitigation. See https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-14287 for more information - Do not allow the use of userid or group id of -1 when ALL or %ALL are used in the runas section of a sudo user specification and the version of sudo is earlier than 1.8.28. * Wed Sep 25 2019 Steven Pritchard <[email protected]> - 5.2.1-0 - Deep merge user_specifications by default - Add support for simp/simplib < 7 * Fri Aug 02 2019 Robert Vincent <[email protected]> - 5.2.1-0 - Support puppetlabs/concat 6.x.
Release of 5.2.0
* Wed Jun 12 2019 Steven Pritchard <[email protected]> - 5.2.0-0 - Allow additional options in sudo::user_specification - Add Puppet 6 support - Remove Puppet 4 support - Allow puppetlabs/stdlib < 7
Release of 5.1.2
* Mon Mar 04 2019 Liz Nemsick <[email protected]> - 5.1.2-0 - Expanded the upper limit of the concat and stdlib Puppet module versions - Updated URLs in the README.md
Release of 5.1.1
* Added support for `cmnd` in the `DefType` database
Release of 5.0.6
* Allow users to specify an empty hostlist for `user_specification` entries. This fixes a bug where the `sudoers` file will be invalid if an empty hostlist is currently passed.
Release of 5.0.5
* Wed Jun 20 2018 Trevor Vaughan <[email protected]> - 5.0.5-0 - Add both fqdn and hostname to user_specification entries by default
Release of 5.0.4
* Fri Feb 09 2018 Liz Nemsick <[email protected]> - 5.0.4-0 - Update upperbound on puppetlabs/concat version to < 5.0.0
Release of 5.0.3
* Fri Aug 18 2017 Liz Nemsick <[email protected]> - 5.0.3-0 - Update concat version in metadata.json - Add concat dependency to build/rpm_metadata/requires
Release of 5.0.2
* Thu Jul 06 2017 Liz Nemsick <[email protected]> - 5.0.2-0 - Confine puppet version in metadata.json
5.0.1: (SIMP-1311) Enable proper validation of sudoers (#20)
The /etc/sudoers file was not being properly validated prior to being laid down. This patch uses the pass-through validate_cmd capabilitiy of the file resource to validate the new sudoers file before it is written to the system. SIMP-1311 #close