Skip to content

Latest commit

 

History

History
105 lines (53 loc) · 5.38 KB

CHANGELOG.md

File metadata and controls

105 lines (53 loc) · 5.38 KB

Change log

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Current Diff

v2.1.0 (2024-11-26)

Full Changelog

Fixed

  • The api_page_size parameter no longer effects orchestrator events to correct an issue where the index is unable to properly track events once job pruning occurs. #130

v2.0.1 (2024-03-28)

Full Changelog

Fixed

  • Markdown format refactoring for README.md. #128

v2.0.0 (2024-03-27)

Full Changelog

Added

  • Added parameter pe_event_forwarding::timeout to configure optional HTTP timeout. #126

  • Added parameters pe_event_forwarding::skip_events and pe_event_forwarding::skip_jobs to disable collection by service. #124

  • Credential data provided to this module is now written to a separate settings file utilizing the Sensitive data type to ensure redaction from Puppet logs and reports. #122

Removed

  • Removed the pe_event_forwarding::disabled_rbac parameter as this is now configured with the ::skip_events parameter. #124

Fixed

  • Utilize kwargs over positional args for Ruby 3 compatibility. #119

  • Internal base_path function now removes any trailing slash (/) from user provided config directories. #118

v1.1.1 (2023-01-31)

Fixed

  • User for the crontab entry now defaults to internal $owner variable. #115

Full Changelog

v1.1.0 (2022-03-10)

Full Changelog

Added

  • Added a parameter to disable rbac events for increased performance for users with a large amount of rbac events. #106

Fixed

  • Support logfile_basepath and lockdir_bathpath outside of /etc/puppetlabs. #107

  • Properly support custom confdirs. #108

v1.0.5 (2022-02-14)

Full Changelog

  • Fixed bug where stacking cron jobs can delete lockfiles that belong to another job. #104

v1.0.4 (2022-01-04)

Full Changelog

  • Add debugging messages to make troubleshooting easier for customers and support #100

v1.0.3 (2021-11-09)

Full Changelog

  • Document Forwarding from Non Server Nodes #93

v1.0.2 (2021-10-04)

Full Changelog

Added

  • (MAINT) Readme update to document Sensitive data typed pe_password parameter. #90

v1.0.1 (2021-09-30)

Full Changelog

Fixed

  • Project URL. #86

v1.0.1 (2021-09-29)

Initial Release