Skip to content

Releases: simp/pupmod-simp-logrotate

Release of 6.9.0

20 May 18:18
4f8d8ec
Compare
Choose a tag to compare

Release of 6.9.0

  • [puppetsync] Add EL9 support

Release of 6.8.0

12 Oct 17:30
ea1e0ba
Compare
Choose a tag to compare

Release of 6.8.0

  • [puppetsync] Updates for Puppet 8
    • These updates may include the following:
      • Update Gemfile
      • Add support for Puppet 8
      • Drop support for Puppet 6
      • Update module dependencies

Release of 6.7.0

01 Aug 14:07
10f02ee
Compare
Choose a tag to compare
  • Add RockyLinux 8 support

Release of 6.6.0

07 Jul 15:02
65558d7
Compare
Choose a tag to compare
  • Removed support for Puppet 5
  • Ensured support for Puppet 7 in requirements and stdlib

Release of 6.5.1

17 May 18:17
88eab6c
Compare
Choose a tag to compare
  • Removed EL6 support
  • Removed OBE doc directory

Release of 6.5.0

22 Jul 16:30
edc0e9f
Compare
Choose a tag to compare
* Fri Jan 03 2020 Jeanne Greulich <jeanne,[email protected]> - 6.5.0-0
  - Allow all log size configuration parameters to be specified in bytes,
    kilobytes, megabytes, or gigabytes.
  - Fixed a bug in which the size parameter in the global logrotate configuration
    file was specified more than once.
  - Added ability to specify maxsize configuration for specific log rotate rules.

* Thu Dec 19 2019 Trevor Vaughan <[email protected]> - 6.5.0-0
  - Add EL8 support

Release of 6.4.0

01 Aug 18:09
Compare
Choose a tag to compare
* Thu Jun 06 2019 Steven Pritchard <[email protected]> -6.4.0-0
  - Add v2 compliance_markup data

Release of 6.3.1

01 May 21:45
Compare
Choose a tag to compare
* Mon Mar 11 2019 Liz Nemsick <[email protected]> - 6.3.1-0
  - Updated a URL in the README.md

Release of 6.3.0

26 Nov 21:45
6.3.0
Compare
Choose a tag to compare
* Thu Nov 01 2018 Jeanne Greulich <jeanne,[email protected]> - 6.3.0-0
  - static asset updates for puppet 5

* Mon Oct 01 2018 Nick Miller <[email protected]> - 6.3.0-0
  - Added OEL and Puppet 5 support
  - Add some previously impossible to configure options
    - the hourly rotate period
    - dateyesterday
    - shred and shredcycles
    - su and su_user and su_group (inapplicable on EL6)
  - Added Logrotate::Periods type alias which allows hourly rotation

Release of 6.2.0

12 Jul 21:22
Compare
Choose a tag to compare
* Mon Jul 02 2018 Liz Nemsick <[email protected]> - 6.2.0-0
  - Move SIMP-specific logrotate rules to a SIMP-managed configuration
    directory, /etc/logrotate.simp.d, and ensure logrotate processes
    that directory first. This ensures SIMP rules take priority, when
    duplicate rules are specified.