Skip to content

Releases: simp/pupmod-simp-sudo

Release of 5.2.1

09 Mar 13:35
5.2.1
9f31fe6
Compare
Choose a tag to compare
* 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

18 Jun 22:01
Compare
Choose a tag to compare
* 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

02 May 16:30
5.1.2
Compare
Choose a tag to compare
* 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

16 Nov 14:39
5.1.1
Compare
Choose a tag to compare
* Added support for `cmnd` in the `DefType` database

Release of 5.0.6

20 Aug 17:26
5.0.6
Compare
Choose a tag to compare
* 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

28 Jun 02:51
477e018
Compare
Choose a tag to compare
* 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

27 Mar 20:42
Compare
Choose a tag to compare
* 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

15 Sep 20:19
Compare
Choose a tag to compare
* 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

12 Jul 15:46
Compare
Choose a tag to compare
* 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)

13 Jun 21:19
Compare
Choose a tag to compare
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