Releases: RedHatInsights/insights-ccx-messaging
Releases · RedHatInsights/insights-ccx-messaging
Fix: publishers do not send empty messages
In previous versions it was possible for DVO/OCP rules publishers to send messages without relevant content. That is changed now.
ccx-messaging command
- Added ccx-messaging command
v3.5.9
What's Changed
- Bump freezegun from 1.3.0 to 1.3.1 by @dependabot in #130
- Update boto3 requirement from <=1.28.64 to <=1.33.11 by @dependabot in #129
- [CCXDEV-11808] Don't set CCXMessagingErrors value directly from parent by @juandspy in #131
Full Changelog: v3.5.8...v3.5.9
v3.5.8
v3.5.7
Don't use f-strings in exceptions
Merge pull request #126 from juandspy/CCXDEV-11808 [CCXDEV-11808] Remove all the f-strings from the exceptions
Use multiple bootstrap servers from Clowder if present
What's Changed
Full Changelog: v3.5.4...v3.5.5
Using pyproject
Bye, setup.cfg, setup.py
Using pbr for handling dependencies
Merge pull request #120 from joselsegura/cleanup_reqs Remove unneeded requirements file
Filter engine results in publishers
DVOMetricsPublisher
and RulesProcessingPublisher
now filter out data that is not relevant.