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.
v2.1.0 (2024-11-26)
- 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)
- Markdown format refactoring for
README.md
. #128
v2.0.0 (2024-03-27)
-
Added parameter
pe_event_forwarding::timeout
to configure optional HTTP timeout. #126 -
Added parameters
pe_event_forwarding::skip_events
andpe_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 the
pe_event_forwarding::disabled_rbac
parameter as this is now configured with the::skip_events
parameter. #124
-
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)
- User for the crontab entry now defaults to internal
$owner
variable. #115
v1.1.0 (2022-03-10)
- Added a parameter to disable rbac events for increased performance for users with a large amount of rbac events. #106
-
Support logfile_basepath and lockdir_bathpath outside of /etc/puppetlabs. #107
-
Properly support custom confdirs. #108
v1.0.5 (2022-02-14)
- Fixed bug where stacking cron jobs can delete lockfiles that belong to another job. #104
v1.0.4 (2022-01-04)
- Add debugging messages to make troubleshooting easier for customers and support #100
v1.0.3 (2021-11-09)
- Document Forwarding from Non Server Nodes #93
v1.0.2 (2021-10-04)
- (MAINT) Readme update to document Sensitive data typed
pe_password
parameter. #90
v1.0.1 (2021-09-30)
- Project URL. #86
v1.0.1 (2021-09-29)
Initial Release